OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClientRange
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java
58
final ArrayList<
ClientRange
> mClients;
69
mClients = new ArrayList<
ClientRange
>(INITIAL_CLIENTS_ARRAY_SIZE);
70
mClients.add(new
ClientRange
(startId, endId, client));
74
* Create a new IntRange for an existing
ClientRange
.
75
* @param
clientRange
the initial
ClientRange
to add
77
IntRange(
ClientRange
clientRange
) {
78
mStartId =
clientRange
.mStartId;
79
mEndId =
clientRange
.mEndId
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 70 milliseconds