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.java34 import com.android.server.telecom.BluetoothPhoneServiceImpl;
151 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in initializeTelecomSystem()
153 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl( in initializeTelecomSystem()
157 return new BluetoothPhoneServiceImpl(context, lock, in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java26 import com.android.server.telecom.BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory;
109 private final BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
323 public BluetoothPhoneServiceImpl getBluetoothPhoneServiceImpl() { in getBluetoothPhoneServiceImpl()
DBluetoothPhoneServiceImpl.java51 public class BluetoothPhoneServiceImpl { class
54 BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in makeBluetoothPhoneServiceImpl()
262 return BluetoothPhoneServiceImpl.this.processChld(chld);
453 public BluetoothPhoneServiceImpl( in BluetoothPhoneServiceImpl() method in BluetoothPhoneServiceImpl
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java66 import com.android.server.telecom.BluetoothPhoneServiceImpl;
202 @Mock BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
438 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in setupTelecomSystem()
440 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in setupTelecomSystem()
DBluetoothPhoneServiceTest.java38 import com.android.server.telecom.BluetoothPhoneServiceImpl;
90 private BluetoothPhoneServiceImpl mBluetoothPhoneService;
113 mBluetoothPhoneService = new BluetoothPhoneServiceImpl(mContext, mLock, mMockCallsManager, in setUp()