Searched refs:SmartspaceSession (Results 1 – 6 of 6) sorted by relevance
60 public SmartspaceSession createSmartspaceSession( in createSmartspaceSession()62 return new SmartspaceSession(mContext, smartspaceConfig); in createSmartspaceSession()
74 public final class SmartspaceSession implements AutoCloseable { class76 private static final String TAG = SmartspaceSession.class.getSimpleName();98 SmartspaceSession(@NonNull Context context, @NonNull SmartspaceConfig smartspaceConfig) { in SmartspaceSession() method in SmartspaceSession
22 import android.app.smartspace.SmartspaceSession81 private var session: SmartspaceSession? = null109 private val sessionListener = SmartspaceSession.OnTargetsAvailableListener { targets ->
20 import android.app.smartspace.SmartspaceSession21 import android.app.smartspace.SmartspaceSession.OnTargetsAvailableListener78 private lateinit var smartspaceSession: SmartspaceSession
23 import android.app.smartspace.SmartspaceSession147 private var smartspaceSession: SmartspaceSession? = null259 SmartspaceSession.OnTargetsAvailableListener { targets ->
1643 …method @NonNull public android.app.smartspace.SmartspaceSession createSmartspaceSession(@NonNull a…1646 public final class SmartspaceSession implements java.lang.AutoCloseable {1647 …Null java.util.concurrent.Executor, @NonNull android.app.smartspace.SmartspaceSession.OnTargetsAva…1651 …id removeOnTargetsAvailableListener(@NonNull android.app.smartspace.SmartspaceSession.OnTargetsAva…1655 public static interface SmartspaceSession.OnTargetsAvailableListener {