Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v34/
DPermissionRationaleViewHandlerImpl.kt109 updateAll() in updateUi()
113 private fun updateAll() { in updateAll() method
177 updateAll() in createView()
/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.kt155 updateAll() in loadInstanceState()
181 updateAll() in updateUi()
185 private fun updateAll() { in updateAll() method
258 updateAll() in createView()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java2224 final boolean updateAll = inbandRingingRuntimeDisable != mInbandRingingRuntimeDisable; in updateInbandRinging()
2236 + updateAll); in updateInbandRinging()
2242 if (updateAll) { in updateInbandRinging()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DTransactionManager.java564 public void updateAll(@NonNull UpsertTransactionRequest request) { in updateAll() method in TransactionManager
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java944 count = updateAll(uri, match, values, selection, selectionArgs); in update()
955 private int updateAll(Uri uri, final int match, ContentValues values, String selection, in updateAll() method in LegacyApiSupport
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java848 mTransactionManager.updateAll(request); in updateRecords()