Searched refs:updateAll (Results 1 – 5 of 5) sorted by relevance
70 static void updateAll(Context context, List<WorkSpec> workSpecs) { in updateAll() method in ConstraintProxy
82 ConstraintProxy.updateAll(mContext, eligibleWorkSpecs); in handleConstraintsChanged()
428 updateAll();435 updateAll();462 void updateAll() { in updateAll() method in DateTimeView.ReceiverInfo
90 public abstract int updateAll(List<User> users); in updateAll() method in UserDao
205 assertThat(mUserDao.updateAll(users), is(3)); in updateList()220 assertThat(mUserDao.updateAll(allUsers), is(3)); in updateListPartial()