Searched refs:backupAgent (Results 1 – 11 of 11) sorted by relevance
35 public static BackupAgent forward(BackupAgent backupAgent) { in forward() argument36 return new ForwardingBackupAgent(backupAgent); in forward()41 private ForwardingBackupAgent(BackupAgent backupAgent) { in ForwardingBackupAgent() argument42 mBackupAgent = backupAgent; in ForwardingBackupAgent()
82 BackupAgent backupAgent = getAgentForBackupDestination(BackupDestination.CLOUD); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local86 IncludeExcludeRules rules = backupAgent.getIncludeExcludeRules(mBackupScheme); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
1072 public BackupRestoreEventLogger getBackupRestoreEventLogger(@NonNull BackupAgent backupAgent) { in getBackupRestoreEventLogger() argument1073 BackupRestoreEventLogger logger = backupAgent.getBackupRestoreEventLogger(); in getBackupRestoreEventLogger()1078 return backupAgent.getBackupRestoreEventLogger(); in getBackupRestoreEventLogger()
43 android:backupAgent="com.foo.BarBackupAgent"
2630 BackupAgent backupAgent = spy(BackupAgent.class); in setUpAgent() local2632 spy(IBackupAgent.Stub.asInterface(backupAgent.onBind())); in setUpAgent()2646 return new AgentMock(backupAgentBinder, backupAgent); in setUpAgent()2866 private static void agentOnBackupDo(BackupAgent backupAgent, BackupAgentOnBackup function) in agentOnBackupDo() argument2868 doAnswer(function).when(backupAgent).onBackup(any(), any(), any()); in agentOnBackupDo()
2028 String backupAgent = nonConfigString(Configuration.NATIVE_CONFIG_VERSION,2030 if (backupAgent != null) {2031 String backupAgentName = ParsingUtils.buildClassName(pkgName, backupAgent);2038 + " from " + pkgName + "+" + backupAgent);
3449 String backupAgent = sa.getNonConfigurationString( in parseBaseApplication() local3452 if (backupAgent != null) { in parseBaseApplication()3453 ai.backupAgentName = buildClassName(pkgName, backupAgent, outError); in parseBaseApplication()3456 + " from " + pkgName + "+" + backupAgent); in parseBaseApplication()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
335 field public static final int backupAgent = 16843391; // 0x101027f
527 field public static final int backupAgent = 16843391; // 0x101027f
74883 Lcom/android/internal/R$attr;->backupAgent:I