Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java138 private final TelecomServiceImpl mTelecomServiceImpl;
484 mTelecomServiceImpl = new TelecomServiceImpl( in TelecomSystem()
495 new TelecomServiceImpl.SubscriptionManagerAdapterImpl(), in TelecomSystem()
496 new TelecomServiceImpl.SettingsSecureAdapterImpl(), in TelecomSystem()
523 public TelecomServiceImpl getTelecomServiceImpl() { in getTelecomServiceImpl()
DTelecomServiceImpl.java113 public class TelecomServiceImpl { class
2727 public TelecomServiceImpl( in TelecomServiceImpl() method in TelecomServiceImpl
/packages/modules/UprobeStats/src/test/
Dtest_tsi_placeCall.textproto9 …method_signature: "void com.android.server.telecom.TelecomServiceImpl$1.placeCall(android.net.Uri,…
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java94 import com.android.server.telecom.TelecomServiceImpl;
149 implements TelecomServiceImpl.SubscriptionManagerAdapter {
157 TelecomServiceImpl.SettingsSecureAdapter {
193 private TelecomServiceImpl.SubscriptionManagerAdapter mSubscriptionManagerAdapter =
195 private TelecomServiceImpl.SettingsSecureAdapter mSettingsSecureAdapter =
244 TelecomServiceImpl telecomServiceImpl = new TelecomServiceImpl( in setUp()
919 TelecomServiceImpl.REGISTER_PHONE_ACCOUNT_ERROR_UUID, in testRegisterPhoneAccountWithoutPermissionAnomalyReported()
920 TelecomServiceImpl.REGISTER_PHONE_ACCOUNT_ERROR_MSG); in testRegisterPhoneAccountWithoutPermissionAnomalyReported()