Searched refs:EXTRA_LOG_EVENT_ID (Results 1 – 9 of 9) sorted by relevance
19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_ID;255 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_packageDoesNotExistAndAllowApksAndHasApk_returnsAcceptIfApk()282 assertThat(eventBundles.get(0).get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_packageDoesNotExistAndAllowApksAndDoesNotHaveApk_returnsAcceptIfApkLogsCannotRestore()284 assertThat(eventBundles.get(1).get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_packageDoesNotExistAndAllowApksAndDoesNotHaveApk_returnsAcceptIfApkLogsCannotRestore()306 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_packageDoesNotExistAndDoesNotAllowApks_returnsIgnore()331 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_doesNotAllowsBackup_returnsIgnore()358 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_systemAppWithNoAgent_returnsIgnore()393 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_nonSystemAppSignaturesDoNotMatch_returnsIgnore()432 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_systemAppWithBackupAgentAndRestoreAnyVersion_returnsAccept()470 assertThat(bundleCaptor.getValue().get(EXTRA_LOG_EVENT_ID)).isEqualTo( in chooseRestorePolicy_restoreAnyVersion_returnsAccept()[all …]
20 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_ID;128 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_ID)).isEqualTo(1); in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly()149 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_ID)).isEqualTo(1); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly()177 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_ID)).isEqualTo(1); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong()306 assertThat(eventBundle.getInt(EXTRA_LOG_EVENT_ID)) in assertCorrectBundleSentToMonitor()
74 event.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID, 1); in parseBackupManagerMonitorEventForDumpsys_missingCategory_noLogsWrittenToFile()261 event.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID, 1); in createRestoreBMMEvent()
112 if (!eventBundle.containsKey(BackupManagerMonitor.EXTRA_LOG_EVENT_ID) in parseBackupManagerMonitorRestoreEventForDumpsys()134 int eventId = eventBundle.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID); in parseBackupManagerMonitorRestoreEventForDumpsys()208 if (eventBundle.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID) == in addExtrasIfAvailable()
96 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID, id); in monitorEvent()
54 public static final String EXTRA_LOG_EVENT_ID = "android.app.backup.extra.LOG_EVENT_ID"; field in BackupManagerMonitor
1085 int id = event.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID); in onEvent()1132 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_ID); in onEvent()
908 if (event.getInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID) in onEvent()
1719 field public static final String EXTRA_LOG_EVENT_ID = "android.app.backup.extra.LOG_EVENT_ID";