Searched refs:maybeUnrestrictBuggyApp (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | AppStandbyControllerTests.java | 1427 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1429 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1431 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1442 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1444 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1446 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1455 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1457 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1459 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1470 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
D | AppStandbyController.java | 1660 void maybeUnrestrictBuggyApp(String packageName, int userId) { in maybeUnrestrictBuggyApp() method in AppStandbyController 1712 maybeUnrestrictBuggyApp(pkgName, userId); in onReceive()
|