Searched refs:TEST_COMPONENT_NAME_1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsBindingControllerImplTest.kt | 58 private val TEST_COMPONENT_NAME_1 = ComponentName("TEST_PKG", "TEST_CLS_1") in capture() constant 112 controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testBindAndLoad() 122 val canceller = controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testBindAndLoad_cancel() 141 val canceller = controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testBindAndLoad_noCancelAfterOnComplete() 161 val canceller = controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testLoad_onCompleteRemovesTimeout() 180 val canceller = controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testLoad_onErrorRemovesTimeout() 199 val canceller = controller.bindAndLoad(TEST_COMPONENT_NAME_1, callback) in testBindAndLoad_noCancelAfterOnError() 217 controller.bindAndLoadSuggested(TEST_COMPONENT_NAME_1, callback) in testBindAndLoadSuggested() 231 controller.bindAndLoadSuggested(TEST_COMPONENT_NAME_1, callback) in testLoadSuggested_onCompleteRemovesTimeout() 250 controller.bindAndLoadSuggested(TEST_COMPONENT_NAME_1, callback) in testLoadSuggested_onErrorRemovesTimeout() [all …]
|