Home
last modified time | relevance | path

Searched defs:startPendingIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt78 override fun startPendingIntent(pi: PendingIntent, showOnLockscreen: Boolean) { in create() method
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java213 void startPendingIntent(PendingIntent pi, boolean showOnLockscreen); in startPendingIntent() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt300 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int in startPendingIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt355 override fun startPendingIntent(pi: PendingIntent, showOnLockscreen: Boolean) { in <lambda>() method