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

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java76 * component's banner. From the "banner" attribute or, if not set, 0.
78 public int banner; field in class:PackageItemInfo
113 banner = orig.banner;
236 * Retrieve the current graphical banner associated with this item. This
237 * will call back on the given PackageManager to load the banner from
240 * @param pm A PackageManager from which the banner can be loaded; usually
243 * @return Returns a Drawable containing the item's banner. If the item
244 * does not have a banner, thi
[all...]
H A DComponentInfo.java153 * Return the banner resource identifier to use for this component. If the
154 * component defines a banner, that is used; else, the application banner is
157 * @return The banner associated with this component.
160 return banner != 0 ? banner : applicationInfo.banner;
H A DPackageParser.java4070 outInfo.banner = bannerVal;
4642 info.banner = target.info.banner;
5501 outInfo.banner = sa.getResourceId(
7281 public int banner; field in class:PackageParser.IntentInfo
7294 banner = dest.readInt();
7306 dest.writeInt(banner);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java85 * The id of the service banner specified in XML.
393 Drawable banner = res.getDrawable(mBannerResourceId);
394 return banner;
396 Log.e(TAG, "Could not load banner.");
399 Log.e(TAG, "Could not load banner.");
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java310 assertEquals(aIntent.banner, bIntent.banner);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java978 * Returns a banner used on TV for the specified Activity.
983 // If we are mocking, then return a mock banner
988 Drawable banner = info.loadBanner(mPm);
989 return banner;
/frameworks/base/tools/aapt/
H A DCommand.cpp1150 printf(" label='%s' icon='%s' banner='%s'\n",
1355 String8 banner = AaptXml::getResolvedAttribute(res, tree, BANNER_ATTR, local
1359 "ERROR getting 'android:banner' attribute: %s", error.string());
1365 if (banner != "") {
1366 printf(" banner='%s'",
1367 ResTable::normalizeForOutput(banner.string()).string());
1711 "ERROR getting 'android:banner' attribute: %s",

Completed in 620 milliseconds