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.java40 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in EnabledNfcFServices
130 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()
163 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
DPreferredServices.java69 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices
281 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()
316 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java228 final ForegroundUtils mForegroundUtils; field in P2pLinkManager
292 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()
413 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()
529 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
DNfcService.java324 private ForegroundUtils mForegroundUtils; field in NfcService
528 mForegroundUtils = ForegroundUtils.getInstance(); in NfcService()
1070 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()
1166 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()
1257 if (!privilegedCaller && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()