Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperControlButtonGroup.java91 TypedArray typeArray = getContext().obtainStyledAttributes(attrs, in initAttributes() local
95 mOrientation = typeArray.getInt(R.styleable.WallpaperControlButtonGroup_orientation, in initAttributes()
98 typeArray.recycle(); in initAttributes()
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java1562 final String[] typeArray = serviceInfo.getServiceType(); in buildNsdServiceInfoFromMdnsEvent() local
1564 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()