Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/base/cmds/bu/src/com/android/commands/bu/
DBackup.java65 ArrayList<String> packages = new ArrayList<String>(); in doFullBackup() local
94 packages.add(arg); in doFullBackup()
98 if (doEverything && packages.size() > 0) { in doFullBackup()
102 if (!doEverything && !saveShared && packages.size() == 0) { in doFullBackup()
109 String[] packArray = new String[packages.size()]; in doFullBackup()
111 packages.toArray(packArray)); in doFullBackup()
/frameworks/native/libs/utils/
DREADME26 Overlay packages are special .apk files which provide no code but
28 resources in other packages. When an application requests resources,
44 During compilation, overlay packages are differentiated from regular
45 packages by passing the -o flag to aapt.
58 certificates and resources, though packages containing resources but
87 value may be different between packages.
138 Technically, this is achieved by adding resource-only packages (called
139 overlay packages) to existing resource namespaces, like so:
150 configuration/value pairs. Any number of overlay packages may be loaded
151 at a time; overlay packages are agnostic to what they target -- both
[all …]
/frameworks/base/docs/html/sdk/installing/
Dadding-packages.jd7 <p>The Android SDK separates different parts of the SDK into separately downloadable packages. The
11 <p>You can update and install SDK packages at any time using the Android SDK Manager.</p>
23 <p>When you open the Android SDK Manager, it automatically selects a set of recommended packages.
24 Simply click <strong>Install</strong> to install the recommended packages. The Android SDK Manager
25 installs the selected packages into
27 packages and more about which ones we recommend you install.</p>
29 <p>Once you have installed your packages, continue to the next page.</p>
33 SDK packages that are available, already installed, or for which an update is available.</p>
40 <p>Here's an outlines of the packages required and those we recommend you use:
65 samples packages are available &mdash; one for each Android platform version. When
Dinstalling-adt.jd16 UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.
190 Eclipse packages (for example, WST). If you encounter an error when
191 installing ADT, your Eclipse installion might not include these packages.
192 For information about how to quickly add the necessary packages to your
/frameworks/base/docs/html/tools/revisions/
Dindex.jd5 <p>The Android SDK is composed of individual packages that may undergo
7 find information about some of the packages in this section, including the core <a
/frameworks/base/docs/html/sdk/
Dexploring.jd7 <p>The Android SDK is composed of modular packages that you can download separately using
11 href="{@docRoot}sdk/installing/adding-packages.html">Adding Platforms and Packages</a>.</p>
13 <p>There are several different packages available for the Android SDK. The table below describes
14 most of the available packages and where they're located once you download them.</p>
102 href="#AddingSites">add new sites</a> to download additional packages from third-parties.</p>
115 packages that are needed by those you have selected.</p>
123 <p>By default, <strong>Available Packages</strong> displays packages available from the
142 <p>Any SDK packages available from the site will now be listed under a new item named
152 <p>If you are using the Android SDK Manager to download packages and are encountering
/frameworks/base/docs/html/tools/help/
Dmonkey.jd34 <li>If you have constrained the Monkey to run in one or more specific packages, it
35 watches for attempts to navigate to any other packages, and blocks them.</li>
57 events to any (and all) packages installed on your target. Here is a more typical command line,
158 <td>If you specify one or more packages this way, the Monkey will <i>only</i> allow the system
159 to visit activities within those packages. If your application requires access to activities in
160 other packages (e.g. to select a contact) you'll need to specify those packages as well.
161 If you don't specify any packages, the Monkey will allow the system to launch activities
162 in all packages. To specify multiple packages, use the -p option multiple times &mdash; one -p
/frameworks/base/docs/html/tools/sdk/
Dinstalling.jd114 use to download the rest of the SDK packages (such as the latest Android platform).</p>
160 tool included in the SDK starter package) to download essential SDK packages into your development
165 packages. The SDK starter package, which you've already downloaded, includes only a single
168 packages and platforms as well, which is highly recommended.</p>
171 Android SDK Manager with a default set of platforms and other packages selected
173 packages and install them. You can then skip to <a href="#sdkContents">Step 5</a>, but we
175 better understand the packages available from the Android SDK Manager.</p>
186 <p>To download packages, use the graphical UI of the Android SDK
188 packages (see figure 1). The Android SDK Manager installs the selected packages in
189 your SDK environment. For information about which packages you should download, see <a
[all …]
Ddownload.jd35 download one of the archived SDKs, because these SDK packages contain Google software (whereas, the
36 <a href="http://developer.android.com/sdk/index.html">current SDK</a> packages do not require a
/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java72 final String[] packages = pm.getPackagesForUid(mUid); in onCreate() local
74 if (mAccount == null || mAuthTokenType == null || packages == null) { in onCreate()
121 for (String pkg : packages) { in onCreate()
/frameworks/base/services/java/com/android/server/am/
DUsageStatsService.java855 boolean deleteAfterPrint, HashSet<String> packages) { in collectDumpInfoFLOCK() argument
872 packages); in collectDumpInfoFLOCK()
887 String date, boolean isCompactOutput, HashSet<String> packages) { in collectDumpInfoFromParcelFLOCK() argument
917 if (packages != null && !packages.contains(pkgName)) { in collectDumpInfoFromParcelFLOCK()
1058 HashSet<String> packages = null; in dump() local
1064 if (packages == null) { in dump()
1065 packages = new HashSet<String>(); in dump()
1067 packages.add(n); in dump()
1078 collectDumpInfoFLOCK(pw, isCompactOutput, deleteAfterPrint, packages); in dump()
/frameworks/base/core/java/android/app/backup/
DRestoreSession.java108 public int restoreSome(long token, RestoreObserver observer, String[] packages) { in restoreSome() argument
116 err = mBinder.restoreSome(token, mObserver, packages); in restoreSome()
DIRestoreSession.aidl71 int restoreSome(long token, IRestoreObserver observer, in String[] packages); in restoreSome() argument
/frameworks/base/services/java/com/android/server/pm/
DSharedUserSetting.java29 final HashSet<PackageSetting> packages = new HashSet<PackageSetting>(); field in SharedUserSetting
/frameworks/ex/chips/tests/
DAndroid.mk27 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
/frameworks/base/packages/InputDevices/
DAndroid.mk33 files := frameworks/base/packages/InputDevices/res/raw/*.kcm
/frameworks/base/docs/html/guide/topics/manifest/
Duses-library-element.jd26 All of the {@code android} packages (such as {@link android.app},
29 against. However, some packages (such as {@code maps}) are
31 documentation for the packages you're using to determine which library
/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java130 public boolean onHandleForceStop(Intent intent, String[] packages, int uid, boolean doit) { in onHandleForceStop() argument
137 public void onPackagesAvailable(String[] packages) { in onPackagesAvailable() argument
140 public void onPackagesUnavailable(String[] packages) { in onPackagesUnavailable() argument
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl162 int startRestore(long token, in PackageInfo[] packages); in startRestore() argument
DLocalTransport.java197 public int startRestore(long token, PackageInfo[] packages) { in startRestore() argument
199 mRestorePackages = packages; in startRestore()
/frameworks/base/docs/html/guide/basics/
Dfixme-gs-core-packages.jd44 <p> These are the basic packages that make up the Android SDK for writing
45 applications. The packages are organized as layers, listed here from
79 <p> These packages provide additional domain-specific features of the Android
/frameworks/base/core/tests/overlaytests/
DREADME6 overlay packages require the Android platform be rebooted. However, the
/frameworks/base/docs/html/intl/ja/guide/
Dindex.jd9 … API に関する参考資料は含まれていません。API の仕様については、上部にある [<a href="{@docRoot}reference/packages.html">リファレンス</a>]…
/frameworks/base/docs/html/tools/samples/
Dindex.jd17 <li>Expand the list of packages for the latest Android platform.</li>
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2338 const size_t N = packages.size(); in ~PackageGroup()
2340 Package* pkg = packages[i]; in ~PackageGroup()
2350 Package* pkg = packages[0]; in clearBagCache()
2377 Vector<Package*> packages; member
2502 const Type* type = grp->packages[0]->getType(t); in applyStyle()
2731 for (size_t j=0; j<srcPg->packages.size(); j++) { in add()
2732 pg->packages.add(srcPg->packages[j]); in add()
2927 if (grp->packages.size() > 0) { in getResourceName()
2928 const Package* const package = grp->packages[0]; in getResourceName()
3008 size_t ip = grp->packages.size(); in getResource()
[all …]

1234