Home
last modified time | relevance | path

Searched refs:getHealthInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/health/
DHealthServiceWrapper.java71 public abstract android.hardware.health.HealthInfo getHealthInfo() throws RemoteException; in getHealthInfo() method in HealthServiceWrapper
DHealthServiceWrapperAidl.java205 public HealthInfo getHealthInfo() throws RemoteException { in getHealthInfo() method in HealthServiceWrapperAidl
209 return service.getHealthInfo(); in getHealthInfo()
DHealthServiceWrapperHidl.java153 public HealthInfo getHealthInfo() throws RemoteException { in getHealthInfo() method in HealthServiceWrapperHidl
157 service.getHealthInfo( in getHealthInfo()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4374 healthInfo = mHealthService.getHealthInfo();