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

  /external/dbus/dbus/
dbus-mainloop.c 69 CALLBACK_TIMEOUT
141 cb->callback.type = CALLBACK_TIMEOUT;
188 case CALLBACK_TIMEOUT:
207 case CALLBACK_TIMEOUT:
353 if (this->type == CALLBACK_TIMEOUT &&
655 if (cb->type == CALLBACK_TIMEOUT &&
679 else if (cb->type == CALLBACK_TIMEOUT)
732 if (cb->type == CALLBACK_TIMEOUT &&
762 else if (cb->type == CALLBACK_TIMEOUT)
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 67 private static final int CALLBACK_TIMEOUT = 30 * ((int)DateUtils.SECOND_IN_MILLIS);
421 if (timeSinceCallback > CALLBACK_TIMEOUT) {
    [all...]

Completed in 396 milliseconds