Home
last modified time | relevance | path

Searched refs:GpsNetInitiatedHandler (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java34 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 …]
/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java41 import com.android.internal.location.GpsNetInitiatedHandler;
79 private final GpsNetInitiatedHandler mNiHandler;
100 GnssVisibilityControl(Context context, Looper looper, GpsNetInitiatedHandler niHandler) { in GnssVisibilityControl()
DGnssLocationProvider.java72 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;
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java47 public class GpsNetInitiatedHandler { class
172 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
/frameworks/base/config/
Dhiddenapi-greylist.txt716 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;-><init>()V
717 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->requestorId:Ljava/lang/St…
718 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->requestorIdEncoding:I
719 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->text:Ljava/lang/String;
720 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->textEncoding:I
721 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
Dboot-image-profile.txt20301 HSPLcom/android/internal/location/GpsNetInitiatedHandler$1;->onReceive(Landroid/content/Context;Lan…
20302 HPLcom/android/internal/location/GpsNetInitiatedHandler$2;->onCallStateChanged(ILjava/lang/String;)V
20303 HSPLcom/android/internal/location/GpsNetInitiatedHandler;-><init>(Landroid/content/Context;Landroid…
20304 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setEmergencyExtensionSeconds(I)V
20305 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setSuplEsEnabled(Z)V
20306 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->updateLocationMode()V
37337 Lcom/android/internal/location/GpsNetInitiatedHandler$1;
37338 Lcom/android/internal/location/GpsNetInitiatedHandler$2;
37339 Lcom/android/internal/location/GpsNetInitiatedHandler;