Searched refs:isSharedStorage (Results 1 – 3 of 3) sorted by relevance
105 boolean isSharedStorage = SHARED_BACKUP_AGENT_PACKAGE.equals(packageName); in run()107 shouldWriteApk(mPackage.applicationInfo, mIncludeApks, isSharedStorage); in run()109 if (!isSharedStorage) { in run()141 isSharedStorage in run()174 ApplicationInfo applicationInfo, boolean includeApks, boolean isSharedStorage) { in shouldWriteApk() argument179 && !isSharedStorage in shouldWriteApk()
408 final boolean isSharedStorage = in run()423 sendOnBackupPackage(isSharedStorage ? "Shared storage" : pkg.packageName); in run()431 if (mIncludeObbs && !isSharedStorage) { in run()
410 final boolean isSharedStorage = pkg.equals(SHARED_BACKUP_AGENT_PACKAGE); in restoreOneFile()411 final long timeout = isSharedStorage ? in restoreOneFile()