Searched refs:getSelfManagedPhoneAccounts (Results 1 – 3 of 3) sorted by relevance
622 when(mFakePhoneAccountRegistrar.getSelfManagedPhoneAccounts(nullable(UserHandle.class))) in testGetSelfManagedPhoneAccounts()627 mTSIBinder.getSelfManagedPhoneAccounts(DEFAULT_DIALER_PACKAGE, null).getList()); in testGetSelfManagedPhoneAccounts()638 () -> mTSIBinder.getSelfManagedPhoneAccounts("", null)); in testGetSelfManagedPhoneAccountsWithoutPermission()
431 public ParceledListSlice<PhoneAccountHandle> getSelfManagedPhoneAccounts(444 .getSelfManagedPhoneAccounts(callingUserHandle));
881 public List<PhoneAccountHandle> getSelfManagedPhoneAccounts(UserHandle userHandle) { in getSelfManagedPhoneAccounts() method in PhoneAccountRegistrar