Home
last modified time | relevance | path

Searched defs:packageId (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DPackageReadContext.java22 public PackageReadContext(int packageId, in PackageReadContext()
DAconfigStorageReadAPI.java92 ByteBuffer mappedFile, int packageId, String flagName) throws IOException; in getFlagReadContextImpl()
101 ByteBuffer mappedFile, int packageId, String flagName) throws IOException { in getFlagReadContext()
/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
DFlagTable.java37 public Node get(int packageId, String flagName) { in get()
67 private static byte[] makeKey(int packageId, String flagName) { in makeKey()
/build/make/tools/aconfig/aconfig_storage_file/tests/srcs/
DFlagTableTest.java128 int packageId = packageIds[i]; in testFlagTable_multithreadsRead() local
/build/make/tools/aconfig/aconfig_storage_read_api/tests/functional/srcs/
DAconfigStorageReadAPITest.java116 int packageId, String flagName, StoredFlagType flagType, int flagIndex) { in testFlagContextQuery()