Home
last modified time | relevance | path

Searched refs:aconfigFlagsPbFile (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/host/
DHostFlagsValueProviderTest.java73 File aconfigFlagsPbFile = testFolder.newFile(); in initHostFlagsValueProvider() local
74 ACONFIG_FLAGS.writeTo(new FileOutputStream(aconfigFlagsPbFile)); in initHostFlagsValueProvider()
85 when(mTestDevice.pullFile("/system/etc/aconfig_flags.pb")).thenReturn(aconfigFlagsPbFile); in initHostFlagsValueProvider()
/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DDeviceFlags.java157 File aconfigFlagsPbFile = testDevice.pullFile(aconfigFlagsPbFilePath); in getAconfigParsedFlags() local
158 if (aconfigFlagsPbFile.length() <= 1) { in getAconfigParsedFlags()
162 InputStream aconfigFlagsPbInputStream = new FileInputStream(aconfigFlagsPbFile); in getAconfigParsedFlags()