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

/frameworks/base/services/jni/
H A Dcom_android_server_BatteryService.cpp78 char* batteryPresentPath; member in struct:android::PowerSupplyPaths
204 setBooleanField(env, obj, gPaths.batteryPresentPath, gFieldIds.mBatteryPresent);
280 gPaths.batteryPresentPath = strdup(path);
324 if (!gPaths.batteryPresentPath)
325 ALOGE("batteryPresentPath not found");

Completed in 68 milliseconds