Searched refs:mForegroundUtils (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in class:PreferredServices
275 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
310 if (mForegroundUtils.isInForeground(callingUid)) {
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java218 final ForegroundUtils mForegroundUtils; field in class:P2pLinkManager
270 mForegroundUtils = ForegroundUtils.getInstance();
331 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) {
443 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids();
H A DNfcService.java226 private ForegroundUtils mForegroundUtils; field in class:NfcService
390 mForegroundUtils = ForegroundUtils.getInstance();
861 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) {

Completed in 73 milliseconds