Searched refs:invocationNumber (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | ProfileServiceTest.java | 77 private void setAllProfilesState(int state, int invocationNumber) throws TimeoutException { in setAllProfilesState() argument 83 mProfiles.length * invocationNumber)).onProfileServiceStateChanged( in setAllProfilesState() 93 Assert.assertEquals(invocationNumber, matches); in setAllProfilesState() 169 int invocationNumber = mProfiles.length; in testEnableDisableInterleaved() local 171 timeout(PROFILE_START_MILLIS).times(invocationNumber)).onProfileServiceStateChanged( in testEnableDisableInterleaved() 174 timeout(PROFILE_START_MILLIS).times(invocationNumber)).onProfileServiceStateChanged( in testEnableDisableInterleaved()
|
H A D | AdapterServiceTest.java | 230 private void doEnable(int invocationNumber, boolean onlyGatt) { in doEnable() argument 238 invocationNumber + 1, CONTEXT_SWITCH_MS); in doEnable() 242 startServiceCalls * invocationNumber + 1)).startService(any()); in doEnable() 247 invocationNumber + 1, NATIVE_INIT_MS); in doEnable() 252 invocationNumber + 1, CONTEXT_SWITCH_MS); in doEnable() 265 invocationNumber + 1, PROFILE_SERVICE_TOGGLE_TIME_MS); in doEnable() 276 private void doDisable(int invocationNumber, boolean onlyGatt) { in doDisable() argument 284 invocationNumber + 1, CONTEXT_SWITCH_MS); in doDisable() 295 invocationNumber + 1, PROFILE_SERVICE_TOGGLE_TIME_MS); in doDisable() 300 invocationNumber + 1, CONTEXT_SWITCH_MS); in doDisable() [all …]
|