Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java244 Notification.Action deleteAction = task.createDeleteAction(mContext, in testDeleteActionExtras() local
/aosp12/system/netd/server/
H A DNetlinkCommands.cpp157 int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char* what, in rtNetlinkFlush()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
H A DBatteryDatabaseManager.java209 public synchronized boolean deleteAction(@AnomalyDatabaseHelper.ActionType int type, in deleteAction() method in BatteryDatabaseManager
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java129 String deleteAction = getDeleteAction(info); in onCreate() local
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java123 protected void initUI(WallpaperInfo info, @Nullable String deleteAction) { in initUI()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java163 public Notification.Action deleteAction; field in ScreenshotController.SavedImageData