OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhoneAccountUnchecked
(Results
1 - 12
of
12
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java
174
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
196
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
219
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
243
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
267
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
293
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
318
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
345
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
368
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class)))
394
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(any(PhoneAccountHandle.class))
[
all
...]
CreateConnectionProcessorTest.java
135
when(mMockAccountRegistrar.
getPhoneAccountUnchecked
(pAHandle)).thenReturn(
160
when(mMockAccountRegistrar.
getPhoneAccountUnchecked
(pAHandle)).thenReturn(
195
when(mMockAccountRegistrar.
getPhoneAccountUnchecked
(pAHandle)).thenReturn(
306
when(mMockAccountRegistrar.
getPhoneAccountUnchecked
(
316
when(mMockAccountRegistrar.
getPhoneAccountUnchecked
(
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));
TelecomServiceImplTest.java
239
when(mFakePhoneAccountRegistrar.
getPhoneAccountUnchecked
(TEL_PA_HANDLE_16)).thenReturn(
255
when(mFakePhoneAccountRegistrar.
getPhoneAccountUnchecked
(TEL_PA_HANDLE_16)).thenReturn(
[
all
...]
MissedCallNotifierImplTest.java
390
when(mPhoneAccountRegistrar.
getPhoneAccountUnchecked
(phoneAccountHandle))
BluetoothPhoneServiceTest.java
227
when(mMockPhoneAccountRegistrar.
getPhoneAccountUnchecked
(
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java
269
.
getPhoneAccountUnchecked
(targetPhoneAccountHandle);
318
PhoneAccount preferredPA = mPhoneAccountRegistrar.
getPhoneAccountUnchecked
(
349
.
getPhoneAccountUnchecked
(callManagerHandle);
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
...]
CallLogManager.java
375
.
getPhoneAccountUnchecked
(c.accountHandle);
BluetoothPhoneServiceImpl.java
[
all
...]
Call.java
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java
292
mPhoneAccountRegistrar.
getPhoneAccountUnchecked
(phoneAccountHandle);
Completed in 171 milliseconds