Home
last modified time | relevance | path

Searched refs:BluetoothProfileInhibitManager (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileInhibitManager.java46 public class BluetoothProfileInhibitManager { class
47 private static final String TAG = CarLog.tagFor(BluetoothProfileInhibitManager.class);
228 public BluetoothProfileInhibitManager(Context context, int userId, in BluetoothProfileInhibitManager() method in BluetoothProfileInhibitManager
H A DCarBluetoothService.java83 private BluetoothProfileInhibitManager mInhibitManager = null;
310 mInhibitManager = new BluetoothProfileInhibitManager(mContext, mUserId, in createBluetoothProfileInhibitManagerLocked()