Searched defs:restrictedBackupMode (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivityThread.java424 boolean restrictedBackupMode; field in class:ActivityThread.AppBindData
746 data.restrictedBackupMode = isRestrictedBackupMode;
4364 Application app = data.info.makeApplication(data.restrictedBackupMode, null);
4369 if (!data.restrictedBackupMode) {
H A DApplicationThreadNative.java272 boolean restrictedBackupMode = (data.readInt() != 0);
280 testArgs, testWatcher, testMode, openGlTrace, restrictedBackupMode,
867 boolean restrictedBackupMode, boolean persistent,
893 data.writeInt(restrictedBackupMode ? 1 : 0);
863 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java93 int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
90 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 56 milliseconds