Home | History | Annotate | Download | only in view

Lines Matching defs:TextUtils

63 import android.text.TextUtils;
2505 mTitle = TextUtils.stringOrSpannedString(title);
2600 TextUtils.writeToParcel(mTitle, out, parcelableFlags);
2617 TextUtils.writeToParcel(accessibilityTitle, out, parcelableFlags);
2656 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
2673 accessibilityTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);