Searched refs:getTimeout (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java84 protected long getTimeout() { method in class:ViewPropertyAnimatorTest
219 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
242 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
265 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
289 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
306 mFutureListener = new FutureReleaseListener(mFuture, getTimeout());
316 mFuture.get(getTimeout() + 100, TimeUnit.MILLISECONDS);
340 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
364 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
H A DEventsTest.java85 protected long getTimeout() { method in class:EventsTest
286 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
309 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
332 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
355 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
378 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
401 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
425 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
449 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
466 mFutureListener = new FutureReleaseListener(mFuture, getTimeout());
[all...]
H A DAnimatorSetEventsTest.java44 protected long getTimeout() { method in class:AnimatorSetEventsTest
73 mFuture.get(getTimeout(), TimeUnit.MILLISECONDS);
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl43 int getTimeout(int technology);
/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java110 public int getTimeout() { method in class:IsoDep
112 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP);
H A DNfcA.java163 public int getTimeout() { method in class:NfcA
165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A);
H A DNfcF.java167 public int getTimeout() { method in class:NfcF
169 return mTag.getTagService().getTimeout(TagTechnology.NFC_F);
H A DMifareUltralight.java259 public int getTimeout() { method in class:MifareUltralight
261 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_ULTRALIGHT);
H A DMifareClassic.java619 public int getTimeout() { method in class:MifareClassic
621 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_CLASSIC);
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java116 public int getTimeout() { method in class:VerifyCredentialResponse
141 response = new VerifyCredentialResponse(gateKeeperResponse.getTimeout());
H A DLockPatternUtils.java351 throw new RequestThrottledException(response.getTimeout());
370 throw new RequestThrottledException(response.getTimeout());
457 throw new RequestThrottledException(response.getTimeout());
/frameworks/base/tests/testables/src/android/testing/
H A DAndroidTestingRunner.java75 long timeout = this.getTimeout(method.getAnnotation(Test.class));
83 private long getTimeout(Test annotation) { method in class:AndroidTestingRunner
/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertiseSettings.java117 public int getTimeout() { method in class:AdvertiseSettings
H A DBluetoothLeAdvertiser.java153 int timeoutMillis = settings.getTimeout();
/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java119 public int getTimeout() { method in class:GateKeeperResponse
/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompat.java114 providerEntry.getTimeout(), style);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java380 lastResult = scene.init(params.getTimeout());
414 lastResult = action.init(params.getTimeout());
/frameworks/support/compat/java/android/support/v4/content/res/
H A DFontResourcesParserCompat.java93 public int getTimeout() { method in class:FontResourcesParserCompat.ProviderResourceEntry
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1078 startSessionTimer(cmd.getTimeout());
1112 startSessionTimer(((MakeCallCommand) evt).getTimeout());
1322 startSessionTimer(((MakeCallCommand) evt).getTimeout());
1800 public int getTimeout() { method in class:SipSessionGroup.MakeCallCommand
/frameworks/support/compat/tests/java/android/support/v4/graphics/
H A DTypefaceCompatTest.java134 return new ProviderResourceEntry(request, entry.getFetchStrategy(), entry.getTimeout());
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java836 result.gkResponse = new VerifyCredentialResponse(response.getTimeout());
976 result = new VerifyCredentialResponse(response.getTimeout());
H A DLockSettingsService.java1734 if (response.getTimeout() > 0) {
2148 if (response.getTimeout() > 0) {
/frameworks/base/core/java/android/app/
H A DNotification.java2583 public long getTimeout() { method in class:Notification

Completed in 478 milliseconds