Searched refs:ForegroundUtils (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DForegroundUtils.java29 public class ForegroundUtils extends IProcessObserver.Stub { class in inherits:IProcessObserver.Stub
31 private final String TAG = "ForegroundUtils";
44 private static final ForegroundUtils INSTANCE = new ForegroundUtils();
47 private ForegroundUtils() { method in class:ForegroundUtils
53 Log.e(TAG, "ForegroundUtils: could not get IActivityManager");
61 public static ForegroundUtils getInstance() {
H A DP2pLinkManager.java208 final ForegroundUtils mForegroundUtils;
259 mForegroundUtils = ForegroundUtils.getInstance();
H A DNfcService.java222 private ForegroundUtils mForegroundUtils;
382 mForegroundUtils = ForegroundUtils.getInstance();
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java22 import com.android.nfc.ForegroundUtils;
54 public class PreferredServices implements com.android.nfc.ForegroundUtils.Callback {
66 final ForegroundUtils mForegroundUtils = ForegroundUtils.getInstance();

Completed in 167 milliseconds