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
484
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
517
.
getSubscriptionIdForPhoneAccount
(accountHandle);
521
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
551
int subId = mPhoneAccountRegistrar.
getSubscriptionIdForPhoneAccount
(
555
Log.e(this, e, "
getSubscriptionIdForPhoneAccount
");
[
all
...]
PhoneAccountRegistrar.java
171
public int
getSubscriptionIdForPhoneAccount
(PhoneAccountHandle accountHandle) {
275
int subId =
getSubscriptionIdForPhoneAccount
(accountHandle);
288
return
getSubscriptionIdForPhoneAccount
(accountHandle) ==
640
int subId =
getSubscriptionIdForPhoneAccount
(accountHandle);
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java
[
all
...]
Completed in 727 milliseconds