Searched refs:GpsNetInitiatedHandler (Results 1 – 5 of 5) 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 …]
49 public class GpsNetInitiatedHandler { class175 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
80 import com.android.internal.location.GpsNetInitiatedHandler;81 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;380 private final GpsNetInitiatedHandler mNIHandler;722 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()2003 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;2004 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0;2005 …notification.privacyOverride = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_PRIVACY_OVERRIDE) != 0;
3153 Lcom/android/internal/location/GpsNetInitiatedHandler;3154 Lcom/android/internal/location/GpsNetInitiatedHandler$1;3155 Lcom/android/internal/location/GpsNetInitiatedHandler$2;
5313 com.android.internal.location.GpsNetInitiatedHandler5314 com.android.internal.location.GpsNetInitiatedHandler$15315 com.android.internal.location.GpsNetInitiatedHandler$2