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

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 33 import com.android.internal.location.GpsNetInitiatedHandler;
61 if (intent.getAction() == GpsNetInitiatedHandler.ACTION_NI_VERIFY) {
91 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE);
92 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE);
98 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
99 timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeout);
100 default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT);
111 registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY));
126 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT)
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 40 public class GpsNetInitiatedHandler {
42 private static final String TAG = "GpsNetInitiatedHandler";
129 public GpsNetInitiatedHandler(Context context) {
173 // and this class GpsNetInitiatedHandler does not need to do anything.
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 69 import com.android.internal.location.GpsNetInitiatedHandler;
72 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
318 private final GpsNetInitiatedHandler mNIHandler;
452 mNIHandler = new GpsNetInitiatedHandler(context);
    [all...]

Completed in 2785 milliseconds