Searched defs:showOnLockscreen (Results 1 – 1 of 1) sorted by relevance
185 default void startFromAction(SmartspaceAction action, View v, boolean showOnLockscreen) { in startFromAction()190 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() local197 default void startFromAction(TapAction action, View v, boolean showOnLockscreen) { in startFromAction()202 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() local210 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent()213 void startPendingIntent(PendingIntent pi, boolean showOnLockscreen); in startPendingIntent()