Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1546 List<PhoneAccountHandle> simHandlesToNotify; in maybeNotifyTelephonyForVoiceServiceState() local
1562 simHandlesToNotify = getSimPhoneAccountsFromSimCallManager(account.getAccountHandle()); in maybeNotifyTelephonyForVoiceServiceState()
1584 simHandlesToNotify = Collections.singletonList(account.getAccountHandle()); in maybeNotifyTelephonyForVoiceServiceState()
1589 if (simHandlesToNotify.isEmpty()) return; in maybeNotifyTelephonyForVoiceServiceState()
1593 simHandlesToNotify.size(), in maybeNotifyTelephonyForVoiceServiceState()
1596 for (PhoneAccountHandle simHandle : simHandlesToNotify) { in maybeNotifyTelephonyForVoiceServiceState()