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
425 intent.putExtra(NI_INTENT_KEY_DEFAULT_RESPONSE, notif.defaultResponse);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2148 int defaultResponse,
2159 ", defaultResponse: " + defaultResponse);
2175 notification.defaultResponse = defaultResponse;
2143 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding ) argument

Completed in 125 milliseconds