/frameworks/base/core/java/com/android/internal/app/ |
NetInitiatedActivity.java | 53 private int default_response = -1; field in class:NetInitiatedActivity 72 sendUserResponse(default_response); 100 default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNetInitiatedHandler.GPS_NI_RESPONSE_ACCEPT); 101 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
|
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng_ni.cpp | 155 notif->default_response = GPS_NI_RESPONSE_NORESP; 169 notif->default_response = GPS_NI_RESPONSE_ACCEPT; 174 notif->default_response = GPS_NI_RESPONSE_DENY; 311 // Set default_response & notify_flags 345 // Set default_response & notify_flags 399 // Set default_response & notify_flags 410 LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif.ni_type, notif.timeout, notif.default_response);
|
/hardware/libhardware/include/hardware/ |
gps.h | 552 GpsUserResponseType default_response; member in struct:__anon16028
|
/frameworks/base/services/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 195 notification->default_response, requestor_id, text,
|