Searched refs:accesses (Results 1 – 18 of 18) sorted by relevance
127 ArrayList<Access> accesses = new ArrayList<>(appOpsCount); in getAppList() local184 accesses.add(access); in getAppList()188 return accesses; in getAppList()198 List<Access> accesses = getAppList(showSystemApps); in getAppListSorted() local200 Collections.sort(accesses, Collections.reverseOrder(new Comparator<Access>() { in getAppListSorted()206 return accesses; in getAppListSorted()
390 int accesses = hitCount + missCount; in toString() local391 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0; in toString()
1 This client can be installed on the device to test accesses of the AIDL service as
16 // This client can be installed on the device to test accesses of the AIDL service as
1 This client can be installed on the device to test accesses of the service as
93 // to convert indirect accesses through nbf/bf into direct94 // accesses through U or V.
82 // to convert indirect accesses through nbf/bf into direct83 // accesses through U or V.
7 // accesses a properly padded struct:
7 // accesses a properly (un)padded struct:
11 // accesses a properly padded struct:
95 // to convert indirect accesses through nbf/bf into direct96 // accesses through U or V.
99 // framework accesses with dlopen() and uses "libmediaformatshaper_headers" so both
202 description: "Persist device attributed AppOp accesses on the disk"
326 * mechanisms to synchronize read and write accesses between consumers.
17 ; memory accesses in this file and memory accesses annotated with the C/C++20 ; If we can ensure that all accesses to elements loaded from RenderScript
19 ; memory accesses in this file and memory accesses annotated with the C/C++22 ; If we can ensure that all accesses to elements loaded from RenderScript
7412 private static List<AttributedOpEntry> listForFlagsInStates(List<AttributedOpEntry> accesses, in listForFlagsInStates() argument7415 if (accesses == null) { in listForFlagsInStates()7418 int nAccesses = accesses.size(); in listForFlagsInStates()7420 AttributedOpEntry entry = accesses.get(i); in listForFlagsInStates()
5891 * Logs the number of times a uid accesses a sensitive AppOp during a foreground service session.5895 * Sessions with no attempted accesses are not logged.7245 * Logs statistics regarding accesses to external storage.7253 // Total number of accesses like creation, open, delete and rename/update.7254 // Includes file path and ContentResolver accesses7256 // Number of file path accesses, as opposed to file path and ContentResolver.7258 // Number of accesses on secondary volumes like SD cards.7259 // Includes file path and ContentResolver accesses