Searched defs:defaultResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java130 public int defaultResponse; field in class:GpsNetInitiatedHandler.GpsNiNotification
426 intent.putExtra(NI_INTENT_KEY_DEFAULT_RESPONSE, notif.defaultResponse);
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1830 int defaultResponse,
1843 ", defaultResponse: " + defaultResponse);
1858 notification.defaultResponse = defaultResponse;
1825 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding, String extras ) argument

Completed in 92 milliseconds