Searched refs:AID_APP_START (Results 1 – 5 of 5) sorted by relevance
120 public static final int AID_APP_START = android.os.Process.FIRST_APPLICATION_UID; field in UserHandle274 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getSharedAppGid()275 return (appId - AID_APP_START) + AID_SHARED_GID_START; in getSharedAppGid()276 } else if (appId >= AID_ROOT && appId <= AID_APP_START) { in getSharedAppGid()304 if (appId >= AID_APP_START && appId <= AID_APP_END) { in getCacheAppGid()305 return getUid(userId, (appId - AID_APP_START) + AID_CACHE_GID_START); in getCacheAppGid()
41 return multiuser_get_app_id(uid) < AID_APP_START; in isServiceUid()
1282 + AID_APP_START; in freeCache()1570 } else if (exclude_apps && (user_uid >= AID_APP_START && user_uid <= AID_APP_END)) { in collectManualStatsForUser()1669 if (flags & FLAG_USE_QUOTA && appId >= AID_APP_START) { in getAppSize()1816 if (appId >= AID_APP_START) { in getUserSize()1943 if (appId >= AID_APP_START) { in getExternalSize()
402 if (exclude_apps && ((user_uid >= AID_APP_START && user_uid <= AID_APP_END) in calculate_tree_size()
525 if (uid >= AID_APP_START) { in SetUpSeccompFilter()