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.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.java281 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccount() local
303 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT) in testGroupIdIsClearedWhenPermissionIsMissing() local
326 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT) in testGroupIdIsNotCleared() local
352 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountSucceedsIfCallerIsSimCallManager() local
387 PhoneAccount phoneAccount = makePhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testGetDefaultOutgoingPhoneAccountFailure() local
432 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddCallWithOutgoingCall() local
457 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT).build(); in testAddCallWithIncomingCall() local
479 PhoneAccount phoneAccount = makeMultiUserPhoneAccount(TEL_PA_HANDLE_CURRENT) in testAddCallWithManagedPhoneAccount() local
772 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccount() local
846 PhoneAccount phoneAccount = makePhoneAccount(phHandle).build(); in testRegisterPhoneAccountWithoutModifyPermission() 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.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/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()
/packages/apps/Settings/src/com/android/settings/accessibility/
DRTTSettingPreferenceController.java129 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/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java132 PhoneAccount phoneAccount) {} in onPhoneAccountChanged()
584 PhoneAccount phoneAccount = getPhoneAccountUnchecked(targetPhoneAccount); in getSimCallManagerFromHandle() local
1167 PhoneAccount phoneAccount = it.next(); in clearAccounts() local
1397 public boolean hasTransactionalCallCapabilities(PhoneAccount phoneAccount) { in hasTransactionalCallCapabilities()
1593 private Boolean isUserHandleDeletedForPhoneAccount(PhoneAccount phoneAccount) { in isUserHandleDeletedForPhoneAccount()
/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java40 public CdmaConference(PhoneAccountHandle phoneAccount) { in CdmaConference()
DTelephonyConference.java37 public TelephonyConference(PhoneAccountHandle phoneAccount) { in TelephonyConference()

12