Home
last modified time | relevance | path

Searched refs:EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupManagerMonitor.java51 public static final String EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION = field in BackupManagerMonitor
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/
H A DBackupManagerMonitorEventSenderTest.java21 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION;
153 assertThat(eventBundle.getLong(EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION)).isEqualTo(3); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly()
181 assertThat(eventBundle.getLong(EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION)).isEqualTo( in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupManagerMonitorDumpsysUtils.java219 BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION)) { in addExtrasIfAvailable()
222 BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION)); in addExtrasIfAvailable()
H A DBackupManagerMonitorEventSender.java103 bundle.putLong(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION, in monitorEvent()
/aosp14/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java1092 if (event.containsKey(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION)) { in onEvent()
1095 BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION); in onEvent()
1135 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION); in onEvent()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt1720 …field public static final String EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION = "android.app.backup.extra.…