Home
last modified time | relevance | path

Searched refs:IMS_REGISTRATION_STATE_LABEL_ID (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/simstatus/
DSimStatusDialogController.java92 final static int IMS_REGISTRATION_STATE_LABEL_ID = R.id.ims_reg_state_label; field in SimStatusDialogController
412 mDialog.removeSettingFromScreen(IMS_REGISTRATION_STATE_LABEL_ID); in updateImsRegistrationState()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java104 final static int IMS_REGISTRATION_STATE_LABEL_ID = R.id.ims_reg_state_label; field in SimStatusDialogController
599 mDialog.removeSettingFromScreen(IMS_REGISTRATION_STATE_LABEL_ID); in updateImsRegistrationState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java25 …om.android.settings.deviceinfo.simstatus.SimStatusDialogController.IMS_REGISTRATION_STATE_LABEL_ID;
746 verify(mDialog).removeSettingFromScreen(IMS_REGISTRATION_STATE_LABEL_ID); in initialize_doNotShowImsRegistration_shouldRemoveImsRegistrationStateSetting()