Searched defs:setCustomMessage (Results 1 – 4 of 4) sorted by relevance
101 void setCustomMessage(CharSequence customMessage); in setCustomMessage() method
116 fun setCustomMessage(value: String?) { in <lambda>() method in com.android.systemui.bouncer.domain.interactor.BouncerMessageInteractor
101 fun setCustomMessage(value: BouncerMessageModel?) in <lambda>() method313 override fun setCustomMessage(value: BouncerMessageModel?) { in setCustomMessage() method
61 override fun setCustomMessage(value: BouncerMessageModel?) { in setCustomMessage() method in com.android.systemui.bouncer.data.repository.FakeBouncerMessageRepository