Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/e2e/
Dviewer_window_manager_test.ts40 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.269');
Dviewer_input_method_service_test.ts40 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.061');
Dviewer_surface_flinger_test.ts36 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.607');
Dviewer_protolog_test.ts51 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.259');
Dviewer_input_method_manager_service_test.ts40 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.081');
Dviewer_transactions_test.ts51 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:19.592');
Dviewer_input_method_clients_test.ts40 await E2eTestUtils.checkFinalRealTimestamp('2022-11-21, 18:05:18.245');
Dutils.ts136 static async checkFinalRealTimestamp(timestamp: string) { method in E2eTestUtils