Searched refs:setConfigurationState (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DDefaultOmtpEventHandler.java57 .setConfigurationState(VoicemailContract.Status.CONFIGURATION_STATE_OK)
65 .setConfigurationState(Status.CONFIGURATION_STATE_CONFIGURING)
71 .setConfigurationState(Status.CONFIGURATION_STATE_OK)
77 .setConfigurationState(Status.CONFIGURATION_STATE_FAILED)
82 .setConfigurationState(Status.CONFIGURATION_STATE_FAILED)
192 .setConfigurationState(Status.CONFIGURATION_STATE_NOT_CONFIGURED)
/packages/services/Telephony/src/com/android/phone/
H A DVoicemailStatus.java60 public Editor setConfigurationState(int configurationState) { method in class:VoicemailStatus.Editor
149 .setConfigurationState(Status.CONFIGURATION_STATE_NOT_CONFIGURED)
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
H A DVvm3EventHandler.java254 editor.setConfigurationState(errorCode);

Completed in 398 milliseconds