Searched defs:isIsolated (Results 1 – 4 of 4) sorted by relevance
220 public static boolean isIsolated(int uid) { in isIsolated() method in UserHandle
899 public static final boolean isIsolated() { in isIsolated() method in Process905 public static final boolean isIsolated(int uid) { in isIsolated() method in Process
254 bool isIsolated = appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END; in tryGetService() local
1021 public static void setIsolatedProcess(boolean isIsolated) { in setIsolatedProcess()