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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java92 int partnerValue = entry.resources.getInteger(entry.id);
149 public int getInteger(int id) throws NotFoundException { method in class:PartnerTest.TestResources
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java505 public int getInteger(int index, int defValue) { method in class:TypedArray
H A DResources.java1099 public int getInteger(@IntegerRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java142 public int getInteger(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java376 public int getInteger(int index, int defValue) { method in class:BridgeTypedArray
H A DBridgeResources.java567 public int getInteger(int id) throws NotFoundException { method in class:BridgeResources
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java126 public int getInteger(int index, int defValue) { method in class:TintTypedArray
127 return mWrapped.getInteger(index, defValue);
H A DResourcesWrapper.java170 public int getInteger(int id) throws NotFoundException { method in class:ResourcesWrapper
171 return mResources.getInteger(id);
/frameworks/base/media/java/android/media/
H A DMediaFormat.java590 public final int getInteger(String name) { method in class:MediaFormat
599 public final int getInteger(String name, int defaultValue) { method in class:MediaFormat
601 return getInteger(name);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DConstants.java148 public static long getInteger(ByteBuffer payload, ByteOrder bo, int size) { method in class:Constants
175 return getString(payload, (int) getInteger(payload, ByteOrder.LITTLE_ENDIAN,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java267 mTitleMinLines = getInteger(ctx, val, R.attr.guidedActionTitleMinLines);
268 mTitleMaxLines = getInteger(ctx, val, R.attr.guidedActionTitleMaxLines);
269 mDescriptionMinLines = getInteger(ctx, val, R.attr.guidedActionDescriptionMinLines);
507 private int getInteger(Context ctx, TypedValue typedValue, int attrId) { method in class:GuidedActionsStylist
509 return ctx.getResources().getInteger(typedValue.resourceId);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOManager.java578 int eapID = getInteger(eapMethodNode.getChild(TAG_EAPType));
639 new EAPMethod(EAP.mapEAPMethod(getInteger(simNode.getChild(TAG_EAPType))),
659 private static int getInteger(OMANode intNode) throws OMAException { method in class:MOManager

Completed in 3692 milliseconds