Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java130 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
258 + " requestorId: " + notif.requestorId in handleNiNotification()
404 ", requestorId: " + notif.requestorId + in openNiDialog()
570 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker()
586 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanStateManagerTest.java487 final int requestorId = 22; in testMatchAndMessages() local
523 mDut.onMatch(subscribeId, requestorId, peerMac, peerSsi.getBytes(), peerSsi.length(), in testMatchAndMessages()
525 mDut.onMessageReceived(subscribeId, requestorId, peerMac, peerMsg.getBytes(), in testMatchAndMessages()
530 inOrder.verify(mockListener).onMatch(requestorId, peerSsi.getBytes(), peerSsi.length(), in testMatchAndMessages()
532 inOrder.verify(mockListener).onMessageReceived(requestorId, peerMsg.getBytes(), in testMatchAndMessages()
535 mDut.sendMessage(uid, sessionId, requestorId, ssi.getBytes(), ssi.length(), messageId); in testMatchAndMessages()
539 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(ssi.length())); in testMatchAndMessages()
547 mDut.sendMessage(uid, sessionId, requestorId, ssi.getBytes(), ssi.length(), messageId); in testMatchAndMessages()
551 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(ssi.length())); in testMatchAndMessages()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1906 String requestorId,
1920 Log.i(TAG, "requestorId: " + requestorId +
1934 notification.requestorId = requestorId;