Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCallSwitchingAudioTestActivity.java98 PhoneAccountUtils.cleanupConnectionServices(this); in onCreate()
107 PhoneAccountUtils.cleanupConnectionServices(this); in onDestroy()
206 PhoneAccountUtils.cleanupConnectionServices(this); in defineTestButtonActions()
251 PhoneAccountUtils.cleanupConnectionServices(this); in placeSelfManagedCall()
259 PhoneAccountUtils.cleanupConnectionServices(this); in placeSelfManagedCall()
DSelfManagedIncomingCallTestActivity.java83 cleanupConnectionServices();
110 cleanupConnectionServices(); in onCreate()
227 cleanupConnectionServices(); in onDestroy()
231 private void cleanupConnectionServices() { in cleanupConnectionServices() method in SelfManagedIncomingCallTestActivity
DPhoneAccountUtils.java187 public static void cleanupConnectionServices(Context context) { in cleanupConnectionServices() method in PhoneAccountUtils