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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java130 public String requestorId; field in class:GpsNetInitiatedHandler.GpsNiNotification
258 + " requestorId: " + notif.requestorId
404 ", requestorId: " + notif.requestorId +
570 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
586 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1987 String requestorId,
2001 Log.i(TAG, "requestorId: " + requestorId +
2015 notification.requestorId = requestorId;
1981 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding, String extras ) argument

Completed in 127 milliseconds