Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/java/android/nfc/
DNfcOemExtension.java1134 T input, Consumer<T> callbackMethod, Executor executor) { in handleVoidCallback()
1148 T1 input1, T2 input2, BiConsumer<T1, T2> callbackMethod, Executor executor) { in handleVoid2ArgCallback()
1162 S defaultValue, T input, Function<T, S> callbackMethod) throws RemoteException { in handleNonVoidCallbackWithInput()
1188 private <T> T handleNonVoidCallbackWithoutInput(T defaultValue, Supplier<T> callbackMethod) in handleNonVoidCallbackWithoutInput()