Searched refs:plugType (Results 1 – 2 of 2) sorted by relevance
83 int plugType = intent.getIntExtra("plugged", 0);95 switch (plugType) {
368 int plugType = intent.getIntExtra("plugged", 0); in getBatteryStatus() local373 if (plugType > 0) { in getBatteryStatus()376 + res.getString((plugType == BatteryManager.BATTERY_PLUGGED_AC) in getBatteryStatus()