Home
last modified time | relevance | path

Searched refs:smartspace (Results 1 – 25 of 112) sorted by relevance

12345

/frameworks/base/core/java/android/service/smartspace/
DISmartspaceService.aidl17 package android.service.smartspace;
19 import android.app.smartspace.SmartspaceTarget;
20 import android.app.smartspace.SmartspaceTargetEvent;
21 import android.app.smartspace.SmartspaceSessionId;
22 import android.app.smartspace.SmartspaceConfig;
23 import android.app.smartspace.ISmartspaceCallback;
DSmartspaceService.java16 package android.service.smartspace;
26 import android.app.smartspace.ISmartspaceCallback;
27 import android.app.smartspace.SmartspaceConfig;
28 import android.app.smartspace.SmartspaceSessionId;
29 import android.app.smartspace.SmartspaceTarget;
30 import android.app.smartspace.SmartspaceTargetEvent;
37 import android.service.smartspace.ISmartspaceService.Stub;
71 private final android.service.smartspace.ISmartspaceService mInterface = new Stub() {
/frameworks/base/core/java/android/app/smartspace/
DISmartspaceManager.aidl17 package android.app.smartspace;
19 import android.app.smartspace.SmartspaceTarget;
20 import android.app.smartspace.SmartspaceTargetEvent;
21 import android.app.smartspace.SmartspaceSessionId;
22 import android.app.smartspace.SmartspaceConfig;
23 import android.app.smartspace.ISmartspaceCallback;
DSmartspaceUtils.java17 package android.app.smartspace;
20 import android.app.smartspace.uitemplatedata.Text;
DSmartspaceSession.java16 package android.app.smartspace;
21 import android.app.smartspace.ISmartspaceCallback.Stub;
79 private final android.app.smartspace.ISmartspaceManager mInterface;
99 mInterface = android.app.smartspace.ISmartspaceManager.Stub.asInterface(b); in SmartspaceSession()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DCommunalSmartspaceController.kt17 package com.android.systemui.communal.smartspace in <lambda>()
19 import android.app.smartspace.SmartspaceConfig in <lambda>()
20 import android.app.smartspace.SmartspaceManager in <lambda>()
21 import android.app.smartspace.SmartspaceSession in <lambda>()
29 import com.android.systemui.smartspace.SmartspacePrecondition in <lambda>()
30 import com.android.systemui.smartspace.SmartspaceTargetFilter in <lambda>()
31 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.GLANCEABLE_HUB_SMARTSPACE_… in <lambda>()
32 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_PREC… in <lambda>()
33 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_TARG… in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceModule.kt16 package com.android.systemui.smartspace.dagger
19 import com.android.systemui.smartspace.SmartspacePrecondition
20 import com.android.systemui.smartspace.SmartspaceTargetFilter
21 import com.android.systemui.smartspace.data.repository.SmartspaceRepositoryModule
22 import com.android.systemui.smartspace.preconditions.LockscreenPrecondition
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt17 package com.android.systemui.dreams.smartspace in <lambda>()
19 import android.app.smartspace.SmartspaceConfig in <lambda>()
20 import android.app.smartspace.SmartspaceManager in <lambda>()
21 import android.app.smartspace.SmartspaceSession in <lambda>()
22 import android.app.smartspace.SmartspaceTarget in <lambda>()
34 import com.android.systemui.smartspace.SmartspacePrecondition in <lambda>()
35 import com.android.systemui.smartspace.SmartspaceTargetFilter in <lambda>()
36 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DREAM_SMARTSPACE_DATA_PLUG… in <lambda>()
37 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DREAM_WEATHER_SMARTSPACE_D… in <lambda>()
38 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_PREC… in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/smartspace/
DISysuiUnlockAnimationController.aidl17 package com.android.systemui.shared.system.smartspace;
19 import com.android.systemui.shared.system.smartspace.ILauncherUnlockAnimationController;
20 import com.android.systemui.shared.system.smartspace.SmartspaceState;
DILauncherUnlockAnimationController.aidl17 package com.android.systemui.shared.system.smartspace;
20 import com.android.systemui.shared.system.smartspace.SmartspaceState;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewSmartspaceViewBinder.kt36 smartspace: View, in bind()
40 smartspace.repeatWhenAttached { in bind()
57 smartspace.setTopPadding(topPadding) in bind()
61 viewModel.shouldHideSmartspace.collect { smartspace.isInvisible = it } in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/data/repository/
DSmartspaceRepository.kt17 package com.android.systemui.smartspace.data.repository in <lambda>()
19 import android.app.smartspace.SmartspaceTarget in <lambda>()
22 import com.android.systemui.communal.smartspace.CommunalSmartspaceController in <lambda>()
50 get() = android.app.smartspace.flags.Flags.remoteViews()
/frameworks/base/services/smartspace/
DAndroid.bp11 name: "services.smartspace-sources",
18 name: "services.smartspace",
20 srcs: [":services.smartspace-sources"],
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java17 package com.android.server.smartspace;
29 import android.app.smartspace.ISmartspaceCallback;
30 import android.app.smartspace.ISmartspaceManager;
31 import android.app.smartspace.SmartspaceConfig;
32 import android.app.smartspace.SmartspaceSessionId;
33 import android.app.smartspace.SmartspaceTargetEvent;
34 import android.app.smartspace.flags.Flags;
DSmartspacePerUserService.java17 package com.android.server.smartspace;
22 import android.app.smartspace.ISmartspaceCallback;
23 import android.app.smartspace.SmartspaceConfig;
24 import android.app.smartspace.SmartspaceSessionId;
25 import android.app.smartspace.SmartspaceTargetEvent;
33 import android.service.smartspace.ISmartspaceService;
34 import android.service.smartspace.SmartspaceService;
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/
DSmartspaceTargetFilter.kt16 package com.android.systemui.smartspace
18 import android.app.smartspace.SmartspaceTarget
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DCommunalSmartspaceControllerTest.kt16 package com.android.systemui.smartspace
18 import android.app.smartspace.SmartspaceManager
19 import android.app.smartspace.SmartspaceSession
20 import android.app.smartspace.SmartspaceTarget
29 import com.android.systemui.communal.smartspace.CommunalSmartspaceController
DDreamSmartspaceControllerTest.kt16 package com.android.systemui.smartspace
18 import android.app.smartspace.SmartspaceManager
19 import android.app.smartspace.SmartspaceSession
20 import android.app.smartspace.SmartspaceTarget
30 import com.android.systemui.dreams.smartspace.DreamSmartspaceController
35 import com.android.systemui.smartspace.dagger.SmartspaceViewComponent
DBcSmartspaceConfigProviderTest.kt17 package com.android.systemui.smartspace
23 import com.android.systemui.smartspace.config.BcSmartspaceConfigProvider
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/smartspace/viewmodel/
DSmartspaceViewModelKosmos.kt17 package com.android.systemui.smartspace.viewmodel
21 import com.android.systemui.smartspace.ui.viewmodel.SmartspaceViewModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/smartspace/data/repository/
DFakeSmartspaceRepository.kt1 package com.android.systemui.smartspace.data.repository
3 import android.app.smartspace.SmartspaceTarget
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java20 import android.app.smartspace.SmartspaceAction;
21 import android.app.smartspace.SmartspaceTarget;
22 import android.app.smartspace.SmartspaceTargetEvent;
23 import android.app.smartspace.uitemplatedata.TapAction;
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/ui/binder/
DSmartspaceViewBinder.kt17 package com.android.systemui.smartspace.ui.binder in <lambda>()
24 import com.android.systemui.smartspace.ui.viewmodel.SmartspaceViewModel in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DInWindowLauncherUnlockAnimationManager.kt29 import com.android.systemui.shared.system.smartspace.ILauncherUnlockAnimationController in <lambda>()
30 import com.android.systemui.shared.system.smartspace.ISysuiUnlockAnimationController in <lambda>()
31 import com.android.systemui.shared.system.smartspace.SmartspaceState in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DInWindowLauncherUnlockAnimationRepository.kt21 import com.android.systemui.shared.system.smartspace.ILauncherUnlockAnimationController
22 import com.android.systemui.shared.system.smartspace.SmartspaceState

12345