Home | History | Annotate | Download | only in backup

Lines Matching refs:PACKAGE_2

114     private static final String PACKAGE_2 = "com.example.package2";
215 List<AgentMock> agentMocks = setUpAgents(PACKAGE_1, PACKAGE_2);
226 PACKAGE_2);
429 setUpAgents(PACKAGE_1, PACKAGE_2);
432 when(transportBinder.performBackup(argThat(packageInfo(PACKAGE_2)), any(), anyInt()))
440 PACKAGE_2);
445 verify(mObserver).onResult(PACKAGE_2, BackupManager.SUCCESS);
453 setUpAgents(PACKAGE_1, PACKAGE_2);
456 when(transportBinder.performBackup(argThat(packageInfo(PACKAGE_2)), any(), anyInt()))
464 PACKAGE_2);
469 verify(mObserver).onResult(PACKAGE_2, BackupManager.ERROR_TRANSPORT_PACKAGE_REJECTED);