Searched defs:TIMEOUT (Results 1 – 11 of 11) sorted by relevance
36 private static final long TIMEOUT = 30; field in LocalOverlayManager
89 private static final int TIMEOUT = 10; field in ActionSendMultipleConsumerActivity.CustomActionSendMultipleListener
119 private static final int TIMEOUT = (int) (5 * DateUtils.SECOND_IN_MILLIS); field in BugreportReceiverTest
50 TIMEOUT enumConstant
41 private static final int TIMEOUT = 1000; field in ForcedResizableInfoActivityController
60 private static final long TIMEOUT = TimeUnit.MINUTES.toMillis(1); field in AppCollectorTest
55 public long TIMEOUT = DEFAULT_TIMEOUT; field in BroadcastConstants
54 static final int TIMEOUT = 6; field in AppErrorDialog
60 private static final int TIMEOUT = 10000; field in VirtualDisplayTest
72 private static final long TIMEOUT = 5000; field in AdbDebuggingManagerTest
757 const auto TIMEOUT = ms2ns(250); in TEST_F() local