Searched refs:standby (Results 1 – 13 of 13) sorted by relevance
211 // How often we recalculate runnability based on apps' standby bucket216 // Mapping: standby bucket -> number of heartbeats between each sweep of245 // How much time each app will have to run jobs within their standby bucket window.250 // The quota window size of the particular standby bucket. Apps in this standby bucket are254 // The quota window size of the particular standby bucket. Apps in this standby bucket are258 // The quota window size of the particular standby bucket. Apps in this standby bucket are262 // The quota window size of the particular standby bucket. Apps in this standby bucket are266 // The quota window size of the particular standby bucket. Apps in this standby bucket are272 // The maximum number of jobs an app can run within this particular standby bucket's275 // The maximum number of jobs an app can run within this particular standby bucket's[all …]
32 // True if the forced app standby feature is enabled in settings.35 // Whether all apps are forced standby or not.65 // Whether force app standby for small battery device setting is enabled
469 // Set of app ids that are exempt form low power standby
114 void setStandbyEnabled(boolean standby); in setStandbyEnabled() argument
211 public void setStandbyEnabled(boolean standby) { in setStandbyEnabled() argument213 mService.setStandbyEnabled(standby); in setStandbyEnabled()
3 ## App-standby and Sync Manager28 exempted from app-standby throttling.97 triggered, which elevates the standby bucket of the associated sync adapters' packages to `ACTIVE`103 the `ACTIVE` bucket, which greatly relaxes app-standby throttling. But they're still subject
230 mService.standby(); in run()374 mService.standby(); in onActiveSourceLost()
167 mService.standby(); in toggleAndFollowTvPower()
729 mService.standby(); in handleStandby()741 mService.standby(); in handleUserControlPressed()
3583 void standby() { in standby() method in HdmiControlService
296 private void setStandbyEnabled(boolean standby) { in setStandbyEnabled() argument302 mStandby = standby; in setStandbyEnabled()621 public void setStandbyEnabled(boolean standby) {623 VrManagerService.this.setStandbyEnabled(standby);
465 HdmiCecMessage standby = HdmiCecMessageBuilder.buildStandby(ADDR_TV, ADDR_BROADCAST); in tvSendStandbyOnSleep_Enabled() local466 assertThat(mNativeWrapper.getResultMessages()).contains(standby); in tvSendStandbyOnSleep_Enabled()477 HdmiCecMessage standby = HdmiCecMessageBuilder.buildStandby(ADDR_TV, ADDR_BROADCAST); in tvSendStandbyOnSleep_Disabled() local478 assertThat(mNativeWrapper.getResultMessages()).doesNotContain(standby); in tvSendStandbyOnSleep_Disabled()
164 void standby() { in SetUp()