Home
last modified time | relevance | path

Searched refs:mDesc (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java247 private String mDesc; field in NotificationChannel
309 mDesc = getTrimmedString(in.readString()); in NotificationChannel()
311 mDesc = null; in NotificationChannel()
364 if (mDesc != null) { in writeToParcel()
366 dest.writeString(mDesc); in writeToParcel()
488 mDesc = getTrimmedString(description); in setDescription()
683 return mDesc; in getDescription()
1341 && Objects.equals(mDesc, that.mDesc) in equals()
1356 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()
1388 return ", mDescription=" + (!TextUtils.isEmpty(mDesc) ? "hasDescription " : "") in getFieldsString()
[all …]
/aosp14/frameworks/base/core/java/android/text/
H A DBoringLayout.java357 mDesc = metrics.bottom; in init()
360 mDesc = metrics.descent; in init()
527 return mDesc; in getLineDescent()
598 c.drawText(mDirect, 0, mBottom - mDesc, mPaint); in draw()
616 /* package */ int mBottom, mDesc; // for Direct field in BoringLayout
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClientImpl.java439 Log.w(TAG, "executeInternal error: " + apiCaller.mDesc, e); in performApiCallInternal()
446 private final String mDesc; field in QuickAccessWalletClientImpl.ApiCaller
449 this.mDesc = desc; in ApiCaller()
456 Log.w(TAG, "api error: " + mDesc); in onApiError()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationChannelTest.java166 Field mDesc = Class.forName(CLASS).getDeclaredField("mDesc"); in testLongStringFields() local
167 mDesc.setAccessible(true); in testLongStringFields()
168 mDesc.set(channel, longString); in testLongStringFields()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8006 Landroid/app/NotificationChannel;->mDesc:Ljava/lang/String;
55905 Landroid/text/BoringLayout;->mDesc:I