Searched refs:mForegroundUtils (Results 1 – 4 of 4) sorted by relevance
39 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in EnabledNfcFServices128 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()161 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices275 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()310 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
218 final ForegroundUtils mForegroundUtils; field in P2pLinkManager270 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()331 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()443 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
237 private ForegroundUtils mForegroundUtils; field in NfcService401 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()