Merge "Making some fields accessible to subclasses" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-24 22:28:34 +00:00
committed by Android (Google) Code Review
@@ -56,7 +56,7 @@ public class PredictionAppTracker extends AppLaunchTracker {
private static final int MSG_LAUNCH = 2;
private static final int MSG_PREDICT = 3;
private final Context mContext;
protected final Context mContext;
private final Handler mMessageHandler;
// Accessed only on worker thread