Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DInstantAppInfo.java40 private final CharSequence mLabelText; field in InstantAppInfo
49 mLabelText = null; in InstantAppInfo()
58 mLabelText = label; in InstantAppInfo()
65 mLabelText = parcel.readCharSequence(); in InstantAppInfo()
97 return mLabelText; in loadLabel()
133 parcel.writeCharSequence(mLabelText); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14173 Landroid/content/pm/InstantAppInfo;->mLabelText:Ljava/lang/CharSequence;