Searched defs:getSession (Results 1 – 3 of 3) sorted by relevance
98 fun getSession(appWidgetId: Int): AppWidgetSession? = in <lambda>() method
77 fun getSession(key: String): Session? in startSession() method126 override fun getSession(key: String): Session? = sessions[key] in getSession() method in androidx.glance.session.SessionManagerImpl
395 override fun getSession(key: String): Session? = sessions[key] in getSession() method