Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java90 internalTestOutgoingCall(true /* usingTelecomManager */); in testOutgoingCallUsingTelecomManager()
94 internalTestOutgoingCall(false /* usingTelecomManager */); in testOutgoingCallUsingActionCall()
101 private void internalTestOutgoingCall(boolean usingTelecomManager) throws Exception { in internalTestOutgoingCall() method in PhoneAccountTest