Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java46 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0); in registerAndUnRegister()
53 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(1); in registerAndUnRegister()
61 assertThat(shadowOf(telecomService).getAllPhoneAccountsCount()).isEqualTo(0); in registerAndUnRegister()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java127 public int getAllPhoneAccountsCount() { in getAllPhoneAccountsCount() method in ShadowTelecomManager