/frameworks/base/core/java/com/android/internal/app/ |
NetInitiatedActivity.java | 53 private int default_response = -1; field in class:NetInitiatedActivity 72 sendUserResponse(default_response); 99 default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT); 100 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 148 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 230 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 250 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 247 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 249 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 250 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
|
loc_eng.cpp | 247 loc_get_ni_response_name(mNotify.default_response), [all...] |
/hardware/libhardware/include/hardware/ |
gps.h | 1056 GpsUserResponseType default_response; member in struct:__anon32135 [all...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
/external/autotest/client/virt/ |
virt_step_editor.py | 370 def inputdialog(self, text, title, default_response=""): 386 entry.set_text(default_response) [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | 427 notification->default_response, requestor_id, text, [all...] |