Home | History | Annotate | Download | only in phone

Lines Matching refs:voicemail

82  * features related to phone calls (including voicemail settings, SIP
104 * Intent action to bring up Voicemail Provider settings.
114 // Extra put in the return from VM provider config containing voicemail number to set
162 // New preference key for voicemail notification vibration
165 // Old preference key for voicemail notification vibration. Used for migration to the new
197 /** Event for Async voicemail change call */
213 /** Handle to voicemail pref */
228 // dialog identifiers for voicemail
237 // special statuses for voicemail controls.
244 // voicemail notification vibration string constants
410 * Flag indicating that we are invoking settings for the voicemail provider programmatically
450 /** string to hold old voicemail number as it is being updated. */
469 * voicemail providers so we can tell whether we have to update them,
509 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked.");
564 log("Voicemail Provider changes from \"" + mPreviousVMProviderKey
622 // update the voicemail number field, which takes care of the
624 if (DBG) log("updating default for voicemail dialog");
631 // if there is no voicemail number, we just return null to
636 // Return the voicemail number prepended with "VM: "
784 if (DBG) log("Failure in return from voicemail provider");
825 // Voicemail button logic
1084 if (DBG) log("save voicemail #: " + mNewVMNumber);
1274 Log.w(LOG_TAG, "Failed to change voicemail. Reason: " + exceptionMessage);
1281 * Called when Voicemail Provider or its forwarding settings failed. Rolls back partly made
1300 * Called when Voicemail Provider and its forwarding settings were successfully finished.
1305 log("handleVMAndFwdSetSuccess(). current voicemail provider key: "
1315 * Update the voicemail number from what we've recorded on the sim.
1364 titleId = R.string.voicemail;
1372 titleId = R.string.voicemail;
1427 // Used with the error dialog to close the app, voicemail dialog to just dismiss.
1619 // check the intent that started this activity and pop up the voicemail
1680 // for voicemail notifications, we use the value saved in Phone's shared preferences.
1687 // If it turns out that the voicemail notification is set to the system
1925 In this case we want to show the UI asking the user to select a voicemail provider as
2037 // Remember the current Voicemail Provider key as a "previous" key. This will be used
2038 // when we fail to update Voicemail Provider, which requires rollback.