/frameworks/base/core/java/android/service/smartspace/ |
D | ISmartspaceService.aidl | 17 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;
|
D | SmartspaceService.java | 16 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/ |
D | ISmartspaceManager.aidl | 17 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;
|
D | SmartspaceUtils.java | 17 package android.app.smartspace; 20 import android.app.smartspace.uitemplatedata.Text;
|
D | SmartspaceSession.java | 16 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/ |
D | CommunalSmartspaceController.kt | 17 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/ |
D | SmartspaceModule.kt | 16 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/ |
D | DreamSmartspaceController.kt | 17 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/ |
D | ISysuiUnlockAnimationController.aidl | 17 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;
|
D | ILauncherUnlockAnimationController.aidl | 17 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/ |
D | KeyguardPreviewSmartspaceViewBinder.kt | 36 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/ |
D | SmartspaceRepository.kt | 17 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/ |
D | Android.bp | 11 name: "services.smartspace-sources", 18 name: "services.smartspace", 20 srcs: [":services.smartspace-sources"],
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | SmartspaceManagerService.java | 17 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;
|
D | SmartspacePerUserService.java | 17 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/ |
D | SmartspaceTargetFilter.kt | 16 package com.android.systemui.smartspace 18 import android.app.smartspace.SmartspaceTarget
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/ |
D | CommunalSmartspaceControllerTest.kt | 16 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
|
D | DreamSmartspaceControllerTest.kt | 16 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
|
D | BcSmartspaceConfigProviderTest.kt | 17 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/ |
D | SmartspaceViewModelKosmos.kt | 17 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/ |
D | FakeSmartspaceRepository.kt | 1 package com.android.systemui.smartspace.data.repository 3 import android.app.smartspace.SmartspaceTarget
|
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/ |
D | BcSmartspaceDataPlugin.java | 20 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/ |
D | SmartspaceViewBinder.kt | 17 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/ |
D | InWindowLauncherUnlockAnimationManager.kt | 29 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/ |
D | InWindowLauncherUnlockAnimationRepository.kt | 21 import com.android.systemui.shared.system.smartspace.ILauncherUnlockAnimationController 22 import com.android.systemui.shared.system.smartspace.SmartspaceState
|