OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultPhoneAccountHandle
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java
231
DefaultPhoneAccountHandle
defaultPhoneAccountHandle
= mState.defaultOutgoingAccountHandles
233
if (
defaultPhoneAccountHandle
== null) {
237
PhoneAccount account = getPhoneAccount(
defaultPhoneAccountHandle
.phoneAccountHandle,
241
return
defaultPhoneAccountHandle
.phoneAccountHandle;
280
.put(userHandle, new
DefaultPhoneAccountHandle
(userHandle, accountHandle));
424
Iterator<Map.Entry<UserHandle,
DefaultPhoneAccountHandle
>> iterator =
427
Map.Entry<UserHandle,
DefaultPhoneAccountHandle
> entry = iterator.next();
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java
39
import com.android.server.telecom.PhoneAccountRegistrar.
DefaultPhoneAccountHandle
;
387
private static void assertDefaultPhoneAccountHandleEquals(
DefaultPhoneAccountHandle
a,
388
DefaultPhoneAccountHandle
b) {
460
.put(userHandle, new
DefaultPhoneAccountHandle
(userHandle, phoneAccountHandle));
Completed in 823 milliseconds