Searched refs:mForegroundUtils (Results 1 – 4 of 4) sorted by relevance
40 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in EnabledNfcFServices130 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerEnabledForegroundService()163 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
69 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in PreferredServices281 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) { in registerPreferredForegroundService()316 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()
228 final ForegroundUtils mForegroundUtils; field in P2pLinkManager292 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()413 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) { in onManualBeamInvoke()529 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids(); in prepareMessageToSend()
344 private ForegroundUtils mForegroundUtils; field in NfcService565 mForegroundUtils = ForegroundUtils.getInstance(); in NfcService()1251 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()1347 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()1438 if (!privilegedCaller && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()