Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java86 @VisibleForTesting static int sConnectOtherProfilesTimeoutMillis = 6000; // 6s field in PhonePolicy
991 mHandler.sendMessageDelayed(m, sConnectOtherProfilesTimeoutMillis); in connectOtherProfile()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java123 PhonePolicy.sConnectOtherProfilesTimeoutMillis = CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS; in setUp()