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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java107 public String requestorId; field in class:GpsNetInitiatedHandler.GpsNiNotification
138 + " requestorId: " + notif.requestorId + " text: " + notif.text);
226 ", requestorId: " + notif.requestorId +
392 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
408 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1347 String requestorId,
1361 Log.i(TAG, "requestorId: " + requestorId +
1375 notification.requestorId = requestorId;
1341 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding, String extras ) argument

Completed in 35 milliseconds