OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allApps
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/backup/
IBackupManager.aidl
157
* @param
allApps
If <code>true</code>, the resulting tar stream will include all
160
* @param allIncludesSystem If {@code true}, then {@code
allApps
} will be interpreted
162
* then setting {@code
allApps
} to {@code true} will mean only that all 3rd-party
165
* are to be backed up. The <code>
allApps
</code> parameter supersedes this.
168
boolean
allApps
, boolean allIncludesSystem, in String[] packageNames);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
367
public boolean
allApps
;
376
allApps
= doAllApps;
555
params.
allApps
, params.includeSystem, params.packages, params.latch);
[
all
...]
Completed in 154 milliseconds