Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/controls/
DControl.java118 private final @Nullable Icon mCustomIcon; field in Control
173 mCustomIcon = customIcon; in Control()
207 mCustomIcon = Icon.CREATOR.createFromParcel(in); in Control()
209 mCustomIcon = null; in Control()
297 return mCustomIcon; in getCustomIcon()
363 if (mCustomIcon != null) { in writeToParcel()
365 mCustomIcon.writeToParcel(dest, flags); in writeToParcel()
424 private @Nullable Icon mCustomIcon; field in Control.StatelessBuilder
453 mCustomIcon = control.mCustomIcon; in StatelessBuilder()
554 mCustomIcon = customIcon; in setCustomIcon()
[all …]