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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java131 public String requestorId; field in class:GpsNetInitiatedHandler.GpsNiNotification
255 + " requestorId: " + notif.requestorId
402 ", requestorId: " + notif.requestorId +
568 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
584 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp820 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); local
823 if (requestorId && text) {
827 notification.defaultResponse, requestorId, text,
834 if (requestorId) {
835 env->DeleteLocalRef(requestorId);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1981 String requestorId,
1994 Log.i(TAG, "requestorId: " + requestorId +
2008 notification.requestorId = requestorId;
1975 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding ) argument

Completed in 110 milliseconds