Home
last modified time | relevance | path

Searched defs:getInteger (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
DExternalResources.java90 public int getInteger(int id) { in getInteger() method in ExternalResources.Resources
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java147 public int getInteger(int id) throws NotFoundException { in getInteger() method in MockResources
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java130 public int getInteger(int id) { in getInteger() method in ExternalResources.Resources
/frameworks/base/telephony/java/android/telephony/ims/
DRcsConfig.java269 public int getInteger(@NonNull String tag, int defaultVal) { in getInteger() method in RcsConfig
/frameworks/base/media/java/android/media/
DMediaFormat.java1702 public final int getInteger(@NonNull String name) { in getInteger() method in MediaFormat
1713 public final int getInteger(@NonNull String name, int defaultValue) { in getInteger() method in MediaFormat
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java366 public int getInteger(int index, int defValue) { in getInteger() method in BridgeTypedArray
DResources_Delegate.java677 static int getInteger(Resources resources, int id) throws NotFoundException { in getInteger() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java624 public int getInteger(@StyleableRes int index, int defValue) { in getInteger() method in TypedArray
DResources.java1198 public int getInteger(@IntegerRes int id) throws NotFoundException { in getInteger() method in Resources
/frameworks/base/core/java/android/content/pm/
DPackageManager.java288 public int getInteger() { in getInteger() method in PackageManager.Property