/frameworks/base/services/java/com/android/server/ |
D | AttributeCache.java | 40 private final WeakHashMap<String, Package> mPackages = 41 new WeakHashMap<String, Package>(); 44 public final static class Package { class in AttributeCache 49 public Package(Context c) { in Package() method in AttributeCache.Package 100 Package pkg = mPackages.get(packageName); in get() 122 pkg = new Package(context); in get()
|
D | EventLogTags.logtags | 81 2820 backup_data_changed (Package|3) 83 2822 backup_transport_failure (Package|3) 84 2823 backup_agent_failure (Package|3),(Message|3) 85 2824 backup_package (Package|3),(Size|1|2) 91 2832 restore_agent_failure (Package|3),(Message|3) 92 2833 restore_package (Package|3),(Size|1|2) 106 # Package Manager starts: 108 # Package Manager .apk scan starts: 110 # Package Manager .apk scan starts: 112 # Package Manager .apk scan ends: [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 75 class Package; 194 static inline uint32_t getResId(const sp<Package>& p, 477 class Package : public RefBase { 479 Package(const String16& name, ssize_t includedId=-1); 480 virtual ~Package() { } in ~Package() 523 sp<Package> getPackage(const String16& package); 544 DefaultKeyedVector<String16, sp<Package> > mPackages; 545 Vector<sp<Package> > mOrderedPackages;
|
D | ResourceTable.cpp | 1716 sp<Package> p = new Package(name, id); in addIncludedResources() 1828 sp<Package> p = mPackages.valueFor(package); in startBag() 1921 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() 1947 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() 1986 sp<Package> p = mPackages.valueFor(package); in appendComment() 2009 sp<Package> p = mPackages.valueFor(package); in appendTypeComment() 2051 inline uint32_t ResourceTable::getResId(const sp<Package>& p, in getResId() 2066 sp<Package> p = mPackages.valueFor(package); in getResId() 2222 sp<Package> p = mPackages.valueFor(package); in getCustomResource() 2416 sp<Package> p = mOrderedPackages.itemAt(pi); in assignResourceIds() [all …]
|
D | Android.mk | 17 Package.cpp \
|
/frameworks/base/docs/html/sdk/ |
D | older_releases.jd | 43 <th>Package</th> 88 <th>Package</th> 133 <th>Package</th> 181 <th>Package</th> 237 <th>Package</th> 282 <th>Package</th> 327 <th>Package</th> 389 <th colspan="2">Package</th> 426 <th colspan="2">Package</th> 463 <th colspan="2">Package</th> [all …]
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageManagerService.java | 332 final HashMap<String, PackageParser.Package> mAppDirs = 333 new HashMap<String, PackageParser.Package>(); 343 final HashMap<String, PackageParser.Package> mPackages = 344 new HashMap<String, PackageParser.Package>(); 421 HashSet<PackageParser.Package> mDeferredDexOpt = null; 434 PackageParser.Package mPlatformPackage; 1331 final PackageParser.Package scannedPkg = mPackages.get(ps.name); in PackageManagerService() 1398 PackageParser.Package deletedPkg = mPackages.get(deletedAppName); in PackageManagerService() 1761 PackageInfo generatePackageInfo(PackageParser.Package p, int flags, int userId) { in generatePackageInfo() 1779 PackageParser.Package p = mPackages.get(packageName); in isPackageAvailable() [all …]
|
D | PackageSetting.java | 29 PackageParser.Package pkg;
|
D | SELinuxMMAC.java | 251 public static void assignSeinfoValue(PackageParser.Package pkg) { in assignSeinfoValue()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 164 final Package owner; 174 ParsePackageItemArgs(Package _owner, String[] _outError, in ParsePackageItemArgs() 192 ParseComponentArgs(Package _owner, String[] _outError, in ParseComponentArgs() 268 public static PackageInfo generatePackageInfo(PackageParser.Package p, in generatePackageInfo() 289 public static PackageInfo generatePackageInfo(PackageParser.Package p, in generatePackageInfo() 493 public Package parsePackage(File sourceFile, String destCodePath, in parsePackage() 543 Package pkg = null; in parsePackage() 592 public boolean collectManifestDigest(Package pkg) { in collectManifestDigest() 609 public boolean collectCertificates(Package pkg, int flags) { in collectCertificates() 951 private Package parsePackage( in parsePackage() [all …]
|
/frameworks/base/docs/html-intl/ja/guide/publishing/ |
D | app-signing.jd | 181 …Package Explorer)でプロジェクトを右クリックして、[[]<strong>Android ツール(Android Tools)</strong>] > [[]<strong>署… 316 …スプローラー(Package Explorer)でプロジェクトを右クリックして、<strong>[[]Android ツール(Android Tools)] > [[]署名済みアプリケーショ…
|
/frameworks/base/services/java/com/android/server/am/ |
D | EventLogTags.logtags | 31 30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3) 78 30036 am_provider_lost_process (User|1|5),(Package Name|3),(UID|1|5),(Name|3)
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 305 private PackageParser.Package parsePackage(Uri packageURI) { in parsePackage() 311 PackageParser.Package pkg = packageParser.parsePackage(sourceFile, archiveFilePath, in parsePackage() 400 private void assertInstall(PackageParser.Package pkg, int flags, int expInstallLocation) { in assertInstall() 579 PackageParser.Package pkg; 586 InstallParams(PackageParser.Package pkg) { in InstallParams() 693 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) { in getParsedPackage() 698 PackageParser.Package pkg = parsePackage(packageURI); in getParsedPackage() 710 PackageParser.Package pkg = ip.pkg; in installFromRawResource() 2867 PackageParser.Package pkg = parsePackage(packageURI); in testInstallSdcardStaleContainer() 2916 PackageParser.Package pkg = parsePackage(packageURI); in testInstallSdcardStaleContainerReinstall() [all …]
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-eclipse.jd | 65 <li>Enter a <strong>Package Name</strong>. This class package namespace creates the initial 86 project at any time: Right-click the project in the Package Explorer, select 138 <strong>Project Name</strong>, <strong>Package Name</strong>, and SDK settings.</li> 158 <li>In the <strong>Package Explorer</strong>, right-click the library project and select 206 <li>In the <strong>Package Explorer</strong>, right-click the dependent project and select
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 55 <li>In the Package Explorer, right-click on the {@code /src} directory for 56 your test project and select <strong>New > Package</strong>.</li> 80 <li>In the Package Explorer, double-click on the test case that you created 206 <p>You can build and run your test easily from the Package Explorer in
|
D | preparing-activity-testing.jd | 62 <li>In the Package Explorer, right-click on your app project, then
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1568 struct Package; 1577 const Package* package, int typeIndex, int entryIndex, 1584 void print_value(const Package* pkg, const Res_value& value) const;
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 2473 Type(const Header* _header, const Package* _package, size_t count) in Type() 2477 const Package* const package; 2484 struct ResTable::Package struct in android::ResTable 2486 Package(ResTable* _owner, const Header* _header, const ResTable_package* _package) in Package() argument 2488 ~Package() in ~Package() argument 2521 Package* pkg = packages[i]; in ~PackageGroup() 2531 Package* pkg = packages[0]; in clearBagCache() 2558 Vector<Package*> packages; 2561 Package* basePackage; 3109 const Package* const package = grp->packages[0]; in getResourceName() [all …]
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | index.jd | 16 <li><a href="{@docRoot}tools/support-library/index.html">The Android Support Package</a></li>
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_eclipse.jd | 10 <li><a href="#CreateTestAppEclipse">Creating a Test Package</a></li> 117 Target Package, Application Name, and Package Name fields for you (the latter two are in 129 <h2 id="CreateTestAppEclipse">Creating a Test Package</h2> 175 dialog, with the <em>Source folder</em> and <em>Package</em> values already set. 282 In the Package Explorer, select the test project, then from the main menu, select
|
D | activity_test.jd | 236 …<li><em>Package name:</em> (disabled, set to "<code>com.android.example.spinner</code>")… 267 … <li><em>Package name:</em> "<code>com.android.example.spinner.test</code>"</li> 279 <strong>Package Explorer</strong>. 288 …the entry for SpinnerActivity in the Package Explorer, highlight the SpinnerActivity entry and the… 397 In the Package Explorer, expand the test project SpinnerActivityTest if it is not open already. 893 …run the <code>SpinnerActivityTest</code> test case is to run it directly from the Package Explorer. 900 … In the Package Explorer, right-click the project SpinnerActivityTest at the top level, and then 911 …arts. You see a new tab for the <strong>JUnit</strong> view, next to the Package Explorer tab:<br/> 1162 …uild the project <code>SpinnerActivityTest</code> by selecting it in the Package Explorer, right-c…
|
/frameworks/base/docs/html/tools/help/ |
D | android.jd | 219 <td>Package namespace</td> 331 <td>(Required) Package name of the library project</td>
|
D | gltracer.jd | 72 <li>In the <strong>Application Package</strong> field, enter the full application package name
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | badges.jd | 98 … _gaq.push(['_trackEvent', 'Distribute', 'Create Google Play Badge', 'Package ' + selectedValue]); 300 <label class="block" for="package" style="clear:left">Package name:</label>
|
/frameworks/base/docs/html/google/backup/ |
D | terms.jd | 99 ("Package Name") for your Application as described in the documentation for the 103 After supplying Google with the Package Name and accepting the Terms, you will 110 manner provided that you use a different Package Name for each Backup Service Key you 112 Package Name. You agree that Google may, in its sole
|