Home
last modified time | relevance | path

Searched refs:DELETE_FILE_JOB_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DAuxiliaryPersistenceWrapper.kt111 @VisibleForTesting internal val DELETE_FILE_JOB_ID = 1000 constant
115 val jobId = DELETE_FILE_JOB_ID + context.userId in getJobForContext()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DDeletionJobServiceTest.kt81 AuxiliaryPersistenceWrapper.DeletionJobService.DELETE_FILE_JOB_ID + userId, in testJobHasRightParameters()