Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesPerfTest.java88 public void getInteger() { in getInteger() method in ResourcesPerfTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMockResources.java47 public int getInteger(int id) { in getInteger() method in MockResources
/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.java129 public int getInteger(int id) { in getInteger() method in ExternalResources.Resources
/frameworks/base/media/java/android/media/
DMediaFormat.java1181 public final int getInteger(@NonNull String name) { in getInteger() method in MediaFormat
1192 public final int getInteger(@NonNull String name, int defaultValue) { in getInteger() method in MediaFormat
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java338 public int getInteger(int index, int defValue) { in getInteger() method in BridgeTypedArray
DResources_Delegate.java664 static int getInteger(Resources resources, int id) throws NotFoundException { in getInteger() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java620 public int getInteger(@StyleableRes int index, int defValue) { in getInteger() method in TypedArray
DResources.java1112 public int getInteger(@IntegerRes int id) throws NotFoundException { in getInteger() method in Resources