Home
last modified time | relevance | path

Searched refs:updateCallIcon (Results 1 – 3 of 3) sorted by relevance

/core/core-telecom/src/main/aidl/androidx/core/telecom/test/
DITestAppControl.aidl17 void updateCallIcon(in Uri uri); in updateCallIcon() method
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/VoipAppWithExtensions/
DVoipAppWithExtensionsControl.kt175 override fun updateCallIcon(uri: Uri) { in updateCallIcon() method in androidx.core.telecom.test.VoipAppWithExtensions.VoipAppWithExtensionsControl
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DE2EExtensionTests.kt501 voipAppControl.updateCallIcon(fileUri) in <lambda>()