Home
last modified time | relevance | path

Searched refs:ManagedConnectionServiceApp (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/app/integration/
DMultiCallingTest.java23 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
55 CallAttributes outgoingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in testMultiCalling_SingleApp_ManagedApp()
57 CallAttributes incomingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in testMultiCalling_SingleApp_ManagedApp()
62 managedApp = bindToApp(ManagedConnectionServiceApp); in testMultiCalling_SingleApp_ManagedApp()
165 CallAttributes outgoingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in testManagedAndTransactional()
173 managedApp = bindToApp(ManagedConnectionServiceApp); in testManagedAndTransactional()
207 CallAttributes incomingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in testTransactionalAndManaged()
217 managedApp = bindToApp(ManagedConnectionServiceApp); in testTransactionalAndManaged()
245 CallAttributes outgoingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in testManagedAndSelfManaged()
253 managedApp = bindToApp(ManagedConnectionServiceApp); in testManagedAndSelfManaged()
[all …]
DSimultaneousCallingTest.java21 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
67 CallAttributes incomingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in simultaneousCalling_MtMo_OneActiveAccountRestriction()
69 CallAttributes outgoingAttributes = getDefaultAttributes(ManagedConnectionServiceApp, in simultaneousCalling_MtMo_OneActiveAccountRestriction()
74 managedApp = bindToApp(ManagedConnectionServiceApp); in simultaneousCalling_MtMo_OneActiveAccountRestriction()
DAudioModeTest.java25 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
50 managedApp = bindToApp(ManagedConnectionServiceApp); in testOutgoingAudioMode_ManagedConnectionServiceApp()
68 managedApp = bindToApp(ManagedConnectionServiceApp); in testIncomingAudioMode_ManagedConnectionServiceApp()
DSingleCallingTest.java27 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
89 managedApp = bindToApp(ManagedConnectionServiceApp); in testOutgoingCall_ManagedConnectionServiceApp()
119 managedApp = bindToApp(ManagedConnectionServiceApp); in testIncomingCall_ManagedConnectionServiceApp()
156 managedApp = bindToApp(ManagedConnectionServiceApp); in testToggleMuteState_ManagedConnectionServiceApp()
184 managedApp = bindToApp(ManagedConnectionServiceApp); in testGetCurrentEndpoint_ManagedConnectionServiceApp()
212 managedApp = bindToApp(ManagedConnectionServiceApp); in testAvailableEndpoints_ManagedConnectionServiceApp()
249 managedApp = bindToApp(ManagedConnectionServiceApp); in testBasicAudioSwitchTest_ManagedConnectionServiceApp()
DUnholdableCallTest.java24 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
83 csApp = bindToApp(ManagedConnectionServiceApp); in testSetHoldOnUnholdableCall_ManagedApp()
307 managedApp = bindToApp(ManagedConnectionServiceApp); in testAnswerIncomingWithOngoingUnholdable_ManagedTransactionalApp()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DBaseAppVerifierImpl.java30 import static android.telecom.cts.apps.TelecomTestApp.ManagedConnectionServiceApp;
157 return applicationName.equals(ManagedConnectionServiceApp); in isManagedConnectionService()
189 if (name.equals(ManagedConnectionServiceApp)) { in getDefaultAttributes()
200 if (name.equals(ManagedConnectionServiceApp)) { in getDefaultAttributes()
210 if (name.equals(ManagedConnectionServiceApp)) { in getRandomAttributes()
DBindUtils.java164 case ManagedConnectionServiceApp -> { in getBindActionFromApplicationName()
186 case ManagedConnectionServiceApp -> { in getPackageNameFromApplicationName()
DTelecomTestApp.java34 ManagedConnectionServiceApp; enumConstant
DAttributesUtil.java136 case ManagedConnectionServiceApp -> { in getPhoneAccountHandleForApp()
DAppControlWrapper.java62 if (mTelecomApps.equals(TelecomTestApp.ManagedConnectionServiceApp)) { in AppControlWrapper()
/cts/tests/tests/telecom-apps/ManagedConnectionService/
DAndroid.bp21 name: "ManagedConnectionServiceApp",
/cts/tests/tests/telecom-cuj/
DAndroid.bp49 ":ManagedConnectionServiceApp",