Searched refs:runOnLooperSync (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/ |
D | CarTelemetryServiceTest.java | 156 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in setUp() 179 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_newMetricsConfig_shouldSucceed() 188 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_duplicateMetricsConfig_shouldFail() 195 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_duplicateMetricsConfig_shouldFail() 205 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_invalidMetricsConfig_shouldFail() 218 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_invalidMetricsConfigName_shouldFail() 227 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_olderMetricsConfig_shouldFail() 234 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_olderMetricsConfig_shouldFail() 248 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_newerMetricsConfig_shouldReplaceAndDeleteOldResult() 263 CarServiceUtils.runOnLooperSync(mTelemetryHandler.getLooper(), () -> { }); in testAddMetricsConfig_invalidName_shouldFail() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VehicleHalTest.java | 1318 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2052 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2072 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2093 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2113 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2134 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2154 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2174 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2195 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); 2211 CarServiceUtils.runOnLooperSync(mHandlerThread.getLooper(), () -> {}); [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/ |
D | TestUtils.java | 206 runOnLooperSync( in waitForLooperToFinishScheduledTask() 288 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in TestUtils
|
/packages/services/Car/service/src/com/android/car/ |
D | CarServiceUtils.java | 329 runOnLooperSync(getHandlerThread(name).getLooper(), () -> {}); in runEmptyRunnableOnLooperSync() 340 runOnLooperSync(Looper.getMainLooper(), action); in runOnMainSync() 361 public static void runOnLooperSync(Looper looper, Runnable action) { in runOnLooperSync() method in CarServiceUtils
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | ICarImplTest.java | 241 CarServiceUtils.runOnLooperSync(ht.getLooper(), () -> { in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
|
/packages/services/Car/service/src/com/android/car/telemetry/ |
D | CarTelemetryService.java | 282 CarServiceUtils.runOnLooperSync(mTelemetryThread.getLooper(), () -> {}); in release()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 926 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in testShutdownPostponeAfterSuspend_powerPolicyRefactorFlagDisabled() 967 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in testShutdownPostponeAfterSuspend_powerPolicyRefactorFlagEnabled() 2749 CarServiceUtils.runOnLooperSync(mService.getHandlerThread().getLooper(), () -> { }); in suspendAndResume()
|