Searched refs:EXTRA_LOG_EVENT_CATEGORY (Results 1 – 7 of 7) sorted by relevance
19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY;129 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly()150 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly()178 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong()308 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)) in assertCorrectBundleSentToMonitor()
64 event.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, 1); in parseBackupManagerMonitorEventForDumpsys_missingID_noLogsWrittenToFile()262 event.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, 1); in createRestoreBMMEvent()
61 public static final String EXTRA_LOG_EVENT_CATEGORY = field in BackupManagerMonitor
113 || !eventBundle.containsKey(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY)) { in parseBackupManagerMonitorRestoreEventForDumpsys()133 int eventCategory = eventBundle.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in parseBackupManagerMonitorRestoreEventForDumpsys()
97 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, category); in monitorEvent()
1086 int category = event.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in onEvent()1133 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in onEvent()
1784 …field public static final String EXTRA_LOG_EVENT_CATEGORY = "android.app.backup.extra.LOG_EVENT_CA…