Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java80 private final boolean[] mSimErrorState; field in CarrierTextManager
128 mSimErrorState[slotId] = true;
130 } else if (mSimErrorState[slotId]) {
131 mSimErrorState[slotId] = false;
197 mSimErrorState = new boolean[mSimSlotsNumber]; in CarrierTextManager()
236 if (!mSimErrorState[index]) { in updateCarrierTextWithSimIoError()