Searched refs:PhonePolicy (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 77 private PhonePolicy mPhonePolicy; 123 PhonePolicy.sConnectOtherProfilesTimeoutMillis = CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS; in setUp() 125 mPhonePolicy = new PhonePolicy(mAdapterService, mServiceFactory); in setUp() 192 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in processInitProfilePriorities_LeAudioOnlyHelper() 479 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, in processInitProfilePriorities_LeAudioHelper() 514 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in testLateConnectOfLeAudioEnabled_DualModeBud() 595 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in testLateConnectOfLeAudioEnabled_DualModeBud() 636 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() 712 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() 1088 PhonePolicy phonePolicy = new PhonePolicy(mAdapterService, mServiceFactory); in testAutoConnectHfpOnly() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 69 public class PhonePolicy implements AdapterService.BluetoothStateCallback { class 176 PhonePolicy(AdapterService service, ServiceFactory factory) { in PhonePolicy() method in PhonePolicy
|
D | AdapterService.java | 287 @Nullable private PhonePolicy mPhonePolicy; 733 mPhonePolicy = new PhonePolicy(this, new ServiceFactory()); in init()
|