Searched refs:ImeiInfoDialogController (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_CDMA_SETTINGS;20 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_GSM_SETTINGS;21 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_IMEI_SV_VALUE;22 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_IMEI_VALUE;23 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_MEID_NUMBER_VALUE;24 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_MIN_NUMBER_VALUE;25 import static com.android.settings.deviceinfo.imei.ImeiInfoDialogController.ID_PRL_VERSION_VALUE;72 private ImeiInfoDialogController mController;87 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID)); in setup()98 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID + 1)); in populateImeiInfo_invalidSlot_shouldSetNothing()
73 final ImeiInfoDialogController controller = new ImeiInfoDialogController(this, slotId); in onCreateDialog()94 .of(ImeiInfoDialogController.ID_MEID_NUMBER_VALUE,95 ImeiInfoDialogController.ID_MIN_NUMBER_VALUE,96 ImeiInfoDialogController.ID_IMEI_VALUE,97 ImeiInfoDialogController.ID_IMEI_SV_VALUE)
31 public class ImeiInfoDialogController { class56 public ImeiInfoDialogController(@NonNull ImeiInfoDialogFragment dialog, int slotId) { in ImeiInfoDialogController() method in ImeiInfoDialogController