Home
last modified time | relevance | path

Searched defs:phoneAccount (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/compat/
DPhoneAccountCompat.java39 public static Icon getIcon(@Nullable PhoneAccount phoneAccount) { in getIcon()
61 public static Drawable createIconDrawable(@Nullable PhoneAccount phoneAccount, in createIconDrawable()
78 private static Drawable createIconDrawableMarshmallow(PhoneAccount phoneAccount, in createIconDrawableMarshmallow()
88 private static Drawable createIconDrawableLollipopMr1(PhoneAccount phoneAccount, in createIconDrawableLollipopMr1()
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVisualVoicemailSettingsUtil.java46 Context context, PhoneAccountHandle phoneAccount, boolean isEnabled) { in setEnabled()
78 Context context, PhoneAccountHandle phoneAccount, boolean isEnabled) { in setArchiveEnabled()
88 Context context, PhoneAccountHandle phoneAccount, boolean isEnabled) { in setVoicemailTranscriptionEnabled()
122 Context context, PhoneAccountHandle phoneAccount, boolean isEnabled) { in setVoicemailDonationEnabled()
133 public static boolean isEnabled(Context context, PhoneAccountHandle phoneAccount) { in isEnabled()
148 public static boolean isArchiveEnabled(Context context, PhoneAccountHandle phoneAccount) { in isArchiveEnabled()
156 Context context, PhoneAccountHandle phoneAccount) { in isVoicemailTranscriptionEnabled()
164 Context context, PhoneAccountHandle phoneAccount) { in isVoicemailDonationEnabled()
177 public static boolean isEnabledUserSet(Context context, PhoneAccountHandle phoneAccount) { in isEnabledUserSet()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java240 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testDefaultDialerIncrement() local
274 PhoneAccount phoneAccount = makePhoneAccount(userHandle, NO_CAPABILITY); in cancelNotificationTestInternal() local
302 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifyMultipleMissedCalls() local
361 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCallInPrimaryUser() local
368 PhoneAccount phoneAccount = makePhoneAccount(SECONARY_USER, NO_CAPABILITY); in testNotifySingleCallInSecondaryUser() local
375 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, in testNotifySingleCallInSecondaryUserWithMultiUserCapability() local
383 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCallWhenCurrentUserIsSecondaryUser() local
390 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCall() local
394 private void notifySingleCallTestInternal(PhoneAccount phoneAccount, UserHandle currentUser) { in notifySingleCallTestInternal()
468 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNoSmsBackAfterMissedSipCall() local
[all …]
DTelecomServiceImplTest.java258 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccount() local
284 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountSucceedsIfCallerIsSimCallManager() local
319 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountFailure() local
488 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccount() local
503 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccountWithoutModifyPermission() local
521 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccountWithoutModifyPermissionFailure() local
538 PhoneAccount phoneAccount = makePhoneAccount(phHandle) in testRegisterPhoneAccountWithoutSimSubscriptionPermissionFailure() local
558 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(phHandle).build(); in testRegisterPhoneAccountWithoutMultiUserPermissionFailure() local
631 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddNewIncomingCall() local
669 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddNewUnknownCall() local
/packages/apps/Dialer/java/com/android/contacts/common/compat/
DPhoneAccountCompat.java36 public static Drawable createIconDrawable( in createIconDrawable()
46 PhoneAccount phoneAccount, Context context) { in createIconDrawableMarshmallow()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVoicemailStatusQueryHelper.java60 public boolean isVoicemailSourceConfigured(PhoneAccountHandle phoneAccount) { in isVoicemailSourceConfigured()
70 public boolean isNotificationsChannelActive(PhoneAccountHandle phoneAccount) { in isNotificationsChannelActive()
84 private boolean isFieldEqualTo(PhoneAccountHandle phoneAccount, int columnIndex, int value) { in isFieldEqualTo()
DVvmNetworkRequestCallback.java52 protected PhoneAccountHandle phoneAccount; field in VvmNetworkRequestCallback
62 Context context, PhoneAccountHandle phoneAccount, VoicemailStatus.Editor status) { in VvmNetworkRequestCallback()
72 PhoneAccountHandle phoneAccount, in VvmNetworkRequestCallback()
DOmtpVvmSyncService.java69 PhoneAccountHandle phoneAccount, in sync()
79 PhoneAccountHandle phoneAccount, in setupAndSendRequest()
98 try (NetworkWrapper network = VvmNetworkRequest.getNetwork(config, phoneAccount, status)) { in setupAndSendRequest() argument
114 PhoneAccountHandle phoneAccount, in doSync()
117 try (ImapHelper imapHelper = new ImapHelper(context, phoneAccount, network, status)) { in doSync() argument
DVvmAccountManager.java73 public static void removeAccount(Context context, PhoneAccountHandle phoneAccount) { in removeAccount()
90 public static boolean isAccountActivated(Context context, PhoneAccountHandle phoneAccount) { in isAccountActivated()
DVvmNetworkRequest.java98 PhoneAccountHandle phoneAccount, in FutureNetworkRequestCallback()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java85 PhoneAccountHandle phoneAccount = new PhoneAccountHandle( in sendIncomingCallIntent() local
101 PhoneAccountHandle phoneAccount = new PhoneAccountHandle( in sendIncomingRttCallIntent() local
119 PhoneAccountHandle phoneAccount = new PhoneAccountHandle( in addNewUnknownCall() local
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionService.java74 PhoneAccountHandle phoneAccount, ConnectionRequest request) { in onCreateOutgoingConnection()
118 PhoneAccountHandle phoneAccount, ConnectionRequest request) { in onCreateIncomingConnection()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DFetchVoicemailReceiver.java72 private PhoneAccountHandle phoneAccount; field in FetchVoicemailReceiver
188 public fetchVoicemailNetworkRequestCallback(Context context, PhoneAccountHandle phoneAccount) { in fetchVoicemailNetworkRequestCallback()
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DVoicemailDatabaseUtil.java71 PhoneAccountHandle phoneAccount = voicemail.getPhoneAccount(); in getContentValues() local
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredAccountUtil.java76 PhoneAccount phoneAccount = in isPhoneAccountValid() local
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmPhoneStateListener.java34 private PhoneAccountHandle phoneAccount; field in VvmPhoneStateListener
DVoicemail.java30 private final PhoneAccountHandle phoneAccount; field in Voicemail
117 public Builder setPhoneAccount(PhoneAccountHandle phoneAccount) { in setPhoneAccount()
/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java181 PhoneAccount phoneAccount = in createVoicemailChannelForAccount() local
205 PhoneAccount phoneAccount = in isChannelAllowedForAccount() local
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipIncomingCallReceiver.java77 PhoneAccount phoneAccount = tm.getPhoneAccount(accountHandle); in takeCall() local
/packages/apps/Dialer/java/com/android/dialer/app/settings/
DPhoneAccountSelectionFragment.java79 Context context, PhoneAccountHandle phoneAccountHandle, PhoneAccount phoneAccount) { in AccountPreference()
/packages/apps/Settings/src/com/android/settings/accessibility/
DRTTSettingPreferenceController.java129 PhoneAccount phoneAccount = in isRttSupportedByTelecom() local
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java73 private final PhoneAccountHandle phoneAccount; field in ImapHelper
90 Context context, PhoneAccountHandle phoneAccount, Network network, Editor status) in ImapHelper()
103 PhoneAccountHandle phoneAccount, in ImapHelper()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java148 PhoneAccount phoneAccount = telecomManager.getPhoneAccount(handle); in getNotificationText() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java263 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(phoneAccountHandle); in isEmergencyCallSupported() local
/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java40 public CdmaConference(PhoneAccountHandle phoneAccount) { in CdmaConference()

12