Home
last modified time | relevance | path

Searched defs:getBooleanFlagValue (Results 1 – 7 of 7) sorted by relevance

/build/make/tools/aconfig/fake_device_config/src/android/os/flagging/
DPlatformAconfigPackageInternal.java28 public boolean getBooleanFlagValue(int index) { in getBooleanFlagValue() method in PlatformAconfigPackageInternal
DAconfigPackage.java27 public boolean getBooleanFlagValue(String flagName, boolean defaultValue) { in getBooleanFlagValue() method in AconfigPackage
DAconfigPackageInternal.java28 public boolean getBooleanFlagValue(int index) { in getBooleanFlagValue() method in AconfigPackageInternal
DPlatformAconfigPackage.java37 public boolean getBooleanFlagValue(String flagName, boolean defaultValue) { in getBooleanFlagValue() method in PlatformAconfigPackage
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/os/flagging/
DPlatformAconfigPackageInternal.java98 public boolean getBooleanFlagValue(int index) { in getBooleanFlagValue() method in PlatformAconfigPackageInternal
DPlatformAconfigPackage.java145 public boolean getBooleanFlagValue(String flagName, boolean defaultValue) { in getBooleanFlagValue() method in PlatformAconfigPackage
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DAconfigStorageReadAPI.java113 public static native boolean getBooleanFlagValue(ByteBuffer mappedFile, int flagIndex) in getBooleanFlagValue() method in AconfigStorageReadAPI