Searched refs:AID_APP_END (Results 1 – 3 of 3) sorted by relevance
123 public static final int AID_APP_END = android.os.Process.LAST_APPLICATION_UID; field in UserHandle274 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getSharedAppGid()304 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getCacheAppGid()
402 if (exclude_apps && ((user_uid >= AID_APP_START && user_uid <= AID_APP_END) in calculate_tree_size()
1570 } else if (exclude_apps && (user_uid >= AID_APP_START && user_uid <= AID_APP_END)) { in collectManualStatsForUser()