Home
last modified time | relevance | path

Searched refs:setTimeout (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
DOneHandedTimeoutHandlerTest.java63 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_MEDIUM_IN_SECONDS); in testTimeoutHandler_setNewTime_resetTimer()
70 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_NEVER); in testSetTimeoutNever_neverResetTimer()
76 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_SHORT_IN_SECONDS); in testSetTimeoutShort()
84 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_MEDIUM_IN_SECONDS); in testSetTimeoutMedium()
92 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_LONG_IN_SECONDS); in testSetTimeoutLong()
98 mTimeoutHandler.setTimeout(ONE_HANDED_TIMEOUT_LONG_IN_SECONDS); in testDragging_shouldRemoveAndSendEmptyMessageDelay()
/frameworks/base/nfc/api/
Dlint-baseline.txt28 RequiresPermission: android.nfc.tech.IsoDep#setTimeout(int):
29 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
46 RequiresPermission: android.nfc.tech.MifareClassic#setTimeout(int):
47 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
58 RequiresPermission: android.nfc.tech.MifareUltralight#setTimeout(int):
59 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
78 RequiresPermission: android.nfc.tech.NfcA#setTimeout(int):
79 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
86 RequiresPermission: android.nfc.tech.NfcF#setTimeout(int):
87 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
Dmodule-lib-lint-baseline.txt23 RequiresPermission: android.nfc.tech.IsoDep#setTimeout(int):
24 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
41 RequiresPermission: android.nfc.tech.MifareClassic#setTimeout(int):
42 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
53 RequiresPermission: android.nfc.tech.MifareUltralight#setTimeout(int):
54 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
73 RequiresPermission: android.nfc.tech.NfcA#setTimeout(int):
74 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
81 RequiresPermission: android.nfc.tech.NfcF#setTimeout(int):
82 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt30 RequiresPermission: android.nfc.tech.IsoDep#setTimeout(int):
31 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
48 RequiresPermission: android.nfc.tech.MifareClassic#setTimeout(int):
49 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
60 RequiresPermission: android.nfc.tech.MifareUltralight#setTimeout(int):
61 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
80 RequiresPermission: android.nfc.tech.NfcA#setTimeout(int):
81 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
88 RequiresPermission: android.nfc.tech.NfcF#setTimeout(int):
89 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
Dcurrent.txt304 method public void setTimeout(int);
329 method public void setTimeout(int);
357 method public void setTimeout(int);
407 method public void setTimeout(int);
445 method public void setTimeout(int);
/frameworks/base/nfc/java/android/nfc/tech/
DNfcA.java146 public void setTimeout(int timeout) { in setTimeout() method in NfcA
148 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()
DNfcF.java150 public void setTimeout(int timeout) { in setTimeout() method in NfcF
152 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout()
DIsoDep.java93 public void setTimeout(int timeout) { in setTimeout() method in IsoDep
95 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout()
DMifareUltralight.java241 public void setTimeout(int timeout) { in setTimeout() method in MifareUltralight
243 int err = mTag.getTagService().setTimeout( in setTimeout()
DMifareClassic.java602 public void setTimeout(int timeout) { in setTimeout() method in MifareClassic
604 int err = mTag.getTagService().setTimeout(TagTechnology.MIFARE_CLASSIC, timeout); in setTimeout()
/frameworks/native/libs/renderengine/skia/debug/
DCaptureTimer.h36 void setTimeout(TimeoutCallback function, std::chrono::milliseconds delay);
DCaptureTimer.cpp31 void CaptureTimer::setTimeout(TimeoutCallback function, std::chrono::milliseconds delay) { in setTimeout() function in android::renderengine::skia::CaptureTimer
DSkiaCapture.cpp63 mTimer.setTimeout( in tryCapture()
/frameworks/base/nfc/java/android/nfc/
DINfcTag.aidl42 int setTimeout(int technology, int timeout); in setTimeout() method
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInteractionJankMonitorWrapper.java50 .setTimeout(timeout); in begin()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTimeoutHandler.java74 public void setTimeout(@OneHandedSettingsUtil.OneHandedTimeout int timeout) { in setTimeout() method in OneHandedTimeoutHandler
DOneHandedController.java151 mTimeoutHandler.setTimeout(timeout / 1000);
153 mTimeoutHandler.setTimeout(mOneHandedSettingsUtil
459 mTimeoutHandler.setTimeout(mOneHandedSettingsUtil in updateSettings()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java300 blockingBroadcastReceiver.setTimeout(TIMEOUT_IN_SECOND); in runWithBlockingBroadcastReceiver()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java301 void setTimeout() { in setTimeout() method in AppTransition
1603 setTimeout(); in handleAppTransitionTimeout()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java693 public Builder setTimeout(long timeout) { in setTimeout() method in InteractionJankMonitor.Configuration.Builder
/frameworks/base/core/api/
Dtest-lint-baseline.txt1096 RequiresPermission: android.nfc.tech.IsoDep#setTimeout(int):
1097 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
1114 RequiresPermission: android.nfc.tech.MifareClassic#setTimeout(int):
1115 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
1126 RequiresPermission: android.nfc.tech.MifareUltralight#setTimeout(int):
1127 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
1146 RequiresPermission: android.nfc.tech.NfcA#setTimeout(int):
1147 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
1154 RequiresPermission: android.nfc.tech.NfcF#setTimeout(int):
1155 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java609 CUJ_BIOMETRIC_PROMPT_TRANSITION, v).setTag(type).setTimeout(timeout)); in getJankListener()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1041 .setTimeout(2000); in onPipTransitionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java747 .setTimeout(SCREENSHOT_CORNER_DEFAULT_TIMEOUT_MILLIS); in createScreenshotActionsShadeAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionControllerTest.java372 mDisplayContent.mAppTransition.setTimeout(); in testExitAnimationDone_beforeAppTransition()

12