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/ |
D | BugStorageUtilsTest.java | 21 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()
|
D | TtlPointsDecrementalTest.java | 18 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/ |
D | Status.java | 39 STATUS_PENDING_USER_ACTION(6), enumConstant
|
D | BugInfoAdapter.java | 129 return bugReportStatus == Status.STATUS_PENDING_USER_ACTION.getValue() in pendingUserAction()
|
D | BugStorageUtils.java | 81 Status.STATUS_PENDING_USER_ACTION.getValue(),
|
D | BugReportService.java | 601 ? Status.STATUS_UPLOAD_PENDING : Status.STATUS_PENDING_USER_ACTION; in zipDirectoryAndUpdateStatus()
|
D | BugReportActivity.java | 817 com.android.car.bugreport.Status.STATUS_PENDING_USER_ACTION, "");
|