Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java58 private static final int CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS = 1000; field in PhonePolicyTest
60 CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS * 3 / 2;
95 PhonePolicy.sConnectOtherProfilesTimeoutMillis = CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS; in setUp()