Searched refs:mForegroundUtils (Results 1 – 4 of 4) sorted by relevance
39 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in EnabledNfcFServices129 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()162 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
68 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices280 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()315 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
227 final ForegroundUtils mForegroundUtils; field in P2pLinkManager291 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()412 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()528 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
298 private ForegroundUtils mForegroundUtils; field in NfcService499 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()