Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java129 default void startFromAction(SmartspaceAction action, View v, boolean showOnLockscreen) { in startFromAction()
134 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() local
142 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent()
145 void startPendingIntent(PendingIntent pi, boolean showOnLockscreen); in startPendingIntent()