Searched refs:WILD_CARD (Results 1 – 4 of 4) sorted by relevance
63 public static final int WILD_CARD = 3; field in AddressImpl168 if (this.addressType == WILD_CARD) { in encode()310 return this.addressType == WILD_CARD; in isWildcard()334 this.addressType = WILD_CARD; in setWildCardFlag()
187 addressImpl.setAddressType(AddressImpl.WILD_CARD); in createAddress()
37 stateListDrawable.addState(StateSet.WILD_CARD, drawable); in testAddDrawableWithWildCardState()40 Drawable drawableForState = shadow.getDrawableForState(StateSet.WILD_CARD); in testAddDrawableWithWildCardState()
43 if (stateSet == StateSet.WILD_CARD) { in createStateList()