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.java1522 List<PhoneAccountHandle> simHandlesToNotify; in maybeNotifyTelephonyForVoiceServiceState() local
1538 simHandlesToNotify = getSimPhoneAccountsFromSimCallManager(account.getAccountHandle()); in maybeNotifyTelephonyForVoiceServiceState()
1560 simHandlesToNotify = Collections.singletonList(account.getAccountHandle()); in maybeNotifyTelephonyForVoiceServiceState()
1565 if (simHandlesToNotify.isEmpty()) return; in maybeNotifyTelephonyForVoiceServiceState()
1569 simHandlesToNotify.size(), in maybeNotifyTelephonyForVoiceServiceState()
1572 for (PhoneAccountHandle simHandle : simHandlesToNotify) { in maybeNotifyTelephonyForVoiceServiceState()