Searched refs:maybeUnrestrictBuggyApp (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
H A D | AppStandbyControllerTests.java | 1801 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1803 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1805 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1816 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1818 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1829 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1833 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1844 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1848 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1859 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() [all …]
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
H A D | AppStandbyController.java | 2173 void maybeUnrestrictBuggyApp(@NonNull String packageName, int userId) { in maybeUnrestrictBuggyApp() method in AppStandbyController 2247 maybeUnrestrictBuggyApp(pkgName, userId); in onReceive()
|