Searched refs:deleteAction (Results 1 – 6 of 6) sorted by relevance
128 String deleteAction = getDeleteAction(info); in onCreate() local129 if (!TextUtils.isEmpty(deleteAction)) { in onCreate()130 mDeleteIntent = new Intent(deleteAction); in onCreate()
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()
170 mBatteryDatabaseManager.deleteAction(AnomalyDatabaseHelper.ActionType.RESTRICTION, UID_NEW, in allActionFunctions()
379 verify(mBatteryDatabaseManager).deleteAction(AnomalyDatabaseHelper.ActionType.RESTRICTION, in testSetForceAppStandby_unrestrictApp_deleteTime()
209 public synchronized boolean deleteAction(@AnomalyDatabaseHelper.ActionType int type, in deleteAction() method in BatteryDatabaseManager
346 batteryDatabaseManager.deleteAction(AnomalyDatabaseHelper.ActionType.RESTRICTION, in setForceAppStandby()