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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockResources.java43 public int getInteger(int id) { method in class:MockResources
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java147 public int getInteger(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java180 public int getInteger(int index, int defValue) { method in class:TintTypedArray
181 return mWrapped.getInteger(index, defValue);
H A DResourcesWrapper.java171 public int getInteger(int id) throws NotFoundException { method in class:ResourcesWrapper
172 return mResources.getInteger(id);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java561 public int getInteger(@StyleableRes int index, int defValue) { method in class:TypedArray
H A DResources.java1080 public int getInteger(@IntegerRes int id) throws NotFoundException { method in class:Resources
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java337 public int getInteger(int index, int defValue) { method in class:BridgeTypedArray
H A DResources_Delegate.java627 static int getInteger(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DConstants.java172 public static long getInteger(ByteBuffer payload, ByteOrder bo, int size) { method in class:Constants
199 return getString(payload, (int) getInteger(payload, ByteOrder.LITTLE_ENDIAN,
/frameworks/base/media/java/android/media/
H A DMediaFormat.java833 public final int getInteger(String name) { method in class:MediaFormat
842 public final int getInteger(String name, int defaultValue) { method in class:MediaFormat
844 return getInteger(name);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java367 updateIdentifier = getInteger(modRoot.getChildren().iterator().next());
369 if (getInteger(oldUdi) != updateIdentifier) {
421 updateIdentifier = getInteger(modRoot.getChildren().iterator().next());
423 if (getInteger(oldUdi) != updateIdentifier) {
714 updateIdentifier = getInteger(child);
804 policy, getInteger(ppsRoot.getChild(TAG_CredentialPriority), 0),
834 int eapID = getInteger(eapMethodNode.getChild(TAG_EAPType));
894 new EAPMethod(EAP.mapEAPMethod(getInteger(simNode.getChild(TAG_EAPType))),
978 private static int getInteger(OMANode intNode, int dflt) throws OMAException { method in class:MOManager
982 return getInteger(intNod
985 private static int getInteger(OMANode intNode) throws OMAException { method in class:MOManager
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java473 mTitleMinLines = getInteger(ctx, val, R.attr.guidedActionTitleMinLines);
474 mTitleMaxLines = getInteger(ctx, val, R.attr.guidedActionTitleMaxLines);
475 mDescriptionMinLines = getInteger(ctx, val, R.attr.guidedActionDescriptionMinLines);
1486 private int getInteger(Context ctx, TypedValue typedValue, int attrId) { method in class:GuidedActionsStylist
1488 return ctx.getResources().getInteger(typedValue.resourceId);

Completed in 3156 milliseconds