Home
last modified time | relevance | path

Searched refs:getTimeout (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/animation/
DEventsTest.java85 protected long getTimeout() { in getTimeout() method in EventsTest
286 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartCancel()
309 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartEnd()
332 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartDelayedCancel()
355 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartDelayedEnd()
378 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingCancel()
401 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingEnd()
425 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingDelayedCancel()
449 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingDelayedEnd()
466 mFutureListener = new FutureReleaseListener(mFuture, getTimeout()); in testPlayingDelayedCancelMidDelay()
[all …]
DViewPropertyAnimatorTest.java84 protected long getTimeout() { in getTimeout() method in ViewPropertyAnimatorTest
219 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartCancel()
242 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartDelayedCancel()
265 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingCancel()
289 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingDelayedCancel()
306 mFutureListener = new FutureReleaseListener(mFuture, getTimeout()); in testPlayingDelayedCancelMidDelay()
316 mFuture.get(getTimeout() + 100, TimeUnit.MILLISECONDS); in testPlayingDelayedCancelMidDelay()
340 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartDoubleCancel()
364 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testStartDelayedDoubleCancel()
DAnimatorSetEventsTest.java44 protected long getTimeout() { in getTimeout() method in AnimatorSetEventsTest
73 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS); in testPlayingCancelDuringChildDelay()
/frameworks/base/core/java/android/nfc/tech/
DNfcA.java163 public int getTimeout() { in getTimeout() method in NfcA
165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
DNfcF.java167 public int getTimeout() { in getTimeout() method in NfcF
169 return mTag.getTagService().getTimeout(TagTechnology.NFC_F); in getTimeout()
DIsoDep.java110 public int getTimeout() { in getTimeout() method in IsoDep
112 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP); in getTimeout()
DMifareUltralight.java259 public int getTimeout() { in getTimeout() method in MifareUltralight
261 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_ULTRALIGHT); in getTimeout()
DMifareClassic.java619 public int getTimeout() { in getTimeout() method in MifareClassic
621 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_CLASSIC); in getTimeout()
/frameworks/base/tests/testables/src/android/testing/
DAndroidTestingRunner.java73 long timeout = this.getTimeout(method.getAnnotation(Test.class)); in withPotentialTimeout()
81 private long getTimeout(Test annotation) { in getTimeout() method in AndroidTestingRunner
/frameworks/base/core/java/android/nfc/
DINfcTag.aidl43 int getTimeout(int technology); in getTimeout() method
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java111 public int getTimeout() { in getTimeout() method in VerifyCredentialResponse
DLockPatternUtils.java328 throw new RequestThrottledException(response.getTimeout()); in verifyCredential()
347 throw new RequestThrottledException(response.getTimeout()); in checkCredential()
434 throw new RequestThrottledException(response.getTimeout()); in verifyTiedProfileChallenge()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java117 public int getTimeout() { in getTimeout() method in GateKeeperResponse
/frameworks/base/core/java/android/bluetooth/le/
DAdvertiseSettings.java117 public int getTimeout() { in getTimeout() method in AdvertiseSettings
DBluetoothLeAdvertiser.java153 int timeoutMillis = settings.getTimeout(); in startAdvertising()
/frameworks/support/compat/java/android/support/v4/graphics/
DTypefaceCompat.java116 providerEntry.getTimeout(), style); in createFromResourcesFamilyXml()
/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatTest.java92 assertEquals(timeout, NotificationCompat.getTimeout(n)); in testTimeout()
94 assertEquals(0, NotificationCompat.getTimeout(n)); in testTimeout()
/frameworks/support/compat/java/android/support/v4/content/res/
DFontResourcesParserCompat.java93 public int getTimeout() { in getTimeout() method in FontResourcesParserCompat.ProviderResourceEntry
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java429 lastResult = scene.init(params.getTimeout()); in createSession()
463 lastResult = action.init(params.getTimeout()); in renderDrawable()
/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordManager.java463 result.gkResponse = new VerifyCredentialResponse(response.getTimeout()); in unwrapPasswordBasedSyntheticPassword()
574 result = new VerifyCredentialResponse(response.getTimeout()); in verifyChallenge()
DLockSettingsService.java1165 response = new VerifyCredentialResponse(gateKeeperResponse.getTimeout()); in convertResponse()
1572 if (response.getTimeout() > 0) { in verifyCredential()
1949 if (response.getTimeout() > 0) { in spBasedDoVerifyCredentialLocked()
/frameworks/support/compat/tests/java/android/support/v4/graphics/
DTypefaceCompatTest.java137 return new ProviderResourceEntry(request, entry.getFetchStrategy(), entry.getTimeout()); in getProviderResourceEntry()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java1078 startSessionTimer(cmd.getTimeout());
1112 startSessionTimer(((MakeCallCommand) evt).getTimeout());
1322 startSessionTimer(((MakeCallCommand) evt).getTimeout());
1800 public int getTimeout() {
/frameworks/base/api/
Dremoved.txt18 method public deprecated long getTimeout();
Dsystem-removed.txt18 method public deprecated long getTimeout();

12