OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubscriptionIdForPhoneAccount
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsManager.java
136
int subId = mCallsManager.getPhoneAccountRegistrar().
getSubscriptionIdForPhoneAccount
(
TelecomServiceImpl.java
485
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
518
.
getSubscriptionIdForPhoneAccount
(accountHandle);
522
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
552
int subId = mPhoneAccountRegistrar.
getSubscriptionIdForPhoneAccount
(
556
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
[
all
...]
PhoneAccountRegistrar.java
174
public int
getSubscriptionIdForPhoneAccount
(PhoneAccountHandle accountHandle) {
318
int subId =
getSubscriptionIdForPhoneAccount
(accountHandle);
332
return
getSubscriptionIdForPhoneAccount
(accountHandle) ==
686
int subId =
getSubscriptionIdForPhoneAccount
(accountHandle);
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java
[
all
...]
Completed in 83 milliseconds