Searched refs:GpsNetInitiatedHandler (Results 1 – 6 of 6) sorted by relevance
34 import com.android.internal.location.GpsNetInitiatedHandler;62 if (intent.getAction() == GpsNetInitiatedHandler.ACTION_NI_VERIFY) {91 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE); in onCreate()92 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE); in onCreate()98 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()99 …timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeou… in onCreate()100 …default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNe… in onCreate()111 …registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY)); in onResume()126 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT); in onClick()129 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_DENY); in onClick()[all …]
41 import com.android.internal.location.GpsNetInitiatedHandler;79 private final GpsNetInitiatedHandler mNiHandler;100 GnssVisibilityControl(Context context, Looper looper, GpsNetInitiatedHandler niHandler) { in GnssVisibilityControl()
72 import com.android.internal.location.GpsNetInitiatedHandler;73 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;405 private final GpsNetInitiatedHandler mNIHandler;621 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()1862 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;1863 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0;1865 (notifyFlags & GpsNetInitiatedHandler.GPS_NI_PRIVACY_OVERRIDE) != 0;
47 public class GpsNetInitiatedHandler { class172 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
716 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;-><init>()V717 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->requestorId:Ljava/lang/St…718 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->requestorIdEncoding:I719 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->text:Ljava/lang/String;720 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->textEncoding:I721 Lcom/android/internal/location/GpsNetInitiatedHandler;->decodeString(Ljava/lang/String;ZI)Ljava/lan…722 …/android/internal/location/GpsNetInitiatedHandler;->handleNiNotification(Lcom/android/internal/loc…723 Lcom/android/internal/location/GpsNetInitiatedHandler;->mIsHexInput:Z
20301 HSPLcom/android/internal/location/GpsNetInitiatedHandler$1;->onReceive(Landroid/content/Context;Lan…20302 HPLcom/android/internal/location/GpsNetInitiatedHandler$2;->onCallStateChanged(ILjava/lang/String;)V20303 HSPLcom/android/internal/location/GpsNetInitiatedHandler;-><init>(Landroid/content/Context;Landroid…20304 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setEmergencyExtensionSeconds(I)V20305 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setSuplEsEnabled(Z)V20306 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->updateLocationMode()V37337 Lcom/android/internal/location/GpsNetInitiatedHandler$1;37338 Lcom/android/internal/location/GpsNetInitiatedHandler$2;37339 Lcom/android/internal/location/GpsNetInitiatedHandler;