Home
last modified time | relevance | path

Searched refs:STATUS_PENDING_USER_ACTION (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DBugStorageUtilsTest.java21 import static com.android.car.bugreport.Status.STATUS_PENDING_USER_ACTION;
79 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_FIRST, /* ttlPoints= */ 0); in test_createBugReport_createsAndReturnsMetaBugReport()
87 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_FIRST, /* ttlPoints= */ 0); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
119 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_FIRST, /* ttlPoints= */ 0); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
143 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()
145 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, /* ttlPoints= */ 0); in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()
147 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, /* ttlPoints= */ 1); in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()
174 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
176 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, /* ttlPoints= */ 0); in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
178 STATUS_PENDING_USER_ACTION, TYPE_AUDIO_LATER, /* ttlPoints= */ 1); in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
DTtlPointsDecrementalTest.java18 import static com.android.car.bugreport.Status.STATUS_PENDING_USER_ACTION;
70 STATUS_PENDING_USER_ACTION, /* ttl_points= */ 0); in test_decrementsTtlPointsForPendingBugReports()
72 STATUS_PENDING_USER_ACTION, /* ttl_points= */ 1); in test_decrementsTtlPointsForPendingBugReports()
74 STATUS_PENDING_USER_ACTION, /* ttl_points= */ 2); in test_decrementsTtlPointsForPendingBugReports()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DStatus.java39 STATUS_PENDING_USER_ACTION(6), enumConstant
DBugInfoAdapter.java129 return bugReportStatus == Status.STATUS_PENDING_USER_ACTION.getValue() in pendingUserAction()
DBugStorageUtils.java81 Status.STATUS_PENDING_USER_ACTION.getValue(),
DBugReportService.java601 ? Status.STATUS_UPLOAD_PENDING : Status.STATUS_PENDING_USER_ACTION; in zipDirectoryAndUpdateStatus()
DBugReportActivity.java817 com.android.car.bugreport.Status.STATUS_PENDING_USER_ACTION, "");