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
129 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()
162 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
DPreferredServices.java68 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices
280 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()
315 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java227 final ForegroundUtils mForegroundUtils; field in P2pLinkManager
291 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()
412 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()
528 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
DNfcService.java298 private ForegroundUtils mForegroundUtils; field in NfcService
499 mForegroundUtils = ForegroundUtils.getInstance(); in NfcService()
1000 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()
1096 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()
1183 if (callingUid != Process.SYSTEM_UID && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()