HomeSort by relevance Sort by last modified time
    Searched refs:mForegroundUtils (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 39 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();
129 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
162 if (mForegroundUtils.isInForeground(callingUid)) {
PreferredServices.java 67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();
279 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
314 if (mForegroundUtils.isInForeground(callingUid)) {
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 221 final ForegroundUtils mForegroundUtils;
285 mForegroundUtils = ForegroundUtils.getInstance();
406 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) {
518 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids();
    [all...]
NfcService.java 281 private ForegroundUtils mForegroundUtils;
494 mForegroundUtils = ForegroundUtils.getInstance();
    [all...]

Completed in 56 milliseconds