Home
last modified time | relevance | path

Searched defs:lastMaintenance (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIMountService.java866 public long lastMaintenance() throws RemoteException { in lastMaintenance() method in IMountService.Stub.Proxy
1708 long lastMaintenance = lastMaintenance(); in onTransact() local
2130 public long lastMaintenance() throws RemoteException; in lastMaintenance() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java860 public long lastMaintenance() { in lastMaintenance() method in MountService