Searched refs:banner (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java136 * component's banner. From the "banner" attribute or, if not set, 0.
138 public int banner; field in class:PackageItemInfo
173 banner = orig.banner;
510 * Retrieve the current graphical banner associated with this item. This
511 * will call back on the given PackageManager to load the banner from
514 * @param pm A PackageManager from which the banner can be loaded; usually
517 * @return Returns a Drawable containing the item's banner. If the item
518 * does not have a banner, thi
[all...]
H A DComponentInfo.java154 * Return the banner resource identifier to use for this component. If the
155 * component defines a banner, that is used; else, the application banner is
158 * @return The banner associated with this component.
161 return banner != 0 ? banner : applicationInfo.banner;
H A DPackageParser.java4079 outInfo.banner = bannerVal;
4654 info.banner = target.info.banner;
5489 outInfo.banner = sa.getResourceId(
7884 public int banner; field in class:PackageParser.IntentInfo
7897 banner = dest.readInt();
7909 dest.writeInt(banner);
/frameworks/base/libs/hwui/tests/scripts/
H A Dskp-capture.sh55 banner() { function
60 banner '...WAITING...'
77 banner '...SAVING...'
/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto33 optional int32 banner = 6;
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java85 * The id of the service banner specified in XML.
418 Drawable banner = res.getDrawable(mBannerResourceId);
419 return banner;
421 Log.e(TAG, "Could not load banner.");
424 Log.e(TAG, "Could not load banner.");
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java316 assertEquals(aIntent.banner, bIntent.banner);
/frameworks/base/tools/aapt/
H A DCommand.cpp1135 printf(" label='%s' icon='%s' banner='%s'\n",
1368 String8 banner = AaptXml::getResolvedAttribute(res, tree, BANNER_ATTR, local
1372 "ERROR getting 'android:banner' attribute: %s", error.string());
1378 if (banner != "") {
1379 printf(" banner='%s'",
1380 ResTable::normalizeForOutput(banner.string()).string());
1724 "ERROR getting 'android:banner' attribute: %s",

Completed in 485 milliseconds