Searched refs:deleteAction (Results 1 – 6 of 6) sorted by relevance
34 val deleteAction = getDeleteAction(wallpaperInfo) in getDeleteActionIntent() constant35 if (TextUtils.isEmpty(deleteAction)) { in getDeleteActionIntent()38 val deleteActionIntent = Intent(deleteAction) in getDeleteActionIntent()
52 val deleteAction = getDeleteAction(context, wallpaperInfo) in getDeleteActionIntent() constant53 if (TextUtils.isEmpty(deleteAction)) { in getDeleteActionIntent()56 val deleteActionIntent = Intent(deleteAction) in getDeleteActionIntent()
123 protected void initUI(WallpaperInfo info, @Nullable String deleteAction) { in initUI() argument166 if (!TextUtils.isEmpty(deleteAction)) { in initUI()167 mDeleteIntent = new Intent(deleteAction); in initUI()
229 public synchronized boolean deleteAction( in deleteAction() method in BatteryDatabaseManager
363 .deleteAction(AnomalyDatabaseHelper.ActionType.RESTRICTION, UID, HIGH_SDK_PACKAGE); in testSetForceAppStandby_unrestrictApp_deleteTime()
412 batteryDatabaseManager.deleteAction( in setForceAppStandby()