Searched refs:createUBRForUser (Results 1 – 2 of 2) sorted by relevance
177 protected open fun createUBRForUser(userId: Int) = in createUBRForUser() method in com.android.systemui.broadcast.BroadcastDispatcher210 val uBR = receiversByUser.get(userId, createUBRForUser(userId)) in handleMessage()
255 override fun createUBRForUser(userId: Int): UserBroadcastDispatcher { in createUBRForUser() method