Searched refs:BluetoothPowerPolicy (Results 1 – 3 of 3) sorted by relevance
47 public final class BluetoothPowerPolicy { class48 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
73 private BluetoothPowerPolicy mBluetoothPowerPolicy;460 mBluetoothPowerPolicy = BluetoothPowerPolicy.create(mContext, mUserId); in createBluetoothPowerPolicyLocked()
63 private BluetoothPowerPolicy mPolicy;110 mPolicy = BluetoothPowerPolicy.create(mMockContext, USER_ID); in setUp()