Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerManagerServiceTest.java166 assertThat(getJobState(MIN_CONTACTS_INDEXER_JOB_ID + userId)).contains("waiting"); in testCP2Clear_runsFullUpdate()
243 private String getJobState(int jobId) throws Exception { in getJobState() method in ContactsIndexerManagerServiceTest
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DJobStatus.java92 public String getJobState() { in getJobState() method in JobStatus
/packages/services/BuiltInPrintService/src/com/android/bips/
DLocalPrintJob.java294 switch (jobStatus.getJobState()) { in handleJobStatus()