Searched refs:FatalErrorResult (Results 1 – 3 of 3) sorted by relevance
187 return new FatalErrorResult(); in start()259 } else if (result instanceof FatalErrorResult) { in writeStats()265 static class FatalErrorResult extends Result {} class in BackgroundDexoptJob
421 } else if (result instanceof BackgroundDexoptJob.FatalErrorResult) { in handleBgDexoptJob()
48 import com.android.server.art.BackgroundDexoptJob.FatalErrorResult;174 assertThat(result).isInstanceOf(FatalErrorResult.class); in testStartFatalError()