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

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 66 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();
274 if (mForegroundUtils.registerUidToBackgroundCallback(this, callingUid)) {
309 if (mForegroundUtils.isInForeground(callingUid)) {
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 221 final ForegroundUtils mForegroundUtils;
273 mForegroundUtils = ForegroundUtils.getInstance();
334 if (mForegroundUtils.getForegroundUids().contains(mNdefCallbackUid)) {
473 List<Integer> foregroundUids = mForegroundUtils.getForegroundUids();
    [all...]
NfcService.java 226 private ForegroundUtils mForegroundUtils;
389 mForegroundUtils = ForegroundUtils.getInstance();
860 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) {
    [all...]

Completed in 149 milliseconds