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.java884 public long lastMaintenance() throws RemoteException { in lastMaintenance() method in IMountService.Stub.Proxy
1927 long lastMaintenance = lastMaintenance(); in onTransact() local
2441 public long lastMaintenance() throws RemoteException; in lastMaintenance() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java965 public long lastMaintenance() { in lastMaintenance() method in MountService