Home
last modified time | relevance | path

Searched defs:phoneAccountHandle (Results 1 – 25 of 80) sorted by relevance

1234

/packages/apps/Dialer/java/com/android/voicemail/impl/
DActivationTask.java89 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 …]
DVoicemailClientImpl.java76 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()
DVoicemailStatus.java39 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()
DDeviceProvisionedJobService.java46 Context context, PhoneAccountHandle phoneAccountHandle) { in activateAfterProvisioned()
67 PhoneAccountHandle phoneAccountHandle = in onStartJob() local
DPreOMigrationHandler.java55 public static void migrate(Context context, PhoneAccountHandle phoneAccountHandle) { in migrate()
69 private static void migrateSettings(Context context, PhoneAccountHandle phoneAccountHandle) { in migrateSettings()
DOmtpService.java51 VisualVoicemailTask task, final PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected()
106 final VisualVoicemailTask task, final PhoneAccountHandle phoneAccountHandle) { in onSimRemoved()
167 private boolean isServiceEnabled(PhoneAccountHandle phoneAccountHandle) { in isServiceEnabled()
DTelephonyMangerCompat.java33 PhoneAccountHandle phoneAccountHandle, in sendVisualVoicemailSms()
78 PhoneAccountHandle phoneAccountHandle, in setVisualVoicemailSmsFilterSettings()
DVisualVoicemailPreferences.java30 public VisualVoicemailPreferences(Context context, PhoneAccountHandle phoneAccountHandle) { in VisualVoicemailPreferences()
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailSettingsFragment.java50 @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()
DVoicemailRingtonePreference.java46 private PhoneAccountHandle phoneAccountHandle; field in VoicemailRingtonePreference
74 public void init(PhoneAccountHandle phoneAccountHandle, CharSequence oldRingtoneName) { in init()
/packages/apps/Dialer/java/com/android/voicemail/stub/
DStubVoicemailClient.java43 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/
DVoicemailClient.java69 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/
DVvmSimStateTracker.java76 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()
DVisualVoicemailSettingsUtil.java32 public static Bundle dump(Context context, PhoneAccountHandle phoneAccountHandle){ in dump()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVvmAccountManager.java56 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()
DUploadTask.java45 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/
DVvm3Protocol.java113 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()
DOmtpProtocol.java30 PhoneAccountHandle phoneAccountHandle, in createMessageSender()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java547 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/
DLegacyVoicemailNotificationReceiver.java72 PhoneAccountHandle phoneAccountHandle = in onReceive() local
123 Context context, PhoneAccountHandle phoneAccountHandle, int newCount) { in hasVoicemailCountChanged()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionServiceProxy.java34 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
36 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DLegacyModeSmsHandler.java73 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/
DPhoneAccountSelectionFragment.java76 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/
DTask.java65 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/
DSelfManagedCallingActivity.java137 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle(); in placeOutgoingCall() local
158 PhoneAccountHandle phoneAccountHandle = getSelectedPhoneAccountHandle(); in placeIncomingCall() local

1234