OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAppIdle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/usage/
UsageStatsManagerInternal.java
91
public abstract boolean
isAppIdle
(String packageName, int uidForAppId, int userId);
/cts/hostsidetests/usage/src/android/app/usage/cts/
AppIdleHostTest.java
49
private boolean
isAppIdle
(String appPackage) throws DeviceNotAvailableException {
101
assertFalse(
isAppIdle
(TEST_APP_PACKAGE));
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java
[
all
...]
Completed in 253 milliseconds