Home
last modified time | relevance | path

Searched refs:BluetoothPowerPolicy (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothPowerPolicy.java47 public final class BluetoothPowerPolicy { class
48 private static final String TAG = CarLog.tagFor(BluetoothPowerPolicy.class);
103 public static BluetoothPowerPolicy create(Context context, int userId) { in create()
105 return new BluetoothPowerPolicy(context, userId); in create()
120 private BluetoothPowerPolicy(Context context, int userId) { in BluetoothPowerPolicy() method in BluetoothPowerPolicy
DCarBluetoothService.java73 private BluetoothPowerPolicy mBluetoothPowerPolicy;
460 mBluetoothPowerPolicy = BluetoothPowerPolicy.create(mContext, mUserId); in createBluetoothPowerPolicyLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothPowerPolicyTest.java63 private BluetoothPowerPolicy mPolicy;
110 mPolicy = BluetoothPowerPolicy.create(mMockContext, USER_ID); in setUp()