Home
last modified time | relevance | path

Searched refs:getAllPhoneAccountHandles (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java795 when(mFakePhoneAccountRegistrar.getAllPhoneAccountHandles( in testGetAllPhoneAccountHandles()
798 assertEquals(handles, mTSIBinder.getAllPhoneAccountHandles().getList()); in testGetAllPhoneAccountHandles()
809 () -> mTSIBinder.getAllPhoneAccountHandles()); in testGetAllPhoneAccountHandlesWithoutPermission()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java721 public ParceledListSlice<PhoneAccountHandle> getAllPhoneAccountHandles() {
740 .getAllPhoneAccountHandles(callingUserHandle,
DPhoneAccountRegistrar.java823 public List<PhoneAccountHandle> getAllPhoneAccountHandles(UserHandle userHandle, in getAllPhoneAccountHandles() method in PhoneAccountRegistrar
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1660 ? mTelecomManager.getAllPhoneAccountHandles() in cleanupPhoneAccounts()