Searched refs:BluetoothPhoneServiceImpl (Results 1 – 5 of 5) sorted by relevance
34 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()
26 import com.android.server.telecom.BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory;109 private final BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;323 public BluetoothPhoneServiceImpl getBluetoothPhoneServiceImpl() { in getBluetoothPhoneServiceImpl()
51 public class BluetoothPhoneServiceImpl { class54 BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in makeBluetoothPhoneServiceImpl()262 return BluetoothPhoneServiceImpl.this.processChld(chld);453 public BluetoothPhoneServiceImpl( in BluetoothPhoneServiceImpl() method in BluetoothPhoneServiceImpl
66 import com.android.server.telecom.BluetoothPhoneServiceImpl;202 @Mock BluetoothPhoneServiceImpl mBluetoothPhoneServiceImpl;438 new BluetoothPhoneServiceImpl.BluetoothPhoneServiceImplFactory() { in setupTelecomSystem()440 public BluetoothPhoneServiceImpl makeBluetoothPhoneServiceImpl(Context context, in setupTelecomSystem()
38 import com.android.server.telecom.BluetoothPhoneServiceImpl;90 private BluetoothPhoneServiceImpl mBluetoothPhoneService;113 mBluetoothPhoneService = new BluetoothPhoneServiceImpl(mContext, mLock, mMockCallsManager, in setUp()