Searched defs:lastMaintenance (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java728 public long lastMaintenance() { method in class:MountService
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java861 public long lastMaintenance() throws RemoteException { method in class:IMountService.Stub.Proxy
1388 long lastMaintenance = lastMaintenance();
1390 reply.writeLong(lastMaintenance);
1676 public long lastMaintenance() throws RemoteException; method in interface:IMountService

Completed in 95 milliseconds