Searched refs:isSharedStorage (Results 1 – 3 of 3) sorted by relevance
109 boolean isSharedStorage = SHARED_BACKUP_AGENT_PACKAGE.equals(packageName); in run()111 shouldWriteApk(mPackage.applicationInfo, mIncludeApks, isSharedStorage); in run()113 if (!isSharedStorage) { in run()145 isSharedStorage in run()178 ApplicationInfo applicationInfo, boolean includeApks, boolean isSharedStorage) { in shouldWriteApk() argument183 && !isSharedStorage in shouldWriteApk()
409 final boolean isSharedStorage = in run()426 sendOnBackupPackage(isSharedStorage ? "Shared storage" : pkg.packageName); in run()434 if (mIncludeObbs && !isSharedStorage) { in run()
454 final boolean isSharedStorage = pkg.equals(SHARED_BACKUP_AGENT_PACKAGE); in restoreOneFile()455 final long timeout = isSharedStorage ? in restoreOneFile()