Searched refs:GpsNetInitiatedHandler (Results 1 – 4 of 4) sorted by relevance
33 import com.android.internal.location.GpsNetInitiatedHandler;61 if (intent.getAction() == GpsNetInitiatedHandler.ACTION_NI_VERIFY) {90 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE); in onCreate()91 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE); in onCreate()97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()98 …timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeou… in onCreate()99 …default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNe… in onCreate()110 …registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY)); in onResume()125 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT); in onClick()128 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_DENY); in onClick()[all …]
48 public class GpsNetInitiatedHandler { class177 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
21 import com.android.internal.location.GpsNetInitiatedHandler;22 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;383 private final GpsNetInitiatedHandler mNIHandler;700 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()1929 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;1930 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0;1931 …notification.privacyOverride = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_PRIVACY_OVERRIDE) != 0;
5312 com.android.internal.location.GpsNetInitiatedHandler5313 com.android.internal.location.GpsNetInitiatedHandler$15314 com.android.internal.location.GpsNetInitiatedHandler$2