Home
last modified time | relevance | path

Searched defs:onLogEventNotified (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Nfc/framework/java/android/nfc/
DINfcOemExtensionCallback.aidl57 void onLogEventNotified(in OemLogItems item); in onLogEventNotified() method
DNfcOemExtension.java510 void onLogEventNotified(@NonNull OemLogItems item); in onLogEventNotified() method
1119 public void onLogEventNotified(OemLogItems item) throws RemoteException { in onLogEventNotified() method in NfcOemExtension.NfcOemExtensionCallback
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcAdapterTest.java1107 public void onLogEventNotified(@NonNull OemLogItems item) { in onLogEventNotified() method in NfcAdapterTest.NfcOemExtensionCallback