Home
last modified time | relevance | path

Searched refs:SmartspaceSession (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceManager.java60 public SmartspaceSession createSmartspaceSession( in createSmartspaceSession()
62 return new SmartspaceSession(mContext, smartspaceConfig); in createSmartspaceSession()
H A DSmartspaceSession.java74 public final class SmartspaceSession implements AutoCloseable { class
76 private static final String TAG = SmartspaceSession.class.getSimpleName();
97 SmartspaceSession(@NonNull Context context, @NonNull SmartspaceConfig smartspaceConfig) { in SmartspaceSession() method in SmartspaceSession
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt21 import android.app.smartspace.SmartspaceSession
68 private var session: SmartspaceSession? = null
120 private val sessionListener = SmartspaceSession.OnTargetsAvailableListener { targets ->
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/smartspace/
H A DDreamSmartspaceControllerTest.kt19 import android.app.smartspace.SmartspaceSession
98 private lateinit var session: SmartspaceSession
161 var targetListener = withArgCaptor<SmartspaceSession.OnTargetsAvailableListener> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt23 import android.app.smartspace.SmartspaceSession
109 private var session: SmartspaceSession? = null
169 private val sessionListener = SmartspaceSession.OnTargetsAvailableListener { targets ->
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt21 import android.app.smartspace.SmartspaceSession
22 import android.app.smartspace.SmartspaceSession.OnTargetsAvailableListener
96 private lateinit var smartspaceSession: SmartspaceSession
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt29 import android.app.smartspace.SmartspaceSession
226 @Keep private var smartspaceSession: SmartspaceSession? = null
364 SmartspaceSession.OnTargetsAvailableListener { targets ->
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1161 android.app.smartspace.SmartspaceSession$$ExternalSyntheticLambda0
1162 android.app.smartspace.SmartspaceSession$CallbackWrapper$$ExternalSyntheticLambda0
1163 android.app.smartspace.SmartspaceSession$CallbackWrapper
1164 android.app.smartspace.SmartspaceSession$OnTargetsAvailableListener
1165 android.app.smartspace.SmartspaceSession$Token
1166 android.app.smartspace.SmartspaceSession
H A Dboot-image-profile.txt23942 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;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1161 android.app.smartspace.SmartspaceSession$$ExternalSyntheticLambda0
1162 android.app.smartspace.SmartspaceSession$CallbackWrapper$$ExternalSyntheticLambda0
1163 android.app.smartspace.SmartspaceSession$CallbackWrapper
1164 android.app.smartspace.SmartspaceSession$OnTargetsAvailableListener
1165 android.app.smartspace.SmartspaceSession$Token
1166 android.app.smartspace.SmartspaceSession
H A Dboot-image-profile.txt34045 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;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2419 …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 {