Searched refs:mMillisBeforeRebind (Results 1 – 1 of 1) sorted by relevance
77 private final int mMillisBeforeRebind; field in VmsClientManager164 mMillisBeforeRebind = context.getResources().getInteger( in VmsClientManager()496 String.format("rebinding %s after %dms", mFullName, mMillisBeforeRebind)); in scheduleRebind()498 mHandler.postDelayed(this::doRebind, mMillisBeforeRebind); in scheduleRebind()