Home
last modified time | relevance | path

Searched refs:writeStats (Results 1 – 3 of 3) sorted by relevance

/art/libartservice/service/javatests/com/android/server/art/prereboot/
DPreRebootStatsReporterTest.java240 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in testSuccess()
315 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in testSuccessSync()
378 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in checkFailure()
454 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in testStarted()
483 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in testScheduled()
511 verify(mInjector).writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in testNotScheduled()
/art/libartservice/service/java/com/android/server/art/
DBackgroundDexoptJob.java94 writeStats(result); in onStartJob()
252 private void writeStats(@NonNull Result result) { in writeStats() method in BackgroundDexoptJob
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootStatsReporter.java245 mInjector.writeStats(ArtStatsLog.PREREBOOT_DEXOPT_JOB_ENDED, in report()
372 public void writeStats(int code, int status, int optimizedPackageCount, in writeStats() method in PreRebootStatsReporter.Injector