HomeSort by relevance Sort by last modified time
    Searched refs:phoneAccountHandles (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 512 final List<PhoneAccountHandle> phoneAccountHandles = extras
515 (phoneAccountHandles == null || phoneAccountHandles.isEmpty())) {
527 final List<PhoneAccountHandle> phoneAccountHandles;
529 phoneAccountHandles = extras.getParcelableArrayList(
532 phoneAccountHandles = new ArrayList<>();
536 phoneAccountHandles);
InCallPresenter.java     [all...]

Completed in 196 milliseconds