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

  /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 ALOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif.ni_type, notif.timeout, notif.default_response);