/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 31 updates on battery life, checking the current battery level and charging state is a good place to 35 charging state of the device. The impact of performing updates while the device is charging over AC 47 broadcasts all battery and charging details in a sticky {@link android.content.Intent} that includes 48 the charging status.</p> 59 <p>You can extract both the current charging status and, if the device is being charged, whether 60 it's charging via USB or AC charger:<p> 62 <pre>// Are we charging / charged? 67 // How are we charging? 79 <p>The charging status can change as easily as a device can be plugged in, so it's important to 80 monitor the charging state for changes and alter your refresh rate accordingly.</p> [all …]
|
D | index.jd | 43 level and changes in charging state.</dd>
|
D | docking-monitoring.jd | 33 docks and digital versus analog docks. The dock-state is typically closely linked to the charging
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarView.java | 154 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) { in onBatteryLevelChanged() argument 157 boolean changed = mBatteryCharging != charging; in onBatteryLevelChanged() 158 mBatteryCharging = charging; in onBatteryLevelChanged()
|
D | StatusBarHeaderView.java | 396 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) { in onBatteryLevelChanged() argument
|
D | PhoneStatusBar.java | 810 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) { in makeStatusBarView()
|
/frameworks/base/docs/html-intl/intl/ko/training/monitoring-device-state/ |
D | battery-monitoring.jd | 48 <pre>// Are we charging / charged? 53 // How are we charging?
|
/frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/ |
D | battery-monitoring.jd | 48 <pre>// Are we charging / charged? 53 // How are we charging?
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/ |
D | battery-monitoring.jd | 48 <pre>// Are we charging / charged? 53 // How are we charging?
|
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/ |
D | battery-monitoring.jd | 48 <pre>// Are we charging / charged? 53 // How are we charging?
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryController.java | 125 void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging); in onBatteryLevelChanged() argument
|
/frameworks/base/docs/html/distribute/monetize/ |
D | payments.jd | 28 Users pay by charging their monthly carrier bills . The benefit of Direct
|
/frameworks/base/docs/html-intl/intl/es/training/monitoring-device-state/ |
D | battery-monitoring.jd | 48 <pre>// Are we charging / charged? 53 // How are we charging?
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 10 # This is logged when battery goes from discharging to charging.
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 63 …<li>Status indicators, showing connectivity, charging status, airplane mode, and in some watch fac…
|
D | watchfaces.jd | 214 <p>Indicators tell the user the status of the wearable, such as charging and airplane mode.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 252 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) { in onBatteryLevelChanged() argument
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 110 …ccur only when connected to Wi-Fi, and possibly only when the device is charging. This is investig…
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 1239 <td>Set AC charging state to on or off. </td> 1243 <td><code>status <unknown|charging|discharging|not-charging|full></code></td> 1552 <li>No support for determining battery charge level and AC charging state</li>
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 272 … a later time or under specified conditions, such as when the device is charging or connected to W…
|
D | android-5.0.jd | 656 device is charging). Job scheduling is useful in such situations as:</p> 675 <li>Start when the device is charging</li>
|
D | jelly-bean.jd | 758 a user’s device is docked or charging. In this mode, the system launches a 769 <p>Because daydreams can start automatically when a device is charging or
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 95 user's account at the specified interval and price, charging the amount to the
|
/frameworks/base/docs/html/guide/components/ |
D | intents-filters.jd | 80 broadcasts for system events, such as when the system boots up or the device starts charging.
|