Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java401 TwoStatePreference operatorDefinedCheckBox = in testDoNotShowTestCheckBox() local
417 assertFalse(operatorDefinedCheckBox.isVisible()); in testDoNotShowTestCheckBox()
437 TwoStatePreference operatorDefinedCheckBox = in testShowTestCheckBox() local
454 waitForChange(() -> operatorDefinedCheckBox.isVisible(), TEST_TIMEOUT_MILLIS); in testShowTestCheckBox()
455 assertTrue(operatorDefinedCheckBox.isVisible()); in testShowTestCheckBox()