Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java33 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 …]
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java49 public class GpsNetInitiatedHandler { class
175 public GpsNetInitiatedHandler(Context context, in GpsNetInitiatedHandler() method in GpsNetInitiatedHandler
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java80 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;
/frameworks/base/services/
Dprofile-classes3153 Lcom/android/internal/location/GpsNetInitiatedHandler;
3154 Lcom/android/internal/location/GpsNetInitiatedHandler$1;
3155 Lcom/android/internal/location/GpsNetInitiatedHandler$2;
/frameworks/base/
Dcompiled-classes-phone5313 com.android.internal.location.GpsNetInitiatedHandler
5314 com.android.internal.location.GpsNetInitiatedHandler$1
5315 com.android.internal.location.GpsNetInitiatedHandler$2