Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2197 int[] statesInPriority = new int[]{TelephonyManager.DATA_CONNECTED, in notifyDataConnectionForSubscriber() local
2203 for (int s : statesInPriority) { in notifyDataConnectionForSubscriber()