Searched refs:mFromSystemUnlocked (Results 1 – 1 of 1) sorted by relevance
143 @NonNull private boolean[] mFromSystemUnlocked; field in CarrierConfigLoader272 mFromSystemUnlocked[i] = true; in handleMessage()730 mFromSystemUnlocked = new boolean[mNumPhones]; in CarrierConfigLoader()859 mFromSystemUnlocked[phoneId]); in broadcastConfigChangedIntent()864 if (trm != null && !mFromSystemUnlocked[phoneId]) { in broadcastConfigChangedIntent()876 mFromSystemUnlocked[phoneId] = false; in broadcastConfigChangedIntent()1321 mFromSystemUnlocked = Arrays.copyOf(mFromSystemUnlocked, mNumPhones); in onMultiSimConfigChanged()1691 indentPW.println("mFromSystemUnlocked=" + Arrays.toString(mFromSystemUnlocked)); in dump()