Searched refs:lastUsableBytes (Results 1 – 1 of 1) sorted by relevance
114 public long lastUsableBytes = Long.MAX_VALUE; field in DeviceStorageMonitorService.State225 if ((Math.abs(state.lastUsableBytes - usableBytes) > DEFAULT_LOG_DELTA_BYTES) in check()229 state.lastUsableBytes = usableBytes; in check()440 pw.printPair("lastUsableBytes", state.lastUsableBytes); in dumpImpl()