Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java77 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/
DPhonePolicy.java69 public class PhonePolicy implements AdapterService.BluetoothStateCallback { class
176 PhonePolicy(AdapterService service, ServiceFactory factory) { in PhonePolicy() method in PhonePolicy
DAdapterService.java287 @Nullable private PhonePolicy mPhonePolicy;
733 mPhonePolicy = new PhonePolicy(this, new ServiceFactory()); in init()