Home
last modified time | relevance | path

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

12

/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/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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java239 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testDefaultDialerIncrement() local
256 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testCallLogUriSentToNotifier() local
298 PhoneAccount phoneAccount = makePhoneAccount(userHandle, NO_CAPABILITY); in cancelNotificationTestInternal() local
326 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifyMultipleMissedCalls() local
385 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCallInPrimaryUser() local
392 PhoneAccount phoneAccount = makePhoneAccount(SECONARY_USER, NO_CAPABILITY); in testNotifySingleCallInSecondaryUser() local
399 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, in testNotifySingleCallInSecondaryUserWithMultiUserCapability() local
407 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCallWhenCurrentUserIsSecondaryUser() local
414 PhoneAccount phoneAccount = makePhoneAccount(PRIMARY_USER, NO_CAPABILITY); in testNotifySingleCall() local
418 private void notifySingleCallTestInternal(PhoneAccount phoneAccount, UserHandle currentUser) { in notifySingleCallTestInternal()
[all …]
DTelecomServiceImplTest.java298 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccount() local
320 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT) in testGroupIdIsClearedWhenPermissionIsMissing() local
343 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT) in testGroupIdIsNotCleared() local
369 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountSucceedsIfCallerIsSimCallManager() local
404 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountFailure() local
449 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddCallWithOutgoingCall() local
474 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddCallWithIncomingCall() local
496 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT) in testAddCallWithManagedPhoneAccount() local
843 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccount() local
875 PhoneAccount phoneAccount = makePhoneAccount(phHandle) in testRegisterPhoneAccountSimultaneousCallingVerification() local
[all …]
/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()
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
DVvmNetworkRequestCallback.java55 protected PhoneAccountHandle phoneAccount; field in VvmNetworkRequestCallback
65 Context context, PhoneAccountHandle phoneAccount, VoicemailStatus.Editor status) { in VvmNetworkRequestCallback()
75 PhoneAccountHandle phoneAccount, in VvmNetworkRequestCallback()
DVvmAccountManager.java73 public static void removeAccount(Context context, PhoneAccountHandle phoneAccount) { in removeAccount()
90 public static boolean isAccountActivated(Context context, PhoneAccountHandle phoneAccount) { in isAccountActivated()
DVvmNetworkRequest.java102 PhoneAccountHandle phoneAccount, in FutureNetworkRequestCallback()
/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/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java86 PhoneAccountHandle phoneAccount = new PhoneAccountHandle( in sendIncomingCallIntent() local
103 PhoneAccountHandle phoneAccount = new PhoneAccountHandle( in sendIncomingRttCallIntent() local
122 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/dialer/notification/
DVoicemailChannelUtils.java181 PhoneAccount phoneAccount = in createVoicemailChannelForAccount() local
205 PhoneAccount phoneAccount = in isChannelAllowedForAccount() local
/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/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/settings/
DPhoneAccountSelectionFragment.java79 Context context, PhoneAccountHandle phoneAccountHandle, PhoneAccount phoneAccount) { in AccountPreference()
DDialerSettingsActivity.java241 PhoneAccount phoneAccount = telecomManager.getPhoneAccount(phoneAccountHandle); in getSoleSimAccount() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DRTTSettingPreferenceController.java130 PhoneAccount phoneAccount = in isRttSupportedByTelecom() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java148 PhoneAccount phoneAccount = telecomManager.getPhoneAccount(handle); in getNotificationText() local
/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java40 public CdmaConference(PhoneAccountHandle phoneAccount) { in CdmaConference()
DTelephonyConference.java38 public TelephonyConference(PhoneAccountHandle phoneAccount) { in TelephonyConference()

12