DO NOT MERGE: Call handleInitialize() in the end of constructor am: aa4ec3c808 am: 0ea1a14e95

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11960757

Change-Id: I4ff694024a3cbc2300b03f0c242e6d3685c0c0ab
This commit is contained in:
Yu-Han Yang
2020-06-24 16:30:33 +00:00
committed by Automerger Merge Worker

View File

@@ -678,8 +678,6 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
mNetworkConnectivityHandler = new GnssNetworkConnectivityHandler(context,
GnssLocationProvider.this::onNetworkAvailable, mLooper, mNIHandler);
sendMessage(INITIALIZE_HANDLER, 0, null);
mGnssStatusListenerHelper = new GnssStatusListenerHelper(mContext, mHandler) {
@Override
protected boolean isAvailableInPlatform() {
@@ -746,6 +744,8 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
setProperties(PROPERTIES);
setAllowed(true);
sendMessage(INITIALIZE_HANDLER, 0, null);
}
/**