Home
last modified time | relevance | path

Searched refs:onVendorNotificationReceived (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/framework/tests/src/android/uwb/
DUwbVendorUciCallbackListenerTest.java178 cb.onVendorNotificationReceived(GID, OID, PAYLOAD);
200 mUwbVendorUciCallbackListener.onVendorNotificationReceived(GID, OID, PAYLOAD); in testOnVendorNotificationReceived_succeed()
205 mUwbVendorUciCallbackListener.onVendorNotificationReceived(GID, OID, PAYLOAD); in testOnVendorNotificationReceived_succeed()
/packages/modules/Uwb/framework/java/android/uwb/
DIUwbVendorUciCallback.aidl22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived() method
DUwbVendorUciCallbackListener.java98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived() method in UwbVendorUciCallbackListener
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java379 mCallBack.onVendorNotificationReceived(gid, oid, payload); in onVendorUciNotificationReceived()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1842 verify(vendorCb).onVendorNotificationReceived(gid, oid, payload); in testVendorUciNotificationCallback()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2711 mNfcVendorNciCallBack.onVendorNotificationReceived(gid, oid, payload); in sendVendorNciNotification()