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

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionManager.java 57 PhoneAccountHandle accountHandle = request.getAccountHandle();
62 ComponentName componentName = request.getAccountHandle().getComponentName();
ConnectionRequest.java 79 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; }
PhoneAccount.java 191 mAccountHandle = phoneAccount.getAccountHandle();
433 public PhoneAccountHandle getAccountHandle() {
550 * the package in the {@link ComponentName} of the {@link #getAccountHandle()}.
ParcelableCall.java 170 public PhoneAccountHandle getAccountHandle() {
Call.java 315 public PhoneAccountHandle getAccountHandle() {
822 parcelableCall.getAccountHandle(),
    [all...]
RemoteConnectionService.java 355 request.getAccountHandle(),
ConnectionService.java 600 request.getAccountHandle(),
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 198 if (mState.accounts.get(i).getAccountHandle().equals(mState.defaultOutgoing)
216 if (Objects.equals(accountHandle, m.getAccountHandle())) {
286 if (mState.accounts.get(i).getAccountHandle().equals(mState.simCallManager)
329 if (Objects.equals(handle, m.getAccountHandle())) {
372 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle();
421 accountHandles.add(m.getAccountHandle());
468 m.getAccountHandle().getComponentName().getPackageName())
470 accountHandles.add(m.getAccountHandle());
488 if (Objects.equals(handle, m.getAccountHandle())
501 if (!phoneAccountHasPermission(account.getAccountHandle())) {
    [all...]
CreateConnectionProcessor.java 316 phoneAccount.getAccountHandle());
319 phoneAccount.getAccountHandle(),
320 phoneAccount.getAccountHandle()));
TelecomService.java 375 account.getAccountHandle().getComponentName().getPackageName());
388 enforceUserHandleMatchesCaller(account.getAccountHandle());
760 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle();
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 279 originalRequest.getAccountHandle(),
301 PhoneAccountHandle accountHandle = request.getAccountHandle();
333 request.getAccountHandle(),
348 PhoneAccountHandle accountHandle = request.getAccountHandle();
TestConnectionManager.java 330 ? createRemoteIncomingConnection(request.getAccountHandle(), request)
331 : createRemoteOutgoingConnection(request.getAccountHandle(), request);
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 99 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false);
140 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber);
233 Phone phone = getPhoneForAccount(request.getAccountHandle(), false);
272 Phone phone = getPhoneForAccount(request.getAccountHandle(), false);
TelecomAccountRegistry.java 65 mAccount, mAccount.getAccountHandle());
173 return mAccount != null ? mAccount.getAccountHandle() : null;
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 349 public PhoneAccountHandle getAccountHandle() {
350 return mTelecommCall.getDetails().getAccountHandle();
CallCardPresenter.java 281 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle();
345 String simNumber = mgr.getLine1Number(mPrimary.getAccountHandle());
555 PhoneAccountHandle accountHandle = call.getAccountHandle();
CallerInfoUtils.java 91 call.getTelecommCall().getDetails().getAccountHandle(), call.getNumber());
InCallPresenter.java 859 if (call.getAccountHandle() == null && !call.isConferenceCall()) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 225 TextUtils.isDigitsOnly(phoneAccount.getAccountHandle().getId())) {
226 final String phoneAccountId = phoneAccount.getAccountHandle().getId();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java 311 assertPhoneAccountHandleEquals(a.getAccountHandle(), b.getAccountHandle());
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 78 PhoneAccountHandle accountHandle = request.getAccountHandle();

Completed in 831 milliseconds