Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DCarTelemetryServiceTest.java156 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/
DVehicleHalTest.java1318 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/
DTestUtils.java206 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/
DCarServiceUtils.java329 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/
DICarImplTest.java241 CarServiceUtils.runOnLooperSync(ht.getLooper(), () -> { in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java282 CarServiceUtils.runOnLooperSync(mTelemetryThread.getLooper(), () -> {}); in release()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java926 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()