Home
last modified time | relevance | path

Searched defs:flagName (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DAconfigStorageReadAPI.java97 ByteBuffer mappedFile, int packageId, String flagName) throws IOException; in getFlagReadContextImpl()
106 ByteBuffer mappedFile, int packageId, String flagName) throws IOException { in getFlagReadContext()
/build/make/tools/aconfig/aconfig_storage_read_api/tests/java/
DAconfigStorageReadAPITest.java114 String flagName, in testFlagContextQuery()
/build/soong/java/
Dapp_test.go3656 func checkAapt2LinkFlag(t *testing.T, aapt2Flags, flagName, expectedValue string) { argument