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();
128 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
161 if (mForegroundUtils.isInForeground(callingUid)) {
PreferredServices.java 67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();
275 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
310 if (mForegroundUtils.isInForeground(callingUid)) {
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 218 final ForegroundUtils mForegroundUtils;
270 mForegroundUtils = ForegroundUtils.getInstance();
331 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) {
443 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids();
    [all...]
NfcService.java 254 private ForegroundUtils mForegroundUtils;
425 mForegroundUtils = ForegroundUtils.getInstance();
822 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) {
    [all...]

Completed in 2142 milliseconds