HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPhoneServiceImpl (Results 1 - 5 of 5) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java 31 import com.android.server.telecom.BluetoothPhoneServiceImpl;
139 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() {
141 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(
145 return new BluetoothPhoneServiceImpl(context, lock,
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 23 import com.android.server.telecom.BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory;
98 private final BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
243 public BluetoothPhoneServiceImpl getBluetoothPhoneServiceImpl() {
BluetoothPhoneServiceImpl.java 49 public class BluetoothPhoneServiceImpl {
52 BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context,
259 return BluetoothPhoneServiceImpl.this.processChld(chld);
437 public BluetoothPhoneServiceImpl(
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 60 import com.android.server.telecom.BluetoothPhoneServiceImpl;
150 @Mock BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;
320 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() {
322 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context,
    [all...]
BluetoothPhoneServiceTest.java 38 import com.android.server.telecom.BluetoothPhoneServiceImpl;
72 // match up with BluetoothPhoneServiceImpl
89 private BluetoothPhoneServiceImpl mBluetoothPhoneService;
112 mBluetoothPhoneService = new BluetoothPhoneServiceImpl(mContext, mLock, mMockCallsManager,
    [all...]

Completed in 509 milliseconds