Searched refs:TYPE_NORMAL (Results 1 – 5 of 5) sorted by relevance
85 @IntDef({TYPE_HERO, TYPE_NORMAL})89 public static final int TYPE_NORMAL = 1; field in CarNavExtender94 private int mType = TYPE_NORMAL;131 mType = (b.getInt(EXTRA_TYPE, TYPE_NORMAL) == TYPE_HERO) ? TYPE_HERO : TYPE_NORMAL; in CarNavExtender()244 return TYPE_NORMAL; in getType()248 return TYPE_NORMAL; in getType()252 return (b.getInt(EXTRA_TYPE, TYPE_NORMAL) == TYPE_HERO) ? TYPE_HERO : TYPE_NORMAL; in getType()
32 private int mPriority = TYPE_NORMAL;47 public static final byte TYPE_NORMAL = 5; field in FilterRepresentation
28 setFilterType(FilterRepresentation.TYPE_NORMAL); in FilterPointRepresentation()
72 setFilterType(FilterRepresentation.TYPE_NORMAL); in FilterChanSatRepresentation()
764 field public static final int TYPE_NORMAL = 1; // 0x1