Home
last modified time | relevance | path

Searched refs:getPhoneAccounts (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java829 return getPhoneAccounts(0, null, null, false, mCurrentUserHandle, crossUserAccess, true); in getAllPhoneAccounts()
1722 for (PhoneAccount account : getPhoneAccounts( in getPhoneAccountHandles()
1730 private List<PhoneAccount> getPhoneAccounts( in getPhoneAccounts() method in PhoneAccountRegistrar
1737 return getPhoneAccounts(capabilities, 0 /*excludedCapabilities*/, uriScheme, packageName, in getPhoneAccounts()
1741 private List<PhoneAccount> getPhoneAccounts( in getPhoneAccounts() method in PhoneAccountRegistrar
1749 return getPhoneAccounts(capabilities, 0 /*excludedCapabilities*/, uriScheme, packageName, in getPhoneAccounts()
1764 private List<PhoneAccount> getPhoneAccounts( in getPhoneAccounts() method in PhoneAccountRegistrar
1772 return getPhoneAccounts(capabilities, excludedCapabilities, uriScheme, packageName, in getPhoneAccounts()
1777 public List<PhoneAccount> getPhoneAccounts( in getPhoneAccounts() method in PhoneAccountRegistrar
DTelecomServiceImpl.java640 mPhoneAccountRegistrar.getPhoneAccounts(
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1995 List<PhoneAccount> accountsForUser = mRegistrar.getPhoneAccounts(0, 0, in testGetPhoneAccountAcrossUsers()
1997 List<PhoneAccount> accountsVisibleUser = mRegistrar.getPhoneAccounts(0, 0, in testGetPhoneAccountAcrossUsers()
1999 List<PhoneAccount> accountsAcrossUser = mRegistrar.getPhoneAccounts(0, 0, in testGetPhoneAccountAcrossUsers()
2016 accountsForUser = mRegistrar.getPhoneAccounts(0, 0, in testGetPhoneAccountAcrossUsers()