Home
last modified time | relevance | path

Searched refs:accesses (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DRecentAppOpsAccess.java127 ArrayList<Access> accesses = new ArrayList<>(appOpsCount); in getAppList() local
184 accesses.add(access); in getAppList()
188 return accesses; in getAppList()
198 List<Access> accesses = getAppList(showSystemApps); in getAppListSorted() local
200 Collections.sort(accesses, Collections.reverseOrder(new Comparator<Access>() { in getAppListSorted()
206 return accesses; in getAppListSorted()
/frameworks/base/core/java/android/util/
DLruCache.java390 int accesses = hitCount + missCount; in toString() local
391 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0; in toString()
/frameworks/hardware/interfaces/stats/aidl/test_client/
DREADME1 This client can be installed on the device to test accesses of the AIDL service as
DAndroid.bp16 // This client can be installed on the device to test accesses of the AIDL service as
/frameworks/hardware/interfaces/stats/1.0/test_client/
DREADME1 This client can be installed on the device to test accesses of the service as
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript93 // to convert indirect accesses through nbf/bf into direct
94 // accesses through U or V.
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript82 // to convert indirect accesses through nbf/bf into direct
83 // accesses through U or V.
Dsmall_struct.rscript7 // accesses a properly padded struct:
Dsmall_struct_2.rscript7 // accesses a properly (un)padded struct:
Dmore_structs.rscript11 // accesses a properly padded struct:
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript95 // to convert indirect accesses through nbf/bf into direct
96 // accesses through U or V.
/frameworks/av/media/module/libmediaformatshaper/
DAndroid.bp99 // framework accesses with dlopen() and uses "libmediaformatshaper_headers" so both
/frameworks/base/core/java/android/permission/
Dflags.aconfig202 description: "Persist device attributed AppOp accesses on the disk"
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal326 * mechanisms to synchronize read and write accesses between consumers.
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll17 ; 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
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll19 ; 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
/frameworks/base/core/java/android/app/
DAppOpsManager.java7412 private static List<AttributedOpEntry> listForFlagsInStates(List<AttributedOpEntry> accesses, in listForFlagsInStates() argument
7415 if (accesses == null) { in listForFlagsInStates()
7418 int nAccesses = accesses.size(); in listForFlagsInStates()
7420 AttributedOpEntry entry = accesses.get(i); in listForFlagsInStates()
/frameworks/proto_logging/stats/
Datoms.proto5891 * 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 accesses
7256 // 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