Searched refs:mDetails (Results 1 – 7 of 7) sorted by relevance
35 private final int mDetails; field in BarChartInfo57 return mDetails; in getDetails()94 mDetails = builder.mDetails; in BarChartInfo()110 private int mDetails; field in BarChartInfo.Builder140 mDetails = details; in setDetails()
39 private final int mDetails = 0x22222222; field in BarChartInfoTest51 .setDetails(mDetails) in builder_shouldSetFieldsInTheInfo()56 assertThat(barChartInfo.getDetails()).isEqualTo(mDetails); in builder_shouldSetFieldsInTheInfo()66 .setDetails(mDetails) in builder_noTitle_shouldThrowIllegalStateException()83 .setDetails(mDetails) in addBarViewInfo_oneBarViewInfo_shouldSetOneBarViewInfo()103 .setDetails(mDetails) in addBarViewInfo_maxNumberOfInfoAllowed_shouldSetMaxBarViewInfos()127 .setDetails(mDetails) in addBarViewInfo_moreInfosThanMaxAllowed_shouldThrowIllegalStateException()
1698 private Details mDetails; field in Call1950 if (!mDetails.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL)) { in pullExternalCall()2299 return mDetails; in getDetails()2316 return mRttCall != null && mDetails.hasProperty(Details.PROPERTY_RTT); in isRttActive()2367 append(mDetails). in toString()2463 boolean detailsChanged = !Objects.equals(mDetails, details); in internalUpdate()2465 mDetails = details; in internalUpdate()2543 && mDetails.hasProperty(Details.PROPERTY_RTT)) { in internalUpdate()2575 fireDetailsChanged(mDetails); in internalUpdate()2615 if (mDetails != null) { in internalSetDisconnected()[all …]
53 return mDetails; in getDetails()57 mDetails = new AMessage; in Capabilities()84 caps->mDetails = details; in FromParcel()101 mDetails->writeToParcel(parcel); in writeToParcel()107 mCap->mDetails->setString(key, value); in addDetail()112 mCap->mDetails->setInt32(key, value); in addDetail()116 if (mCap->mDetails->removeEntryAt(mCap->mDetails->findEntryByName(key)) == OK) { in removeDetail()
63 holder.mDetails.setText(notification.extras.getString(Notification.EXTRA_TEXT)); in onBindViewHolder()89 final TextView mDetails; field in TvNotificationAdapter.TvNotificationViewHolder95 mDetails = itemView.findViewById(R.id.tv_notification_details); in TvNotificationViewHolder()
104 sp<AMessage> mDetails; member
51552 Landroid/telecom/Call;->mDetails:Landroid/telecom/Call$Details;