Home
last modified time | relevance | path

Searched refs:ClientRange (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java62 final ArrayList<ClientRange> mClients;
74 mClients.add(new ClientRange(startId, endId, client)); in IntRange()
81 IntRange(ClientRange clientRange) { in IntRange()
116 void insert(ClientRange range) { in insert()
120 ClientRange nextRange = mClients.get(i); in insert()
155 private class ClientRange { class in IntRangeManager
160 ClientRange(int startId, int endId, String client) { in ClientRange() method in IntRangeManager.ClientRange
168 if (o != null && o instanceof ClientRange) { in equals()
169 ClientRange other = (ClientRange) o; in equals()
468 ClientRange cr = clients.get(0); in disableRange()
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes9438 com.android.internal.telephony.IntRangeManager$ClientRange
H A Dboot-image-profile.txt33760 Lcom/android/internal/telephony/IntRangeManager$ClientRange;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes9459 com.android.internal.telephony.IntRangeManager$ClientRange
H A Dboot-image-profile.txt43424 Lcom/android/internal/telephony/IntRangeManager$ClientRange;