Searched refs:STATUS_UPLOAD_FAILED (Results 1 – 6 of 6) sorted by relevance
22 import static com.android.car.bugreport.Status.STATUS_UPLOAD_FAILED;145 STATUS_UPLOAD_FAILED, TYPE_SILENT, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()170 createBugReport(TIMESTAMP_TODAY, STATUS_UPLOAD_FAILED, TYPE_SILENT, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
19 import static com.android.car.bugreport.Status.STATUS_UPLOAD_FAILED;77 STATUS_UPLOAD_FAILED, /* ttl_points= */ 2); in test_decrementsTtlPointsForPendingBugReports()
33 STATUS_UPLOAD_FAILED(4), enumConstant
135 || bugreport.getStatus() == Status.STATUS_UPLOAD_FAILED.getValue(); in onBindViewHolder()
78 Status.STATUS_UPLOAD_FAILED.getValue(),
67 STATUS_UPLOAD_FAILED = 4 variable126 elif status == STATUS_UPLOAD_FAILED: