Searched refs:AID_APP_END (Results 1 – 5 of 5) sorted by relevance
181 public static final int AID_APP_END = android.os.Process.LAST_APPLICATION_UID; field in UserHandle414 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getSharedAppGid()444 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getCacheAppGid()
115 for (uid_t uid : { AID_APP_START, AID_APP_START + 1, AID_APP_END }) { in TEST()
671 if (kv.first > AID_APP_END) break; in TEST_F()
490 if (exclude_apps && ((user_uid >= AID_APP_START && user_uid <= AID_APP_END) in calculate_tree_size()
2331 } else if (exclude_apps && (user_uid >= AID_APP_START && user_uid <= AID_APP_END)) { in collectManualStatsForUser()2488 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getAppSize()