Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaFormat.java590 public final int getInteger(String name) { in getInteger() method in MediaFormat
599 public final int getInteger(String name, int defaultValue) { in getInteger() method in MediaFormat
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DPartnerTest.java149 public int getInteger(int id) throws NotFoundException { in getInteger() method in PartnerTest.TestResources
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java142 public int getInteger(int id) throws NotFoundException { in getInteger() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintTypedArray.java126 public int getInteger(int index, int defValue) { in getInteger() method in TintTypedArray
DResourcesWrapper.java170 public int getInteger(int id) throws NotFoundException { in getInteger() method in ResourcesWrapper
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedActionsStylist.java507 private int getInteger(Context ctx, TypedValue typedValue, int attrId) { in getInteger() method in GuidedActionsStylist
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java376 public int getInteger(int index, int defValue) { in getInteger() method in BridgeTypedArray
DBridgeResources.java567 public int getInteger(int id) throws NotFoundException { in getInteger() method in BridgeResources
/frameworks/base/core/java/android/content/res/
DTypedArray.java505 public int getInteger(int index, int defValue) { in getInteger() method in TypedArray
DResources.java1099 public int getInteger(@IntegerRes int id) throws NotFoundException { in getInteger() method in Resources
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DConstants.java148 public static long getInteger(ByteBuffer payload, ByteOrder bo, int size) { in getInteger() method in Constants
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DMOManager.java659 private static int getInteger(OMANode intNode) throws OMAException { in getInteger() method in MOManager