Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java34 import com.android.internal.location.GpsNetInitiatedHandler;
63 if (intent.getAction() == GpsNetInitiatedHandler.ACTION_NI_VERIFY) {
92 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE); in onCreate()
93 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE); in onCreate()
99 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()
100 …timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeou… in onCreate()
101 …default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNe… in onCreate()
112 …registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY)); in onResume()
127 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT); in onClick()
130 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_DENY); in onClick()
[all …]
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java41 import com.android.internal.location.GpsNetInitiatedHandler;
82 private final GpsNetInitiatedHandler mNiHandler;
103 GnssVisibilityControl(Context context, Looper looper, GpsNetInitiatedHandler niHandler) { in GnssVisibilityControl()
DGnssNetworkConnectivityHandler.java38 import com.android.internal.location.GpsNetInitiatedHandler;
111 private final GpsNetInitiatedHandler mNiHandler;
186 GpsNetInitiatedHandler niHandler) { in GnssNetworkConnectivityHandler()
DGnssLocationProvider.java72 import com.android.internal.location.GpsNetInitiatedHandler;
73 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
419 private final GpsNetInitiatedHandler mNIHandler;
675 mNIHandler = new GpsNetInitiatedHandler(context, in GnssLocationProvider()
1913 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;
1914 notification.needVerify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_VERIFY) != 0;
1916 (notifyFlags & GpsNetInitiatedHandler.GPS_NI_PRIVACY_OVERRIDE) != 0;
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java48 public class GpsNetInitiatedHandler { class
181 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
/frameworks/base/config/
Dpreloaded-classes8179 com.android.internal.location.GpsNetInitiatedHandler$1
8180 com.android.internal.location.GpsNetInitiatedHandler$2
8181 com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification
8182 com.android.internal.location.GpsNetInitiatedHandler
Dboot-image-profile.txt28051 …SPLcom/android/internal/location/GpsNetInitiatedHandler$1;-><init>(Lcom/android/internal/location/
28052 HSPLcom/android/internal/location/GpsNetInitiatedHandler$1;->onReceive(Landroid/content/Context;Lan…
28053 …SPLcom/android/internal/location/GpsNetInitiatedHandler$2;-><init>(Lcom/android/internal/location/
28054 HSPLcom/android/internal/location/GpsNetInitiatedHandler;-><init>(Landroid/content/Context;Landroid…
28055 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->access$100()Z
28056 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setEmergencyExtensionSeconds(I)V
28057 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setSuplEsEnabled(Z)V
28058 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->updateLocationMode()V
48608 Lcom/android/internal/location/GpsNetInitiatedHandler$1;
48609 Lcom/android/internal/location/GpsNetInitiatedHandler$2;
[all …]
/frameworks/base/services/
Dart-profile18220 …d/server/location/gnss/GnssLocationProvider;)Lcom/android/internal/location/GpsNetInitiatedHandler;
18397 …ler$GnssNetworkListener;Landroid/os/Looper;Lcom/android/internal/location/GpsNetInitiatedHandler;)V
18470 …android/content/Context;Landroid/os/Looper;Lcom/android/internal/location/GpsNetInitiatedHandler;)V