Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java751 mConnectionServiceFixtureA.mConnectionServiceDelegate.mProperties = in testCdmaEnhancedPrivacyVoiceCall()
769 mConnectionServiceFixtureA.mConnectionServiceDelegate.mProperties = in testDropCdmaEnhancedPrivacyVoiceCall()
792 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities = in testPullExternalCall()
794 mConnectionServiceFixtureA.mConnectionServiceDelegate.mProperties = in testPullExternalCall()
818 mConnectionServiceFixtureA.mConnectionServiceDelegate.mProperties = in testPullNonPullableExternalCall()
DConnectionServiceFixture.java369 FakeConnectionServiceDelegate mConnectionServiceDelegate = field in ConnectionServiceFixture
372 IConnectionService.Stub.asInterface(mConnectionServiceDelegate.onBind(null));
DTelecomSystemTest.java751 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState; in startIncomingPhoneCall()