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