Searched refs:lastUsableBytes (Results 1 – 1 of 1) sorted by relevance
115 public long lastUsableBytes = Long.MAX_VALUE; field in DeviceStorageMonitorService.State226 if ((Math.abs(state.lastUsableBytes - usableBytes) > DEFAULT_LOG_DELTA_BYTES) in checkLow()230 state.lastUsableBytes = usableBytes; in checkLow()475 pw.printPair("lastUsableBytes", state.lastUsableBytes); in dumpImpl()