HomeSort by relevance Sort by last modified time
    Searched full:throttletimeout (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/tests/servicestests/src/android/net/metrics/
IpConnectivityLogTest.java 92 final long throttleTimeout = System.currentTimeMillis() + 50;
93 when(mService.logEvent(any())).thenReturn(throttleTimeout, 0L);
108 final long throttleTimeout = System.currentTimeMillis() + 50;
109 when(mService.logEvent(any())).thenReturn(throttleTimeout, 0L);

Completed in 124 milliseconds