Home
last modified time | relevance | path

Searched refs:ForegroundCallbackImpl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java900 final ForegroundUtils.Callback mForegroundCallback = new ForegroundCallbackImpl();
902 class ForegroundCallbackImpl implements ForegroundUtils.Callback { class in CardEmulationManager
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java177 final ForegroundUtils.Callback mForegroundCallback = new ForegroundCallbackImpl();
179 class ForegroundCallbackImpl implements ForegroundUtils.Callback { class in NfcDispatcher