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.java35 import com.android.server.telecom.BluetoothPhoneServiceImpl;
161 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in initializeTelecomSystem()
163 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl( in initializeTelecomSystem()
167 return new BluetoothPhoneServiceImpl(context, lock, in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java30 import com.android.server.telecom.BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory;
118 private final BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
382 public BluetoothPhoneServiceImpl getBluetoothPhoneServiceImpl() { in getBluetoothPhoneServiceImpl()
DBluetoothPhoneServiceImpl.java51 public class BluetoothPhoneServiceImpl { class
54 BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in makeBluetoothPhoneServiceImpl()
268 return BluetoothPhoneServiceImpl.this.processChld(chld);
466 public BluetoothPhoneServiceImpl( in BluetoothPhoneServiceImpl() method in BluetoothPhoneServiceImpl
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java36 import com.android.server.telecom.BluetoothPhoneServiceImpl;
96 private BluetoothPhoneServiceImpl mBluetoothPhoneService;
121 mBluetoothPhoneService = new BluetoothPhoneServiceImpl(mContext, mLock, mMockCallsManager, in setUp()
DTelecomSystemTest.java71 import com.android.server.telecom.BluetoothPhoneServiceImpl;
204 @Mock BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;