Lines Matching refs:jobStatus
280 private void handleJobStatus(JobStatus jobStatus) { in handleJobStatus() argument
281 if (DEBUG) Log.d(TAG, "onJobStatus() " + jobStatus); in handleJobStatus()
283 byte[] certificate = jobStatus.getCertificate(); in handleJobStatus()
292 mBlockedReasons.addAll(jobStatus.getBlockedReasons()); in handleJobStatus()
294 switch (jobStatus.getJobState()) { in handleJobStatus()
296 Bundle bundle = getJobCompletedAnalyticsBundle(jobStatus.getJobResult()); in handleJobStatus()
298 switch (jobStatus.getJobResult()) { in handleJobStatus()
316 handleBadCertificate(jobStatus); in handleJobStatus()
333 int blockedId = jobStatus.getBlockedReasonId(); in handleJobStatus()
348 private void handleBadCertificate(JobStatus jobStatus) { in handleBadCertificate() argument
349 byte[] certificate = jobStatus.getCertificate(); in handleBadCertificate()