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

  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 687 public void setBackoff(EndPoint info, long nextSyncTime, long nextDelay) {
690 + " -> nextSyncTime " + nextSyncTime + ", nextDelay " + nextDelay);
701 nextSyncTime, nextDelay);
706 && authorityInfo.backoffDelay == nextDelay) {
710 authorityInfo.backoffDelay = nextDelay;
730 long nextSyncTime, long nextDelay) {
743 || authorityInfo.backoffDelay != nextDelay) {
745 authorityInfo.backoffDelay = nextDelay;
    [all...]
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 37 thread->PostDelayed(NextDelay(), this, 1);
40 uint32_t NextDelay() {
62 thread->PostDelayed(NextDelay(), this, 1);
    [all...]

Completed in 89 milliseconds