Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java185 default void startFromAction(SmartspaceAction action, View v, boolean showOnLockscreen) { in startFromAction()
190 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() local
197 default void startFromAction(TapAction action, View v, boolean showOnLockscreen) { in startFromAction()
202 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() local
210 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent()
213 void startPendingIntent(PendingIntent pi, boolean showOnLockscreen); in startPendingIntent()