Searched refs:GpsNetInitiatedHandler (Results 1 – 8 of 8) sorted by relevance
34 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 …]
41 import com.android.internal.location.GpsNetInitiatedHandler;82 private final GpsNetInitiatedHandler mNiHandler;103 GnssVisibilityControl(Context context, Looper looper, GpsNetInitiatedHandler niHandler) { in GnssVisibilityControl()
38 import com.android.internal.location.GpsNetInitiatedHandler;111 private final GpsNetInitiatedHandler mNiHandler;186 GpsNetInitiatedHandler niHandler) { in GnssNetworkConnectivityHandler()
72 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;
48 public class GpsNetInitiatedHandler { class181 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
8179 com.android.internal.location.GpsNetInitiatedHandler$18180 com.android.internal.location.GpsNetInitiatedHandler$28181 com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification8182 com.android.internal.location.GpsNetInitiatedHandler
28051 …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()Z28056 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setEmergencyExtensionSeconds(I)V28057 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->setSuplEsEnabled(Z)V28058 HSPLcom/android/internal/location/GpsNetInitiatedHandler;->updateLocationMode()V48608 Lcom/android/internal/location/GpsNetInitiatedHandler$1;48609 Lcom/android/internal/location/GpsNetInitiatedHandler$2;[all …]
18220 …d/server/location/gnss/GnssLocationProvider;)Lcom/android/internal/location/GpsNetInitiatedHandler;18397 …ler$GnssNetworkListener;Landroid/os/Looper;Lcom/android/internal/location/GpsNetInitiatedHandler;)V18470 …android/content/Context;Landroid/os/Looper;Lcom/android/internal/location/GpsNetInitiatedHandler;)V