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

  /cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnectionServiceTest.java 80 List<PhoneAccountHandle> phoneAccountHandles =
83 assertTrue(phoneAccountHandles.contains(TestUtils.TEST_SELF_MANAGED_HANDLE_1));
84 assertTrue(phoneAccountHandles.contains(TestUtils.TEST_SELF_MANAGED_HANDLE_2));
85 assertFalse(phoneAccountHandles.contains(TestUtils.TEST_PHONE_ACCOUNT_HANDLE));
  /packages/apps/Dialer/java/com/android/incallui/
InCallPresenter.java 287 final List<PhoneAccountHandle> phoneAccountHandles =
291 && (phoneAccountHandles == null || phoneAccountHandles.isEmpty()))) {
    [all...]
InCallActivityCommon.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 223 private boolean idExists(String id, List<PhoneAccountHandle> phoneAccountHandles) {
224 for (PhoneAccountHandle handle : phoneAccountHandles) {

Completed in 580 milliseconds