Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DEabBulkCapabilityUpdaterTest.java93 private static final int POLLING_RETRY_TIMES = 20; field in EabBulkCapabilityUpdaterTest
229 waitingEabProviderInsertContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in insertNewContactTest()
253 waitingEabProviderInsertContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in deletePhoneNumberOfContactTest()
257 waitingEabProviderDeleteContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in deletePhoneNumberOfContactTest()
271 waitingEabProviderInsertContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in updateContactTest()
276 waitingEabProviderInsertContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in updateContactTest()
296 waitingEabProviderInsertContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in deleteContactTest()
299 waitingEabProviderDeleteContact(sFormattedPhoneNumber, POLLING_RETRY_TIMES); in deleteContactTest()
447 waitingEabProviderDeleteContact(sTestPhoneNumber, POLLING_RETRY_TIMES); in cleanupTestContactInEabProvider()
455 waitingEabProviderDeleteContact(sUpdatePhoneNumber, POLLING_RETRY_TIMES); in cleanupTestContactInEabProvider()
DEabControllerTest.java92 private static final int POLLING_RETRY_TIMES = 3; field in EabControllerTest
670 int retryTimes = POLLING_RETRY_TIMES; in waitingEabCapabilityExpire()