Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java1408 final List<PhoneAccountHandle> phoneAccountHandles = extras in isCallWithNoValidAccounts() local
1412 (phoneAccountHandles == null || phoneAccountHandles.isEmpty()))) { in isCallWithNoValidAccounts()
1434 final List<PhoneAccountHandle> phoneAccountHandles = extras.getParcelableArrayList( in setDisconnectCauseForMissingAccounts() local
1437 if (phoneAccountHandles == null || phoneAccountHandles.isEmpty()) { in setDisconnectCauseForMissingAccounts()
DInCallActivity.java643 final List<PhoneAccountHandle> phoneAccountHandles; in internalResolveIntent() local
645 phoneAccountHandles = extras.getParcelableArrayList( in internalResolveIntent()
648 phoneAccountHandles = new ArrayList<>(); in internalResolveIntent()
652 R.string.select_phone_account_for_calls, true, phoneAccountHandles, in internalResolveIntent()