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

/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImpl.java239 private OverallState getOverallState(int configurationState, int dataChannelState, argument
241 if (configurationState == CONFIGURATION_STATE_OK) {
262 } else if (configurationState == CONFIGURATION_STATE_CAN_BE_CONFIGURED) {
265 } else if (configurationState == Status.CONFIGURATION_STATE_NOT_CONFIGURED) {

Completed in 7 milliseconds