Searched refs:updateAll (Results 1 – 6 of 6) sorted by relevance
221 final boolean updateAll = tetheringActiveChanged || subIdChanged; in updateActiveNotifications()227 if (updateAll || upstreamChanged) updateNoUpstreamNotification(); in updateActiveNotifications()228 if (updateAll || roamingChanged) updateRoamingNotification(); in updateActiveNotifications()
330 PlayControlsRowView.this.updateAll(false); in onBind()391 updateAll(true); in onBind()498 updateAll(false); in update()501 private void updateAll(boolean forceUpdate) { in updateAll() method in PlayControlsRowView
148 updateAll() in <lambda>()173 updateAll() in <lambda>()177 private fun updateAll() { in <lambda>() method in com.android.permissioncontroller.permission.ui.handheld.GrantPermissionsViewHandlerImpl235 updateAll() in <lambda>()
51 void updateAll(List<FavoriteNumberEntity> favoriteNumbers); in updateAll() method
195 mFavoriteNumberDao.updateAll(outOfDateList); in convertToContacts()
942 count = updateAll(uri, match, values, selection, selectionArgs); in update()953 private int updateAll(Uri uri, final int match, ContentValues values, String selection, in updateAll() method in LegacyApiSupport