Home
last modified time | relevance | path

Searched refs:requestorId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java107 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
138 + " requestorId: " + notif.requestorId + " text: " + notif.text); in handleNiNotification()
229 ", requestorId: " + notif.requestorId + in openNiDialog()
395 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker()
411 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1389 String requestorId, in reportNiNotification() argument
1403 Log.i(TAG, "requestorId: " + requestorId + in reportNiNotification()
1417 notification.requestorId = requestorId; in reportNiNotification()