Home | History | Annotate | Download | only in app

Lines Matching refs:GpsNetInitiatedHandler

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);
128 sendUserResponse(GpsNetInitiatedHandler.GPS_NI_RESPONSE_DENY);
145 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);