Searched defs:ForegroundUtils (Results 1 - 1 of 1) 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() {

Completed in 150 milliseconds