HomeSort by relevance Sort by last modified time
    Searched refs:requestorId (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/gnss/1.0/
IGnssNiCallback.hal 103 string requestorId;
112 * requestorId decoding scheme.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java     [all...]
  /hardware/interfaces/gnss/1.0/default/
GnssNi.cpp 69 .requestorId = notification->requestor_id,
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 131 public String requestorId;
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/
com_android_server_location_GnssLocationProvider.cpp 820 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str());
823 if (requestorId && text) {
827 notification.defaultResponse, requestorId, text,
834 if (requestorId) {
835 env->DeleteLocalRef(requestorId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp 305 notificationGnss.requestorId = gnssNiNotification.requestor;

Completed in 1451 milliseconds