/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
H A D | UserBroadcastDispatcherTest.kt | 91 testableLooper.looper, 112 testableLooper.processAllMessages() 129 testableLooper.processAllMessages() 147 testableLooper.processAllMessages() 161 testableLooper.processAllMessages() 172 testableLooper.processAllMessages() 175 testableLooper.processAllMessages() 188 testableLooper.processAllMessages() 191 testableLooper.processAllMessages() 225 testableLooper.looper, [all …]
|
H A D | BroadcastDispatcherTest.kt | 118 testableLooper.looper, 139 testableLooper.processAllMessages() 157 testableLooper.processAllMessages() 173 testableLooper.processAllMessages() 187 testableLooper.processAllMessages() 198 testableLooper.processAllMessages() 217 testableLooper.processAllMessages() 229 testableLooper.processAllMessages() 243 testableLooper.processAllMessages() 260 testableLooper.processAllMessages() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | VariableDateViewControllerTest.kt | 64 private lateinit var testableLooper: TestableLooper 74 testableLooper = TestableLooper.get(this) 75 testableHandler = Handler(testableLooper.looper) 109 testableLooper.processAllMessages() 128 testableLooper.processAllMessages() 135 testableLooper.processAllMessages() 145 testableLooper.processAllMessages() 153 testableLooper.processAllMessages() 156 testableLooper.processAllMessages() 167 testableLooper.processAllMessages() [all …]
|
H A D | DeviceProvisionedControllerImplTest.kt | 69 private lateinit var testableLooper: TestableLooper 75 testableLooper = TestableLooper.get(this) 86 Handler(testableLooper.looper), 138 testableLooper.processAllMessages() // background observer 148 testableLooper.processAllMessages() // background observer 183 testableLooper.processAllMessages() 208 testableLooper.processAllMessages() 223 testableLooper.processAllMessages() 238 testableLooper.processAllMessages() 253 testableLooper.processAllMessages() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | DndTileTest.kt | 126 testableLooper.looper, 127 Handler(testableLooper.looper), 143 testableLooper.processAllMessages() 151 testableLooper.processAllMessages() 161 testableLooper.processAllMessages() 171 testableLooper.processAllMessages() 178 testableLooper.processAllMessages() 188 testableLooper.processAllMessages() 192 testableLooper.processAllMessages() 202 testableLooper.processAllMessages() [all …]
|
H A D | AlarmTileTest.kt | 61 private lateinit var testableLooper: TestableLooper 67 testableLooper = TestableLooper.get(this) 74 testableLooper.looper, 75 Handler(testableLooper.looper), 89 testableLooper.processAllMessages() 95 testableLooper.processAllMessages() 122 testableLooper.processAllMessages() 131 testableLooper.processAllMessages() 141 testableLooper.processAllMessages() 151 testableLooper.processAllMessages()
|
H A D | DeviceControlsTileTest.kt | 135 testableLooper.processAllMessages() 214 testableLooper.processAllMessages() 228 testableLooper.processAllMessages() 249 testableLooper.processAllMessages() 266 testableLooper.processAllMessages() 282 testableLooper.processAllMessages() 297 testableLooper.processAllMessages() 310 testableLooper.processAllMessages() 313 testableLooper.processAllMessages() 321 testableLooper.processAllMessages() [all …]
|
H A D | FontScalingTileTest.kt | 72 private lateinit var testableLooper: TestableLooper 84 testableLooper = TestableLooper.get(this) 93 testableLooper.looper, 94 Handler(testableLooper.looper), 110 testableLooper.processAllMessages() 116 testableLooper.processAllMessages() 142 testableLooper.processAllMessages() 161 testableLooper.processAllMessages()
|
H A D | BatterySaverTileTest.kt | 81 private lateinit var testableLooper: TestableLooper 87 testableLooper = TestableLooper.get(this) 97 testableLooper.looper, 98 Handler(testableLooper.looper), 108 testableLooper.processAllMessages() 114 testableLooper.processAllMessages() 126 testableLooper.processAllMessages()
|
H A D | CameraToggleTileTest.kt | 72 private lateinit var testableLooper: TestableLooper 78 testableLooper = TestableLooper.get(this) 84 testableLooper.looper, 85 Handler(testableLooper.looper), 98 testableLooper.processAllMessages()
|
H A D | DataSaverTileTest.kt | 62 private lateinit var testableLooper: TestableLooper 68 testableLooper = TestableLooper.get(this) 76 testableLooper.looper, 77 Handler(testableLooper.looper), 91 testableLooper.processAllMessages()
|
H A D | MicrophoneToggleTileTest.kt | 72 private lateinit var testableLooper: TestableLooper 79 testableLooper = TestableLooper.get(this) 85 testableLooper.looper, 86 Handler(testableLooper.looper), 99 testableLooper.processAllMessages()
|
H A D | FlashlightTileTest.kt | 51 private lateinit var testableLooper: TestableLooper 57 testableLooper = TestableLooper.get(this) 65 testableLooper.looper, 66 Handler(testableLooper.looper), 79 testableLooper.processAllMessages()
|
H A D | LocationTileTest.kt | 77 private lateinit var testableLooper: TestableLooper 83 testableLooper = TestableLooper.get(this) 89 testableLooper.looper, 90 Handler(testableLooper.looper), 105 testableLooper.processAllMessages()
|
H A D | UiModeNightTileTest.kt | 69 private lateinit var testableLooper: TestableLooper 76 testableLooper = TestableLooper.get(this) 89 testableLooper.looper, 90 Handler(testableLooper.looper), 105 testableLooper.processAllMessages()
|
H A D | BluetoothTileTest.kt | 54 private lateinit var testableLooper: TestableLooper 60 testableLooper = TestableLooper.get(this) 68 testableLooper.looper, 69 Handler(testableLooper.looper), 79 testableLooper.processAllMessages() 85 testableLooper.processAllMessages() 91 testableLooper.processAllMessages()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
H A D | CustomTileTest.kt | 121 testableLooper.looper, 135 testableLooper.processAllMessages() 148 testableLooper.processAllMessages() 158 testableLooper.processAllMessages() 175 testableLooper.processAllMessages() 208 testableLooper.processAllMessages() 220 testableLooper.processAllMessages() 245 testableLooper.processAllMessages() 259 testableLooper.processAllMessages() 283 testableLooper.processAllMessages() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | SettingObserverTest.kt | 48 private lateinit var testableLooper: TestableLooper 56 testableLooper = TestableLooper.get(this) 61 Handler(testableLooper.looper), 86 testableLooper.processAllMessages() 96 testableLooper.processAllMessages() 107 testableLooper.processAllMessages() 140 testableLooper.processAllMessages() 151 testableLooper.processAllMessages()
|
H A D | QuickQSPanelTest.kt | 26 private lateinit var testableLooper: TestableLooper 35 testableLooper = TestableLooper.get(this) 37 testableLooper.runWithLooper {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/ |
H A D | ModernStatusBarMobileViewTest.kt | 110 testableLooper.processAllMessages() 130 testableLooper.processAllMessages() 150 testableLooper.processAllMessages() 171 testableLooper.processAllMessages() 191 testableLooper.processAllMessages() 210 testableLooper.processAllMessages() 229 testableLooper.processAllMessages() 246 testableLooper.processAllMessages() 250 testableLooper.processAllMessages() 267 testableLooper.processAllMessages() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ |
H A D | ModernStatusBarWifiViewTest.kt | 125 testableLooper.processAllMessages() 140 testableLooper.processAllMessages() 155 testableLooper.processAllMessages() 177 testableLooper.processAllMessages() 181 testableLooper.processAllMessages() 201 testableLooper.processAllMessages() 218 testableLooper.processAllMessages() 229 testableLooper.processAllMessages() 233 testableLooper.processAllMessages() 244 testableLooper.processAllMessages() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessControllerTest.kt | 55 private lateinit var testableLooper: TestableLooper 62 testableLooper = TestableLooper.get(this) 75 Handler(testableLooper.looper) 83 val messagesProcessed = testableLooper.processMessagesNonBlocking(repeats) 95 testableLooper.processAllMessages() 98 val messagesProcessed = testableLooper.processMessagesNonBlocking(repeats)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSettingsControllerTest.kt | 68 private lateinit var testableLooper: TestableLooper 84 testableLooper = TestableLooper.get(this) 85 mainHandler = Handler(testableLooper.looper) 86 backgroundHandler = Handler(testableLooper.looper) 203 testableLooper.processAllMessages() 224 testableLooper.processAllMessages() 240 testableLooper.processAllMessages()
|
/aosp14/frameworks/base/tests/testables/tests/src/android/testing/ |
H A D | TestableLooperTest.java | 138 TestableLooper testableLooper = new TestableLooper(Looper.getMainLooper()); in testMainLooper() local 141 testableLooper.setMessageHandler(m -> { in testMainLooper() 146 testableLooper.processAllMessages(); in testMainLooper() 151 testableLooper.destroy(); in testMainLooper() 173 TestableLooper testableLooper = new TestableLooper(Looper.getMainLooper()); in testCorrectLooperExecution() local 176 testableLooper.processAllMessages(); in testCorrectLooperExecution() 180 testableLooper.destroy(); in testCorrectLooperExecution()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanelControllerTest.kt | 57 private lateinit var testableLooper: TestableLooper 85 testableLooper = TestableLooper.get(this) 122 testableLooper.moveTimeForward(100) 123 testableLooper.processAllMessages() 147 testableLooper.moveTimeForward(100) 148 testableLooper.processAllMessages()
|