Searched refs:EXTRA_LOG_EVENT_CATEGORY (Results 1 – 5 of 5) sorted by relevance
19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY;87 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly()108 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_CATEGORY)).isEqualTo(2); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly()135 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
53 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, category); in monitorEvent()
533 …field public static final java.lang.String EXTRA_LOG_EVENT_CATEGORY = "android.app.backup.extra.LO…
2344 Landroid/app/backup/BackupManagerMonitor;->EXTRA_LOG_EVENT_CATEGORY:Ljava/lang/String;