/frameworks/base/core/java/android/content/pm/ |
D | SuspendDialogInfo.java | 19 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 …]
|
D | PermissionGroupInfo.java | 19 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/ |
D | SuspendedAppActivity.java | 19 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/ |
D | InspectionCompanionGenerator.java | 98 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/ |
D | InspectableProperty.java | 65 int attributeId() default Resources.ID_NULL; in attributeId()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 105 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()
|
D | XmlBlock.java | 19 import static android.content.res.Resources.ID_NULL; 79 return newParser(ID_NULL); in newParser()
|
D | ResourcesImpl.java | 18 import static android.content.res.Resources.ID_NULL; 1307 return ID_NULL; in getAttributeSetSourceResId()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageParserTest.java | 18 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/ |
D | IconPackOverlayTest.java | 104 == Resources.ID_NULL) { in testIconPack_containAllOverlayedIcons()
|
/frameworks/base/core/java/android/app/ |
D | AlertDialog.java | 469 this(context, resolveDialogTheme(context, Resources.ID_NULL)); in Builder()
|
D | Dialog.java | 186 if (themeResId == Resources.ID_NULL) { in Dialog()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 722 if (sourceResId == Resources.ID_NULL) { in getParserStateDescription()
|
D | View.java | 19 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/ |
D | Resources_Delegate.java | 935 return Resources.ID_NULL; in getAttributeSetSourceResId()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 593 int resId = Resources.ID_NULL; in loadAnimationAttr()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 920 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/ |
D | test-current.txt | 4559 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;
|
D | current.txt | 12381 field @AnyRes public static final int ID_NULL = 0; // 0x0
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 12381 field @AnyRes public static final int ID_NULL = 0; // 0x0
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16686 Landroid/content/res/ResourceId;->ID_NULL:I
|