Searched refs:shouldSkipPackage (Results 1 – 2 of 2) sorted by relevance
1223 when(backupManagerService.shouldSkipPackage(eq(USER_FACING_PACKAGE))).thenReturn(true); in testFilterUserFacingPackages_shouldSkipUserFacing_filtersUserFacing()1239 when(backupManagerService.shouldSkipPackage(eq(USER_FACING_PACKAGE))).thenReturn(true); in testFilterUserFacingPackages_shouldNotSkipUserFacing_doesNotFilterUserFacing()
3620 if (!shouldSkipPackage(packageInfo.packageName)) { in filterUserFacingPackages()3637 public boolean shouldSkipPackage(String packageName) { in shouldSkipPackage() method