/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | ActivationTask.java | 89 Context context, PhoneAccountHandle phoneAccountHandle, @Nullable Bundle messageData) { in start() 127 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in onExecuteInBackgroundThread() local 134 PreOMigrationHandler.migrate(getContext(), phoneAccountHandle); in onExecuteInBackgroundThread() local 145 VvmAccountManager.removeAccount(getContext(), phoneAccountHandle); in onExecuteInBackgroundThread() local 163 onSuccess(getContext(), phoneAccountHandle); in onExecuteInBackgroundThread() local 167 VoicemailStatus.edit(getContext(), phoneAccountHandle), OmtpEvents.CONFIG_ACTIVATING); in onExecuteInBackgroundThread() local 174 VoicemailStatus.edit(getContext(), phoneAccountHandle), in onExecuteInBackgroundThread() local 191 try (StatusSmsFetcher fetcher = new StatusSmsFetcher(getContext(), phoneAccountHandle)) { in onExecuteInBackgroundThread() argument 223 updateSource(getContext(), phoneAccountHandle, message); in onExecuteInBackgroundThread() local 233 updateSource(getContext(), phoneAccountHandle, message); in onExecuteInBackgroundThread() local [all …]
|
D | VoicemailClientImpl.java | 76 public boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailEnabled() 82 Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled) { in setVoicemailEnabled() 93 public boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailArchiveEnabled() 117 Context context, PhoneAccountHandle phoneAccountHandle, boolean value) { in setVoicemailArchiveEnabled() 122 public Intent getSetPinIntent(Context context, PhoneAccountHandle phoneAccountHandle) { in getSetPinIntent() 129 public boolean isActivated(Context context, PhoneAccountHandle phoneAccountHandle) { in isActivated() 141 public PersistableBundle getConfig(Context context, PhoneAccountHandle phoneAccountHandle) { in getConfig()
|
D | VoicemailStatus.java | 39 private Editor(Context context, PhoneAccountHandle phoneAccountHandle) { in Editor() 125 private DeferredEditor(Context context, PhoneAccountHandle phoneAccountHandle) { in DeferredEditor() 140 public static Editor edit(Context context, PhoneAccountHandle phoneAccountHandle) { in edit() 148 public static void disable(Context context, PhoneAccountHandle phoneAccountHandle) { in disable() 157 Context context, PhoneAccountHandle phoneAccountHandle) { in deferredEdit()
|
D | DeviceProvisionedJobService.java | 46 Context context, PhoneAccountHandle phoneAccountHandle) { in activateAfterProvisioned() 67 PhoneAccountHandle phoneAccountHandle = in onStartJob() local
|
D | PreOMigrationHandler.java | 55 public static void migrate(Context context, PhoneAccountHandle phoneAccountHandle) { in migrate() 69 private static void migrateSettings(Context context, PhoneAccountHandle phoneAccountHandle) { in migrateSettings()
|
D | OmtpService.java | 51 VisualVoicemailTask task, final PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected() 106 final VisualVoicemailTask task, final PhoneAccountHandle phoneAccountHandle) { in onSimRemoved() 167 private boolean isServiceEnabled(PhoneAccountHandle phoneAccountHandle) { in isServiceEnabled()
|
D | TelephonyMangerCompat.java | 33 PhoneAccountHandle phoneAccountHandle, in sendVisualVoicemailSms() 78 PhoneAccountHandle phoneAccountHandle, in setVisualVoicemailSmsFilterSettings()
|
D | VisualVoicemailPreferences.java | 30 public VisualVoicemailPreferences(Context context, PhoneAccountHandle phoneAccountHandle) { in VisualVoicemailPreferences()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/ |
D | VoicemailSettingsFragment.java | 50 @Nullable private PhoneAccountHandle phoneAccountHandle; field in VoicemailSettingsFragment 139 VisualVoicemailSettingsUtil.isEnabled(getContext(), phoneAccountHandle)); in onResume() local 143 VisualVoicemailSettingsUtil.isArchiveEnabled(getContext(), phoneAccountHandle)); in onResume() local 184 VisualVoicemailSettingsUtil.setEnabled(getContext(), phoneAccountHandle, isEnabled); in onPreferenceChange() local 196 getContext(), phoneAccountHandle, (boolean) objValue); in onPreferenceChange() local 229 public void onActivationStateChanged(PhoneAccountHandle phoneAccountHandle, boolean isActivated) { in onActivationStateChanged()
|
D | VoicemailRingtonePreference.java | 46 private PhoneAccountHandle phoneAccountHandle; field in VoicemailRingtonePreference 74 public void init(PhoneAccountHandle phoneAccountHandle, CharSequence oldRingtoneName) { in init()
|
/packages/apps/Dialer/java/com/android/voicemail/stub/ |
D | StubVoicemailClient.java | 43 public boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailEnabled() 49 Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled) {} in setVoicemailEnabled() 65 public boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailArchiveEnabled() 76 Context context, PhoneAccountHandle phoneAccountHandle, boolean value) {} in setVoicemailArchiveEnabled() 79 public Intent getSetPinIntent(Context context, PhoneAccountHandle phoneAccountHandle) { in getSetPinIntent() 84 public boolean isActivated(Context context, PhoneAccountHandle phoneAccountHandle) { in isActivated() 93 @NonNull Context context, @Nullable PhoneAccountHandle phoneAccountHandle) { in getConfig()
|
/packages/apps/Dialer/java/com/android/voicemail/ |
D | VoicemailClient.java | 69 boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle); in isVoicemailEnabled() 76 void setVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailEnabled() 109 boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle); in isVoicemailArchiveEnabled() 119 Context context, PhoneAccountHandle phoneAccountHandle, boolean value); in setVoicemailArchiveEnabled() 125 Intent getSetPinIntent(Context context, PhoneAccountHandle phoneAccountHandle); in getSetPinIntent() 133 boolean isActivated(Context context, PhoneAccountHandle phoneAccountHandle); in isActivated() 144 @NonNull Context context, @Nullable PhoneAccountHandle phoneAccountHandle); in getConfig()
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmSimStateTracker.java | 76 public ServiceStateListener(Context context, PhoneAccountHandle phoneAccountHandle) { in ServiceStateListener() 142 PhoneAccountHandle phoneAccountHandle = in onReceive() local 171 private void sendConnected(Context context, PhoneAccountHandle phoneAccountHandle) { in sendConnected() 207 private void sendSimRemoved(Context context, PhoneAccountHandle phoneAccountHandle) { in sendSimRemoved() 212 private void onCarrierConfigChanged(Context context, PhoneAccountHandle phoneAccountHandle) { in onCarrierConfigChanged() 238 private void listenToAccount(Context context, PhoneAccountHandle phoneAccountHandle) { in listenToAccount() 246 PhoneAccountHandle phoneAccountHandle) { in getTelephonyManager()
|
D | VisualVoicemailSettingsUtil.java | 32 public static Bundle dump(Context context, PhoneAccountHandle phoneAccountHandle){ in dump()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/ |
D | VvmAccountManager.java | 56 void onActivationStateChanged(PhoneAccountHandle phoneAccountHandle, boolean isActivated); in onActivationStateChanged() 64 Context context, PhoneAccountHandle phoneAccountHandle, StatusMessage statusMessage) { in addAccount() 134 PhoneAccountHandle phoneAccountHandle) { in migrateActivationState() 154 Context context, PhoneAccountHandle phoneAccountHandle, boolean activated) { in setAccountActivated() 163 Context context, PhoneAccountHandle phoneAccountHandle) { in getPreferenceForActivationState()
|
D | UploadTask.java | 45 public static void start(Context context, PhoneAccountHandle phoneAccountHandle) { in start() 59 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in onExecuteInBackgroundThread() local
|
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
D | Vvm3Protocol.java | 113 PhoneAccountHandle phoneAccountHandle, in startProvisioning() 139 VisualVoicemailSettingsUtil.setEnabled(config.getContext(), phoneAccountHandle, false); in startProvisioning() local 149 PhoneAccountHandle phoneAccountHandle, in createMessageSender() 206 PhoneAccountHandle phoneAccountHandle, in startProvisionNewUser() 211 VvmNetworkRequest.getNetwork(config, phoneAccountHandle, status)) { in startProvisionNewUser() argument 216 new ImapHelper(config.getContext(), phoneAccountHandle, network, status)) { in startProvisionNewUser() argument 250 PhoneAccountHandle phoneAccountHandle, in setPin() 291 private static int getMinimumPinLength(Context context, PhoneAccountHandle phoneAccountHandle) { in getMinimumPinLength()
|
D | OmtpProtocol.java | 30 PhoneAccountHandle phoneAccountHandle, in createMessageSender()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 547 protected IdPair outgoingCallPhoneAccountSelected(PhoneAccountHandle phoneAccountHandle, in outgoingCallPhoneAccountSelected() 567 protected IdPair startOutgoingPhoneCall(String number, PhoneAccountHandle phoneAccountHandle, in startOutgoingPhoneCall() 575 protected IdPair startOutgoingPhoneCall(String number, PhoneAccountHandle phoneAccountHandle, in startOutgoingPhoneCall() 588 protected IdPair triggerEmergencyRedial(PhoneAccountHandle phoneAccountHandle, in triggerEmergencyRedial() 609 PhoneAccountHandle phoneAccountHandle, in startOutgoingEmergencyCall() 625 PhoneAccountHandle phoneAccountHandle, in startOutgoingPhoneCallWaitForBroadcaster() 684 PhoneAccountHandle phoneAccountHandle, in startOutgoingPhoneCallPendingCreateConnection() 724 int startingNumCalls, PhoneAccountHandle phoneAccountHandle, in redialingCallCreateConnectionComplete() 746 int startingNumCalls, PhoneAccountHandle phoneAccountHandle, in outgoingCallCreateConnectionComplete() 779 PhoneAccountHandle phoneAccountHandle, in startIncomingPhoneCall() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | LegacyVoicemailNotificationReceiver.java | 72 PhoneAccountHandle phoneAccountHandle = in onReceive() local 123 Context context, PhoneAccountHandle phoneAccountHandle, int newCount) { in hasVoicemailCountChanged()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceProxy.java | 34 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() 36 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
D | LegacyModeSmsHandler.java | 73 Context context, PhoneAccountHandle phoneAccountHandle, int messageCount) { in sendLegacyVoicemailNotification() 122 private static String getVoicemailNumber(Context context, PhoneAccountHandle phoneAccountHandle) { in getVoicemailNumber()
|
/packages/apps/Dialer/java/com/android/dialer/app/settings/ |
D | PhoneAccountSelectionFragment.java | 76 private final PhoneAccountHandle phoneAccountHandle; field in PhoneAccountSelectionFragment.AccountPreference 79 Context context, PhoneAccountHandle phoneAccountHandle, PhoneAccount phoneAccount) { in AccountPreference()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
D | Task.java | 65 public final PhoneAccountHandle phoneAccountHandle; field in Task.TaskId 67 public TaskId(int id, PhoneAccountHandle phoneAccountHandle) { in TaskId()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallingActivity.java | 137 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle(); in placeOutgoingCall() local 158 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle(); in placeIncomingCall() local
|