Searched refs:getAccountHandle (Results 1 – 14 of 14) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 198 if (mState.accounts.get(i).getAccountHandle().equals(mState.defaultOutgoing) in getUserSelectedOutgoingPhoneAccount() 216 if (Objects.equals(accountHandle, m.getAccountHandle())) { in setUserSelectedOutgoingPhoneAccount() 286 if (mState.accounts.get(i).getAccountHandle().equals(mState.simCallManager) in getSimCallManager() 329 if (Objects.equals(handle, m.getAccountHandle())) { in getPhoneAccountInternal() 372 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() 421 accountHandles.add(m.getAccountHandle()); in getAllPhoneAccountHandles() 468 m.getAccountHandle().getComponentName().getPackageName()) in getPhoneAccountsForPackage() 470 accountHandles.add(m.getAccountHandle()); in getPhoneAccountsForPackage() 488 if (Objects.equals(handle, m.getAccountHandle()) in getPhoneAccount() 501 if (!phoneAccountHasPermission(account.getAccountHandle())) { in registerPhoneAccount() [all …]
|
D | CreateConnectionProcessor.java | 316 phoneAccount.getAccountHandle()); in adjustAttemptsForEmergency() 319 phoneAccount.getAccountHandle(), in adjustAttemptsForEmergency() 320 phoneAccount.getAccountHandle())); in adjustAttemptsForEmergency()
|
D | TelecomService.java | 375 account.getAccountHandle().getComponentName().getPackageName()); in registerPhoneAccount() 388 enforceUserHandleMatchesCaller(account.getAccountHandle()); in registerPhoneAccount() 760 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleToCaller()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 279 originalRequest.getAccountHandle(), in onCreateOutgoingConnection() 301 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() 333 request.getAccountHandle(), in onCreateIncomingConnection() 348 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection()
|
D | TestConnectionManager.java | 330 ? createRemoteIncomingConnection(request.getAccountHandle(), request) in makeConnection() 331 : createRemoteOutgoingConnection(request.getAccountHandle(), request); in makeConnection()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 99 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() 140 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection() 233 Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateIncomingConnection() 272 Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateUnknownConnection()
|
D | TelecomAccountRegistry.java | 65 mAccount, mAccount.getAccountHandle()); in AccountEntry() 173 return mAccount != null ? mAccount.getAccountHandle() : null; in getPhoneAccountHandle()
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | CallCardPresenter.java | 281 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() 345 String simNumber = mgr.getLine1Number(mPrimary.getAccountHandle()); in setCallbackNumber() 555 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall()
|
D | Call.java | 349 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() method in Call 350 return mTelecommCall.getDetails().getAccountHandle(); in getAccountHandle()
|
D | InCallPresenter.java | 859 if (call.getAccountHandle() == null && !call.isConferenceCall()) { in maybeShowErrorDialogOnDisconnect() 1005 if ((call.getAccountHandle() == null && in isCallWithNoValidAccounts() 1362 return getColorsFromPhoneAccountHandle(call == null ? null : call.getAccountHandle()); in getColorsFromCall()
|
D | CallerInfoUtils.java | 91 call.getTelecommCall().getDetails().getAccountHandle(), call.getNumber()); in isVoiceMailNumber()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimDialogActivity.java | 225 TextUtils.isDigitsOnly(phoneAccount.getAccountHandle().getId())) { in createDialog() 226 final String phoneAccountId = phoneAccount.getAccountHandle().getId(); in createDialog()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/ |
D | PhoneAccountRegistrarTest.java | 311 assertPhoneAccountHandleEquals(a.getAccountHandle(), b.getAccountHandle()); in assertPhoneAccountEquals()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 78 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection()
|