Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanEventListener.java473 int subIndex = Integer.parseInt(uriString.substring(uriString.lastIndexOf('/') + 1)); in notifyCurrentSetting() local
474 int slotIndex = SubscriptionManager.getSlotIndex(subIndex); in notifyCurrentSetting()
494 ImsMmTelManager imsMmTelManager = imsManager.getImsMmTelManager(subIndex); in notifyCurrentSetting()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java584 int subIndex = Integer.parseInt(uriString.substring(uriString.lastIndexOf('/') + 1)); in notifyCurrentSetting() local
585 int slotIndex = SubscriptionManager.getSlotIndex(subIndex); in notifyCurrentSetting()