Searched refs:EXTRA_LOG_EVENT_PACKAGE_NAME (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | TarBackupReader.java | 19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_NAME; 331 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName)); in readAppManifestAndReturnSignatures() 337 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName); in readAppManifestAndReturnSignatures() 352 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName); in readAppManifestAndReturnSignatures() 370 BackupManagerMonitorUtils.putMonitoringExtra(null, EXTRA_LOG_EVENT_PACKAGE_NAME, in readAppManifestAndReturnSignatures() 512 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName); in chooseRestorePolicy() 533 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName)); in chooseRestorePolicy() 617 EXTRA_LOG_EVENT_PACKAGE_NAME, info.packageName); in readMetadata() 631 .putMonitoringExtra(null, EXTRA_LOG_EVENT_PACKAGE_NAME, in readMetadata()
|
D | BackupManagerMonitorUtils.java | 19 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_NAME; 55 bundle.putString(EXTRA_LOG_EVENT_PACKAGE_NAME, in monitorEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/ |
D | BackupManagerMonitorUtilsTest.java | 21 import static android.app.backup.BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_NAME; 109 assertThat(eventBundle.getString(EXTRA_LOG_EVENT_PACKAGE_NAME)).isEqualTo("test.package"); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly() 136 assertThat(eventBundle.getString(EXTRA_LOG_EVENT_PACKAGE_NAME)).isEqualTo("test.package"); in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupManagerMonitor.java | 41 public static final String EXTRA_LOG_EVENT_PACKAGE_NAME = field in BackupManagerMonitor
|
/frameworks/base/api/ |
D | system-current.txt | 536 …field public static final java.lang.String EXTRA_LOG_EVENT_PACKAGE_NAME = "android.app.backup.extr…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 2347 Landroid/app/backup/BackupManagerMonitor;->EXTRA_LOG_EVENT_PACKAGE_NAME:Ljava/lang/String;
|