Searched refs:batteryCapacityPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_BatteryService.cpp79 char* batteryCapacityPath; member in struct:android::PowerSupplyPaths
206 setIntField(env, obj, gPaths.batteryCapacityPath, gFieldIds.mBatteryLevel);
283 gPaths.batteryCapacityPath = strdup(path);
326 if (!gPaths.batteryCapacityPath)
327 ALOGE("batteryCapacityPath not found");

Completed in 34 milliseconds