Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMockResources.java49 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.java130 public int getInteger(int id) { in getInteger() method in ExternalResources.Resources
/frameworks/base/media/java/android/media/
DMediaFormat.java1282 public final int getInteger(@NonNull String name) { in getInteger() method in MediaFormat
1293 public final int getInteger(@NonNull String name, int defaultValue) { in getInteger() method in MediaFormat
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java358 public int getInteger(int index, int defValue) { in getInteger() method in BridgeTypedArray
DResources_Delegate.java665 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.java1189 public int getInteger(@IntegerRes int id) throws NotFoundException { in getInteger() method in Resources