Searched refs:typeArray (Results 1 – 2 of 2) sorted by relevance
91 TypedArray typeArray = getContext().obtainStyledAttributes(attrs, in initAttributes() local95 mOrientation = typeArray.getInt(R.styleable.WallpaperControlButtonGroup_orientation, in initAttributes()98 typeArray.recycle(); in initAttributes()
1562 final String[] typeArray = serviceInfo.getServiceType(); in buildNsdServiceInfoFromMdnsEvent() local1564 if (typeArray.length == 0 in buildNsdServiceInfoFromMdnsEvent()1565 || !typeArray[typeArray.length - 1].equals(LOCAL_DOMAIN_NAME)) { in buildNsdServiceInfoFromMdnsEvent()1567 + Arrays.toString(typeArray)); in buildNsdServiceInfoFromMdnsEvent()1571 Arrays.copyOfRange(typeArray, 0, typeArray.length - 1)); in buildNsdServiceInfoFromMdnsEvent()