Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java394 final Iterator<PhoneAccountHandle> phoneAccounts = in isNonSimAccountFound() local
397 while (phoneAccounts.hasNext()) { in isNonSimAccountFound()
398 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in isNonSimAccountFound()
411 final Iterator<PhoneAccountHandle> phoneAccounts = in subscriptionIdToPhoneAccountHandle() local
414 while (phoneAccounts.hasNext()) { in subscriptionIdToPhoneAccountHandle()
415 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java4297 final Iterator<PhoneAccountHandle> phoneAccounts = in subscriptionIdToPhoneAccountHandle() local
4300 while (phoneAccounts.hasNext()) { in subscriptionIdToPhoneAccountHandle()
4301 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in subscriptionIdToPhoneAccountHandle()