Searched refs:EXTRA_LOG_EVENT_CATEGORY (Results 1 – 6 of 6) sorted by relevance
19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY;88 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly()109 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly()136 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong()
59 public static final String EXTRA_LOG_EVENT_CATEGORY = field in BackupManagerMonitor
59 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, category); in monitorEvent()
1018 int category = event.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in onEvent()1034 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in onEvent()
812 …field public static final String EXTRA_LOG_EVENT_CATEGORY = "android.app.backup.extra.LOG_EVENT_CA…