OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPhoneAccountUnchecked
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java
175
PhoneAccount account =
getPhoneAccountUnchecked
(accountHandle);
200
final PhoneAccount userSelectedAccount =
getPhoneAccountUnchecked
(userSelected);
445
PhoneAccount account =
getPhoneAccountUnchecked
(accountHandle);
628
PhoneAccount oldAccount =
getPhoneAccountUnchecked
(account.getAccountHandle());
650
PhoneAccount account =
getPhoneAccountUnchecked
(accountHandle);
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java
294
assertNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount1));
406
assertNotNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount1));
417
assertNotNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount2));
441
assertNotNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount1));
471
assertNotNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount1));
472
assertNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount2));
473
assertNotNull(mRegistrar.
getPhoneAccountUnchecked
(telAccount3));
Completed in 41 milliseconds