Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
H A DQSCarrierGroupController.java62 private static final int SIM_SLOTS = 3; field in QSCarrierGroupController
74 new CellSignalState[SIM_SLOTS];
77 private int[] mLastSignalLevel = new int[SIM_SLOTS];
94 if (slotIndex >= SIM_SLOTS) {
119 if (slotIndex >= SIM_SLOTS) {
256 for (int i = 0; i < SIM_SLOTS; i++) { in QSCarrierGroupController()
306 for (int i = 0; i < SIM_SLOTS; i++) { in computeIsSingleCarrier()
347 for (int i = 0; i < SIM_SLOTS; i++) { in handleUpdateState()
356 for (int i = 0; i < SIM_SLOTS; i++) { in handleUpdateState()
389 if (slot >= SIM_SLOTS) { in handleUpdateCarrierInfo()
[all …]