Searched refs:isSharedStorage (Results 1 – 3 of 3) sorted by relevance
107 boolean isSharedStorage = SHARED_BACKUP_AGENT_PACKAGE.equals(packageName); in run()109 shouldWriteApk(mPackage.applicationInfo, mIncludeApks, isSharedStorage); in run()111 if (!isSharedStorage) { in run()143 isSharedStorage in run()176 ApplicationInfo applicationInfo, boolean includeApks, boolean isSharedStorage) { in shouldWriteApk() argument181 && !isSharedStorage in shouldWriteApk()
410 final boolean isSharedStorage = in run()426 sendOnBackupPackage(isSharedStorage ? "Shared storage" : pkg.packageName); in run()434 if (mIncludeObbs && !isSharedStorage) { in run()
429 final boolean isSharedStorage = pkg.equals(SHARED_BACKUP_AGENT_PACKAGE); in restoreOneFile()430 final long timeout = isSharedStorage ? in restoreOneFile()