Searched refs:onVendorNotificationReceived (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Uwb/framework/tests/src/android/uwb/ |
D | UwbVendorUciCallbackListenerTest.java | 178 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/ |
D | IUwbVendorUciCallback.aidl | 22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived() method
|
D | UwbVendorUciCallbackListener.java | 98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived() method in UwbVendorUciCallbackListener
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbServiceCore.java | 379 mCallBack.onVendorNotificationReceived(gid, oid, payload); in onVendorUciNotificationReceived()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbServiceCoreTest.java | 1842 verify(vendorCb).onVendorNotificationReceived(gid, oid, payload); in testVendorUciNotificationCallback()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 2711 mNfcVendorNciCallBack.onVendorNotificationReceived(gid, oid, payload); in sendVendorNciNotification()
|