HomeSort by relevance Sort by last modified time
    Searched refs:GpsNetInitiatedHandler (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 29 import com.android.internal.location.GpsNetInitiatedHandler;
57 if (intent.getAction() == GpsNetInitiatedHandler.ACTION_NI_VERIFY) {
71 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE);
72 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE);
78 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
88 registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY));
103 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT);
106 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_DENY);
123 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 36 public class GpsNetInitiatedHandler {
38 private static final String TAG = "GpsNetInitiatedHandler";
126 public GpsNetInitiatedHandler(Context context) {
170 // and this class GpsNetInitiatedHandler does not need to do anything.
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 58 import com.android.internal.location.GpsNetInitiatedHandler;
59 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
262 private final GpsNetInitiatedHandler mNIHandler;
384 mNIHandler = new GpsNetInitiatedHandler(context);
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 62 import com.android.internal.location.GpsNetInitiatedHandler;
    [all...]

Completed in 88 milliseconds