Searched refs:ACCESSORY_START_MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
68 static final int ACCESSORY_START_MAX_RETRIES = 5; field in AoaDevice109 } else if (attempt >= ACCESSORY_START_MAX_RETRIES) { in initialize()
22 import static com.android.helper.aoa.AoaDevice.ACCESSORY_START_MAX_RETRIES;143 verifyRequest(times(ACCESSORY_START_MAX_RETRIES), ACCESSORY_START); in testRetriesAccessoryMode()