Searched refs:simHandlesToNotify (Results 1 – 1 of 1) sorted by relevance
1522 List<PhoneAccountHandle> simHandlesToNotify; in maybeNotifyTelephonyForVoiceServiceState() local1538 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()