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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelecomManagerTest.java 46 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0);
53 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(1);
61 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java 127 public int getAllPhoneAccountsCount() {

Completed in 148 milliseconds