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) {
90 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE);
91 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE);
97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
98 timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeout);
99 default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT);
110 registerReceiver(mNetInitiatedReceiver, new IntentFilter(GpsNetInitiatedHandler.ACTION_NI_VERIFY));
125 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT)
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 49 public class GpsNetInitiatedHandler {
51 private static final String TAG = "GpsNetInitiatedHandler";
175 public GpsNetInitiatedHandler(Context context,
272 // and this class GpsNetInitiatedHandler does not need to do anything.
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 81 import com.android.internal.location.GpsNetInitiatedHandler;
82 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
433 private final GpsNetInitiatedHandler mNIHandler;
    [all...]

Completed in 1375 milliseconds