Home
last modified time | relevance | path

Searched defs:edits (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt85 private val edits = mutableMapOf<NotificationChannel, Int>() regex
/aosp12/frameworks/base/core/java/android/text/
H A DTextUtils.java1196 final Edits edits = new Edits(); in toUpperCase() local