Searched refs:deleteSelection (Results 1 – 5 of 5) sorted by relevance
175 return runBlocking("$TAG#delete", mainDispatcher) { deleteSelection(uri, selectionArgs) } in <lambda>()354 private suspend fun deleteSelection( in <lambda>() method in com.android.systemui.keyguard.CustomizationProvider
103 suspend fun deleteSelection( in <lambda>() method457 override suspend fun deleteSelection( in deleteSelection() method in com.android.systemui.shared.customization.data.content.CustomizationProviderClientImpl
122 override suspend fun deleteSelection(slotId: String, affordanceId: String) { in <lambda>() method
330 if (deleteSelection(view, content)) { in backspaceOrForwardDelete()426 private boolean deleteSelection(View view, Editable content) { in deleteSelection() method in BaseKeyListener
55644 Landroid/text/method/BaseKeyListener;->deleteSelection(Landroid/view/View;Landroid/text/Editable;)Z