Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java31 import com.android.server.telecom.BluetoothPhoneServiceImpl;
139 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in initializeTelecomSystem()
141 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl( in initializeTelecomSystem()
145 return new BluetoothPhoneServiceImpl(context, lock, in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java23 import com.android.server.telecom.BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory;
98 private final BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
243 public BluetoothPhoneServiceImpl getBluetoothPhoneServiceImpl() { in getBluetoothPhoneServiceImpl()
DBluetoothPhoneServiceImpl.java49 public class BluetoothPhoneServiceImpl { class
52 BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in makeBluetoothPhoneServiceImpl()
259 return BluetoothPhoneServiceImpl.this.processChld(chld);
437 public BluetoothPhoneServiceImpl( in BluetoothPhoneServiceImpl() method in BluetoothPhoneServiceImpl
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java60 import com.android.server.telecom.BluetoothPhoneServiceImpl;
150 @Mock BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
320 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in setupTelecomSystem()
322 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in setupTelecomSystem()
DBluetoothPhoneServiceTest.java38 import com.android.server.telecom.BluetoothPhoneServiceImpl;
89 private BluetoothPhoneServiceImpl mBluetoothPhoneService;
112 mBluetoothPhoneService = new BluetoothPhoneServiceImpl(mContext, mLock, mMockCallsManager, in setUp()