Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java412 public void setTelephonyManagerProxy(TelephonyManagerProxy proxy) { in setTelephonyManagerProxy() method in TelephonyConnectionService
513 setTelephonyManagerProxy(new TelephonyManagerProxyImpl(getApplicationContext())); in onCreate()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java163 mTestConnectionService.setTelephonyManagerProxy(mTelephonyManagerProxy); in setUp()