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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java66 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance(); field in class:PreferredServices
274 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
309 if (mForegroundUtils.isInForeground(callingUid)) {
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java208 final ForegroundUtils mForegroundUtils; field in class:P2pLinkManager
259 mForegroundUtils = ForegroundUtils.getInstance();
320 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) {
457 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids();
H A DNfcService.java222 private ForegroundUtils mForegroundUtils; field in class:NfcService
382 mForegroundUtils = ForegroundUtils.getInstance();
821 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) {

Completed in 64 milliseconds