Searched refs:SmartspaceSession (Results 1 – 12 of 12) 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();97 SmartspaceSession(@NonNull Context context, @NonNull SmartspaceConfig smartspaceConfig) { in SmartspaceSession() method in SmartspaceSession
21 import android.app.smartspace.SmartspaceSession68 private var session: SmartspaceSession? = null120 private val sessionListener = SmartspaceSession.OnTargetsAvailableListener { targets ->
19 import android.app.smartspace.SmartspaceSession98 private lateinit var session: SmartspaceSession161 var targetListener = withArgCaptor<SmartspaceSession.OnTargetsAvailableListener> {
23 import android.app.smartspace.SmartspaceSession109 private var session: SmartspaceSession? = null169 private val sessionListener = SmartspaceSession.OnTargetsAvailableListener { targets ->
21 import android.app.smartspace.SmartspaceSession22 import android.app.smartspace.SmartspaceSession.OnTargetsAvailableListener96 private lateinit var smartspaceSession: SmartspaceSession
29 import android.app.smartspace.SmartspaceSession226 @Keep private var smartspaceSession: SmartspaceSession? = null364 SmartspaceSession.OnTargetsAvailableListener { targets ->
1161 android.app.smartspace.SmartspaceSession$$ExternalSyntheticLambda01162 android.app.smartspace.SmartspaceSession$CallbackWrapper$$ExternalSyntheticLambda01163 android.app.smartspace.SmartspaceSession$CallbackWrapper1164 android.app.smartspace.SmartspaceSession$OnTargetsAvailableListener1165 android.app.smartspace.SmartspaceSession$Token1166 android.app.smartspace.SmartspaceSession
23942 Landroid/app/smartspace/SmartspaceSession$$ExternalSyntheticLambda0;23943 Landroid/app/smartspace/SmartspaceSession$CallbackWrapper$$ExternalSyntheticLambda0;23944 Landroid/app/smartspace/SmartspaceSession$CallbackWrapper;23945 Landroid/app/smartspace/SmartspaceSession$OnTargetsAvailableListener;23946 Landroid/app/smartspace/SmartspaceSession$Token;23947 Landroid/app/smartspace/SmartspaceSession;
34045 Landroid/app/smartspace/SmartspaceSession$$ExternalSyntheticLambda0;34046 Landroid/app/smartspace/SmartspaceSession$CallbackWrapper$$ExternalSyntheticLambda0;34047 Landroid/app/smartspace/SmartspaceSession$CallbackWrapper;34048 Landroid/app/smartspace/SmartspaceSession$OnTargetsAvailableListener;34049 Landroid/app/smartspace/SmartspaceSession$Token;34050 Landroid/app/smartspace/SmartspaceSession;
2419 …method @NonNull public android.app.smartspace.SmartspaceSession createSmartspaceSession(@NonNull a…2422 public final class SmartspaceSession implements java.lang.AutoCloseable {2423 …Null java.util.concurrent.Executor, @NonNull android.app.smartspace.SmartspaceSession.OnTargetsAva…2427 …id removeOnTargetsAvailableListener(@NonNull android.app.smartspace.SmartspaceSession.OnTargetsAva…2431 public static interface SmartspaceSession.OnTargetsAvailableListener {