Home
last modified time | relevance | path

Searched refs:mForegroundUtils (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java39 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in EnabledNfcFServices
128 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()
161 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
DPreferredServices.java67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices
275 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()
310 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java218 final ForegroundUtils mForegroundUtils; field in P2pLinkManager
270 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()
331 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()
443 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
DNfcService.java237 private ForegroundUtils mForegroundUtils; field in NfcService
401 mForegroundUtils = ForegroundUtils.getInstance(); in NfcService()
796 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()
879 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()
966 if (callingUid != Process.SYSTEM_UID && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()