Home
last modified time | relevance | path

Searched refs:updateAll (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java221 final boolean updateAll = tetheringActiveChanged || subIdChanged; in updateActiveNotifications()
227 if (updateAll || upstreamChanged) updateNoUpstreamNotification(); in updateActiveNotifications()
228 if (updateAll || roamingChanged) updateRoamingNotification(); in updateActiveNotifications()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java330 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
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DGrantPermissionsViewHandlerImpl.kt148 updateAll() in <lambda>()
173 updateAll() in <lambda>()
177 private fun updateAll() { in <lambda>() method in com.android.permissioncontroller.permission.ui.handheld.GrantPermissionsViewHandlerImpl
235 updateAll() in <lambda>()
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberDao.java51 void updateAll(List<FavoriteNumberEntity> favoriteNumbers); in updateAll() method
DFavoriteNumberRepository.java195 mFavoriteNumberDao.updateAll(outOfDateList); in convertToContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java942 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