Searched refs:stableId (Results 1 – 4 of 4) sorted by relevance
61 val stableId: String = "$type $id $name" constant in com.android.server.wm.traces.common.layers.Layer347 if (stableId != other.stableId) return false in equals()383 result = 31 * result + stableId.hashCode() in hashCode()
37 val stableId: String get() = this::class.simpleName ?: error("Unable to determine class") in <lambda>() constant
55 open val stableId: String get() = "${this::class.simpleName} $token $title" in <lambda>() constant
51 override val stableId: String get() = "${super.stableId} $taskId" in <lambda>() constant