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

am: 3831fc99dc

Change-Id: Id72a81560f08c034f6d1d7781ae54498679a76b2
This commit is contained in:
Sunny Goyal
2019-05-24 15:43:25 -07:00
committed by android-build-merger
@@ -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