Searched defs:IntRange (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DIntRange.java33 * @IntRange(from=0,to=255)
43 public @interface IntRange { interface
/frameworks/support/annotations/src/main/java/androidx/annotation/
H A DIntRange.java33 * @IntRange(from=0,to=255)
41 public @interface IntRange { interface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java42 * Initial capacity for IntRange clients array list. There will be
49 * <p>When a client is added, the IntRange may merge with one or more
50 * adjacent IntRanges to form a single combined IntRange.
51 * <p>When a client is removed, the IntRange may divide into several
54 private class IntRange { class in class:IntRangeManager
61 * Create a new IntRange with a single client.
66 IntRange(int startId, int endId, String client) { method in class:IntRangeManager.IntRange
74 * Create a new IntRange for an existing ClientRange.
77 IntRange(ClientRange clientRange) { method in class:IntRangeManager.IntRange
85 * Create a new IntRange fro
94 IntRange(IntRange intRange, int numElements) { method in class:IntRangeManager.IntRange
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 476 milliseconds