Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java507 Map.Entry<Integer, SimData> simData = iter.next(); in handleSimSubscriptionInfoChanged() local
508 if (!activeSubIds.contains(simData.getKey())) { in handleSimSubscriptionInfoChanged()
509 Log.i(TAG, "Previously active sub id " + simData.getKey() + " is now invalid, " in handleSimSubscriptionInfoChanged()
513 SimData data = simData.getValue(); in handleSimSubscriptionInfoChanged()