Searched refs:SERVICE_STATE_VALUE_ID (Results 1 – 2 of 2) sorted by relevance
32 … static com.android.settings.deviceinfo.simstatus.SimStatusDialogController.SERVICE_STATE_VALUE_ID;205 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, inServiceText); in initialize_updateServiceStateWithInService_shouldUpdateTextToBeCInService()216 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, offServiceText); in initialize_updateServiceStateWithPowerOff_shouldUpdateTextAndResetSignalStrength()230 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, offServiceText); in initialize_updateVoiceDataOutOfService_shouldUpdateSettingAndResetSignalStrength()243 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, inServiceText); in initialize_updateVoiceOutOfServiceDataInService_shouldUpdateTextToBeInService()
90 final static int SERVICE_STATE_VALUE_ID = R.id.service_state_value; field in SimStatusDialogController477 mDialog.setText(SERVICE_STATE_VALUE_ID, serviceStateValue); in updateServiceState()