Home
last modified time | relevance | path

Searched refs:SmartspaceManager (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceManager.java45 public final class SmartspaceManager { class
52 public SmartspaceManager(Context context) { in SmartspaceManager() method in SmartspaceManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt20 import android.app.smartspace.SmartspaceManager
53 private val smartspaceManager: SmartspaceManager,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/smartspace/
H A DDreamSmartspaceControllerTest.kt18 import android.app.smartspace.SmartspaceManager
59 private lateinit var smartspaceManager: SmartspaceManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DFrameworkServicesModule.java39 import android.app.smartspace.SmartspaceManager;
650 static SmartspaceManager provideSmartspaceManager(Context context) { in provideSmartspaceManager()
651 return context.getSystemService(SmartspaceManager.class); in provideSmartspaceManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt22 import android.app.smartspace.SmartspaceManager
81 private val smartspaceManager: SmartspaceManager,
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java41 import android.app.smartspace.SmartspaceManager;
1232 registerService(Context.SMARTSPACE_SERVICE, SmartspaceManager.class, in registerService()
1233 new CachedServiceFetcher<SmartspaceManager>() { in registerService()
1235 public SmartspaceManager createService(ContextImpl ctx) in registerService()
1238 return b == null ? null : new SmartspaceManager(ctx); in registerService()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt20 import android.app.smartspace.SmartspaceManager
94 private lateinit var smartspaceManager: SmartspaceManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt28 import android.app.smartspace.SmartspaceManager
190 private val smartspaceManager: SmartspaceManager,
266 smartspaceManager: SmartspaceManager,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManagerTest.kt27 import android.app.smartspace.SmartspaceManager
140 @Mock lateinit var smartspaceManager: SmartspaceManager
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1160 android.app.smartspace.SmartspaceManager
H A Dboot-image-profile.txt23941 Landroid/app/smartspace/SmartspaceManager;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1160 android.app.smartspace.SmartspaceManager
H A Dboot-image-profile.txt34044 Landroid/app/smartspace/SmartspaceManager;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2418 public final class SmartspaceManager {