Searched refs:attrValue (Results 1 – 7 of 7) sorted by relevance
144 public EqualsFilter(ValueProvider valueProvider, String attrValue) { in EqualsFilter() argument146 mFilterValue = attrValue; in EqualsFilter()158 public ContainsFilter(ValueProvider valueProvider, String attrValue) { in ContainsFilter() argument160 mFilterValue = attrValue; in ContainsFilter()172 public StartsWithFilter(ValueProvider valueProvider, String attrValue) { in StartsWithFilter() argument174 mFilterValue = attrValue; in StartsWithFilter()186 public PatternStringFilter(ValueProvider valueProvider, String attrValue) { in PatternStringFilter() argument188 mPattern = new PatternMatcher(attrValue, PatternMatcher.PATTERN_SIMPLE_GLOB); in PatternStringFilter()200 public RegexFilter(ValueProvider valueProvider, String attrValue) { in RegexFilter() argument202 this.mPattern = Pattern.compile(attrValue); in RegexFilter()[all …]
4098 final String attrValue = in.getAttributeValue(attrNdx);4101 + attrValue);4105 if (taskId == INVALID_TASK_ID) taskId = Integer.parseInt(attrValue);4108 realActivity = ComponentName.unflattenFromString(attrValue);4111 realActivitySuspended = Boolean.valueOf(attrValue);4114 origActivity = ComponentName.unflattenFromString(attrValue);4117 affinity = attrValue;4120 rootAffinity = attrValue;4124 windowLayoutAffinity = attrValue;4127 rootHasReset = Boolean.parseBoolean(attrValue);[all …]
503 final String attrValue = parser.getAttributeValue(i); in restore() local506 mDisplayUniqueId = attrValue; in restore()509 mWindowingMode = Integer.parseInt(attrValue); in restore()512 final Rect bounds = Rect.unflattenFromString(attrValue); in restore()519 mWindowLayoutAffinity = attrValue; in restore()
7378 final String attrValue = in.getAttributeValue(attrNdx); in restoreFromXml() local7380 "ActivityRecord: attribute name=" + attrName + " value=" + attrValue); in restoreFromXml()7382 createTime = Long.parseLong(attrValue); in restoreFromXml()7384 launchedFromUid = Integer.parseInt(attrValue); in restoreFromXml()7386 launchedFromPackage = attrValue; in restoreFromXml()7388 launchedFromFeature = attrValue; in restoreFromXml()7390 resolvedType = attrValue; in restoreFromXml()7392 componentSpecified = Boolean.parseBoolean(attrValue); in restoreFromXml()7394 userId = Integer.parseInt(attrValue); in restoreFromXml()
329 int attrValue = arrayValue[index]; in parseStyleable() local331 sRMap.put(attrValue, Pair.of(ResourceType.ATTR, attrName)); in parseStyleable()332 revRAttrMap.put(attrName, attrValue); in parseStyleable()
11022 final String attrValue = in.getAttributeValue(attrNdx); in restoreFromXml() local11024 intent.setAction(attrValue); in restoreFromXml()11026 intent.setData(Uri.parse(attrValue)); in restoreFromXml()11028 intent.setType(attrValue); in restoreFromXml()11030 intent.setIdentifier(attrValue); in restoreFromXml()11032 intent.setComponent(ComponentName.unflattenFromString(attrValue)); in restoreFromXml()11034 intent.setFlags(Integer.parseInt(attrValue, 16)); in restoreFromXml()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...