OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCurrentAppStandbyBucket
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUsageStatsManager.java
313
* Returns the current app's standby bucket that is set by {@code
setCurrentAppStandbyBucket
}. If
324
public void
setCurrentAppStandbyBucket
(@StandbyBuckets int bucket) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowUsageStatsManagerTest.java
183
shadowOf(usageStatsManager).
setCurrentAppStandbyBucket
(UsageStatsManager.STANDBY_BUCKET_RARE);
Completed in 52 milliseconds