Searched refs:workTypeToString (Results 1 – 4 of 4) sorted by relevance
24 import static com.android.server.job.JobConcurrencyManager.workTypeToString;119 assertEquals("Incorrect min value for " + workTypeToString(min.first), in check()123 assertEquals("Incorrect max value for " + workTypeToString(max.first), in check()
27 import static com.android.server.job.JobConcurrencyManager.workTypeToString;618 "Incorrect running result for work type " + workTypeToString(run.first)) in checkSimple()623 "Incorrect pending result for work type " + workTypeToString(pend.first)) in checkSimple()
144 static String workTypeToString(@WorkType int workType) { in workTypeToString() method in JobConcurrencyManager1030 return "blocking " + workTypeToString(WORK_TYPE_BGUSER_IMPORTANT) + " queue"; in shouldStopRunningJobLocked()1036 return "blocking " + workTypeToString(WORK_TYPE_EJ) + " queue"; in shouldStopRunningJobLocked()1039 return "blocking " + workTypeToString(WORK_TYPE_EJ) + " queue"; in shouldStopRunningJobLocked()1048 return "blocking " + workTypeToString(workType) + " queue"; in shouldStopRunningJobLocked()
20285 HPLcom/android/server/job/JobConcurrencyManager;->workTypeToString(I)Ljava/lang/String;