HomeSort by relevance Sort by last modified time
    Searched refs:getSubscriptionIdForPhoneAccount (Results 1 - 5 of 5) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 286 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
352 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
RespondViaSmsManager.java 135 int subId = mCallsManager.getPhoneAccountRegistrar().getSubscriptionIdForPhoneAccount(
TelecomServiceImpl.java 522 Log.e(this, e, "getSubscriptionIdForPhoneAccount");
555 .getSubscriptionIdForPhoneAccount(accountHandle);
559 Log.e(this, e, "getSubscriptionIdForPhoneAccount");
589 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(
593 Log.e(this, e, "getSubscriptionIdForPhoneAccount");
    [all...]
PhoneAccountRegistrar.java 188 public int getSubscriptionIdForPhoneAccount(PhoneAccountHandle accountHandle) {
332 int subId = getSubscriptionIdForPhoneAccount(accountHandle);
346 return getSubscriptionIdForPhoneAccount(accountHandle) ==
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java     [all...]

Completed in 777 milliseconds