HomeSort by relevance Sort by last modified time
    Searched defs:LISTENER_TIMEOUT (Results 1 - 2 of 2) sorted by null

  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 44 private static final int LISTENER_TIMEOUT = 3000;
73 verify(mockListener, timeout(LISTENER_TIMEOUT)).onEnabledChanged(true);
78 verify(mockListener, timeout(LISTENER_TIMEOUT)).onUserStyleChanged(anyObject());
81 verify(mockListener, timeout(LISTENER_TIMEOUT)).onLocaleChanged(anyObject());
84 verify(mockListener, timeout(LISTENER_TIMEOUT)).onFontScaleChanged(anyFloat());
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 288 private static final String KEY_LISTENER_TIMEOUT = "listener_timeout";
334 public long LISTENER_TIMEOUT = DEFAULT_LISTENER_TIMEOUT;
389 LISTENER_TIMEOUT = mParser.getLong(KEY_LISTENER_TIMEOUT,
418 TimeUtils.formatDuration(LISTENER_TIMEOUT, pw);
446 proto.write(ConstantsProto.LISTENER_TIMEOUT_DURATION_MS, LISTENER_TIMEOUT);
    [all...]

Completed in 60 milliseconds