Home
last modified time | relevance | path

Searched refs:RemoteActionShortcut (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DRemoteActionShortcut.java42 public class RemoteActionShortcut extends SystemShortcut<BaseDraggingActivity> { class
48 public RemoteActionShortcut(RemoteAction action, in RemoteActionShortcut() method in RemoteActionShortcut
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DWellbeingModel.java55 import com.android.launcher3.popup.RemoteActionShortcut;
220 return new RemoteActionShortcut(action, activity, info); in getShortcutForApp()