Home
last modified time | relevance | path

Searched refs:ForegroundUtils (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java29 public class ForegroundUtils extends IProcessObserver.Stub { class
44 private static final ForegroundUtils INSTANCE = new ForegroundUtils();
47 private ForegroundUtils() { in ForegroundUtils() method in ForegroundUtils
61 public static ForegroundUtils getInstance() { in getInstance()
DP2pLinkManager.java218 final ForegroundUtils mForegroundUtils;
270 mForegroundUtils = ForegroundUtils.getInstance(); in P2pLinkManager()
DNfcService.java237 private ForegroundUtils mForegroundUtils;
401 mForegroundUtils = ForegroundUtils.getInstance(); in NfcService()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java21 import com.android.nfc.ForegroundUtils;
31 public class EnabledNfcFServices implements com.android.nfc.ForegroundUtils.Callback {
39 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();
DPreferredServices.java23 import com.android.nfc.ForegroundUtils;
55 public class PreferredServices implements com.android.nfc.ForegroundUtils.Callback {
67 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();