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

/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...]

Completed in 556 milliseconds