Home
last modified time | relevance | path

Searched refs:getCurrentToken (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-jackson2-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-http-client-android-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-jackson2-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
H A DKeyValueBackupTaskTest.java274 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_updatesBookkeeping()
288 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_releasesWakeLock()
299 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_doesNotProduceData()
311 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_doesNotCallTransport()
324 when(mBackupManagerService.getCurrentToken()).thenReturn(0L); in testRunTask_whenQueueEmpty_notifiesCorrectly()
360 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(0L); in testRunTask_whenQueueEmptyOnFirstBackup_doesNotUpdateCurrentToken()
453 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(1234L); in testRunTask_whenOnePackage_updatesBookkeeping()
2394 assertThat(mBackupManagerService.getCurrentToken()).isEqualTo(0L); in testRunTask_whenNoDataToBackupOnFirstBackup_doesNotUpdateCurrentToken()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
H A DKeyValueBackupTask.java764 long currentToken = mBackupManagerService.getCurrentToken(); in finishTask()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java891 public long getCurrentToken() { in getCurrentToken() method in UserBackupManagerService
/aosp12/frameworks/base/services/
H A Dart-profile13088 HPLcom/android/server/backup/UserBackupManagerService;->getCurrentToken()J