OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllPhoneAccountsOfCurrentUser
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java
305
.
getAllPhoneAccountsOfCurrentUser
();
PhoneAccountRegistrar.java
550
public List<PhoneAccount>
getAllPhoneAccountsOfCurrentUser
() {
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java
278
when(mMockAccountRegistrar.
getAllPhoneAccountsOfCurrentUser
()).thenReturn(phoneAccounts);
PhoneAccountRegistrarTest.java
193
assertEquals(4, mRegistrar.
getAllPhoneAccountsOfCurrentUser
().size());
Completed in 71 milliseconds