Home
last modified time | relevance | path

Searched refs:ID_NULL (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DSuspendDialogInfo.java19 import static android.content.res.Resources.ID_NULL;
127 if (mIconResId != ID_NULL) { in saveToXml()
130 if (mTitleResId != ID_NULL) { in saveToXml()
133 if (mDialogMessageResId != ID_NULL) { in saveToXml()
138 if (mNeutralButtonTextResId != ID_NULL) { in saveToXml()
149 final int iconId = XmlUtils.readIntAttribute(in, XML_ATTR_ICON_RES_ID, ID_NULL); in restoreFromXml()
150 final int titleId = XmlUtils.readIntAttribute(in, XML_ATTR_TITLE_RES_ID, ID_NULL); in restoreFromXml()
152 ID_NULL); in restoreFromXml()
154 in, XML_ATTR_DIALOG_MESSAGE_RES_ID, ID_NULL); in restoreFromXml()
157 if (iconId != ID_NULL) { in restoreFromXml()
[all …]
DPermissionGroupInfo.java19 import static android.content.res.Resources.ID_NULL;
139 this(ID_NULL, ID_NULL, ID_NULL); in PermissionGroupInfo()
/frameworks/base/core/java/com/android/internal/app/
DSuspendedAppActivity.java19 import static android.content.res.Resources.ID_NULL;
79 : ID_NULL; in resolveIcon()
80 if (iconId != ID_NULL && mSuspendingAppResources != null) { in resolveIcon()
92 : ID_NULL; in resolveTitle()
93 if (titleId != ID_NULL && mSuspendingAppResources != null) { in resolveTitle()
108 if (messageId != ID_NULL && mSuspendingAppResources != null) { in resolveDialogMessage()
125 ? mSuppliedDialogInfo.getNeutralButtonTextResId() : ID_NULL; in resolveNeutralButtonText()
126 if (buttonTextId != ID_NULL && mSuspendingAppResources != null) { in resolveNeutralButtonText()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectionCompanionGenerator.java98 private static final int ID_NULL = 0; field in InspectionCompanionGenerator
395 if (property.getAttributeId() == ID_NULL) { in generateAttributeId()
396 return CodeBlock.of("$L", ID_NULL); in generateAttributeId()
/frameworks/base/core/java/android/view/inspector/
DInspectableProperty.java65 int attributeId() default Resources.ID_NULL; in attributeId()
/frameworks/base/core/java/android/content/res/
DResources.java105 public static final @AnyRes int ID_NULL = 0; field in Resources
177 if (curTheme != ID_NULL) { in selectSystemTheme()
1748 return ID_NULL; in getExplicitStyle()
1751 if (styleAttr == ID_NULL) { in getExplicitStyle()
1752 return ID_NULL; in getExplicitStyle()
1764 return ID_NULL; in getExplicitStyle()
DXmlBlock.java19 import static android.content.res.Resources.ID_NULL;
79 return newParser(ID_NULL); in newParser()
DResourcesImpl.java18 import static android.content.res.Resources.ID_NULL;
1307 return ID_NULL; in getAttributeSetSourceResId()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java18 import static android.content.res.Resources.ID_NULL;
463 pkg.permissionGroups.add(new PackageParser.PermissionGroup(pkg, ID_NULL, ID_NULL, ID_NULL)); in setKnownFields()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DIconPackOverlayTest.java104 == Resources.ID_NULL) { in testIconPack_containAllOverlayedIcons()
/frameworks/base/core/java/android/app/
DAlertDialog.java469 this(context, resolveDialogTheme(context, Resources.ID_NULL)); in Builder()
DDialog.java186 if (themeResId == Resources.ID_NULL) { in Dialog()
/frameworks/base/core/java/android/view/
DLayoutInflater.java722 if (sourceResId == Resources.ID_NULL) { in getParserStateDescription()
DView.java19 import static android.content.res.Resources.ID_NULL;
5148 private int mSourceLayoutId = ID_NULL;
6021 if (mSourceLayoutId != ID_NULL) {
6028 if (mSourceLayoutId != ID_NULL) {
6084 return ID_NULL;
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java935 return Resources.ID_NULL; in getAttributeSetSourceResId()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java593 int resId = Resources.ID_NULL; in loadAnimationAttr()
/frameworks/base/core/java/android/widget/
DTextView.java920 private @StringRes int mTextId = Resources.ID_NULL;
1218 mTextId = a.getResourceId(attr, Resources.ID_NULL);
11463 if (mTextId != Resources.ID_NULL) { in onProvideStructure()
/frameworks/base/api/
Dtest-current.txt4559 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;
Dcurrent.txt12381 field @AnyRes public static final int ID_NULL = 0; // 0x0
/frameworks/base/non-updatable-api/
Dcurrent.txt12381 field @AnyRes public static final int ID_NULL = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16686 Landroid/content/res/ResourceId;->ID_NULL:I