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

  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 653 boolean shouldCleanup = (mInCallActivity == null && !mServiceConnected &&
655 Log.i(this, "attemptCleanup? " + shouldCleanup);
657 if (shouldCleanup) {
  /external/chromium/net/socket/
client_socket_pool_base.cc 598 bool ClientSocketPoolBaseHelper::IdleSocket::ShouldCleanup(
626 if (force || j->ShouldCleanup(now, timeout)) {
    [all...]
client_socket_pool_base.h 331 bool ShouldCleanup(base::TimeTicks now, base::TimeDelta timeout) const;
  /external/chromium_org/net/socket/
client_socket_pool_base.cc 645 bool ClientSocketPoolBaseHelper::IdleSocket::ShouldCleanup(
673 if (force || j->ShouldCleanup(now, timeout)) {
    [all...]
client_socket_pool_base.h 349 bool ShouldCleanup(base::TimeTicks now, base::TimeDelta timeout) const;
    [all...]

Completed in 1023 milliseconds