Searched refs:forceIdleState (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | AppStandbyControllerTests.java | 921 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testForcedIdle() 925 mController.forceIdleState(PACKAGE_1, USER_ID, false); in testForcedIdle() 943 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testNotificationEvent_bucketPromotion() 954 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testNotificationEvent_bucketPromotion_changePromotedBucket() 963 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testNotificationEvent_bucketPromotion_changePromotedBucket() 998 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testSlicePinnedEvent() 1005 mController.forceIdleState(PACKAGE_1, USER_ID, true); in testSlicePinnedPrivEvent()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
D | AppStandbyController.java | 1301 void forceIdleState(String packageName, int userId, boolean idle) { in forceIdleState() method in AppStandbyController 2876 forceIdleState((String) msg.obj, msg.arg1, msg.arg2 == 1); in handleMessage()
|