Home
last modified time | relevance | path

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

/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/utils/
DTestInCallService.kt26 import androidx.core.telecom.InCallServiceCompat in <lambda>()
34 internal class TestInCallService : InCallServiceCompat() { in <lambda>()
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DInCallServiceImpl.kt33 import androidx.core.telecom.InCallServiceCompat in <lambda>()
49 class InCallServiceImpl : LocalIcsBinder, InCallServiceCompat() { in <lambda>()
/core/core-telecom/src/main/java/androidx/core/telecom/
DInCallServiceCompat.kt45 public open class InCallServiceCompat : InCallService(), LifecycleOwner, CallExtensions { class
/core/core-telecom/api/
Drestricted_1.0.0-beta01.txt138 …@RequiresApi(android.os.Build.VERSION_CODES.O) public class InCallServiceCompat extends android.te…
139 ctor public InCallServiceCompat();
Drestricted_current.txt138 …@RequiresApi(android.os.Build.VERSION_CODES.O) public class InCallServiceCompat extends android.te…
139 ctor public InCallServiceCompat();
Dcurrent.txt138 …@RequiresApi(android.os.Build.VERSION_CODES.O) public class InCallServiceCompat extends android.te…
139 ctor public InCallServiceCompat();
D1.0.0-beta01.txt138 …@RequiresApi(android.os.Build.VERSION_CODES.O) public class InCallServiceCompat extends android.te…
139 ctor public InCallServiceCompat();
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DE2EExtensionTests.kt31 import androidx.core.telecom.InCallServiceCompat in <lambda>()