Searched refs:maybeUnrestrictBuggyApp (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | AppStandbyControllerTests.java | 1812 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1814 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1816 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1827 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1829 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1831 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1840 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID2); in testAppUpdateOnRestrictedBucketStatus() 1842 mController.maybeUnrestrictBuggyApp("com.random.package", USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1844 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() 1855 mController.maybeUnrestrictBuggyApp(PACKAGE_1, USER_ID); in testAppUpdateOnRestrictedBucketStatus() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
D | AppStandbyController.java | 2193 void maybeUnrestrictBuggyApp(@NonNull String packageName, int userId) { in maybeUnrestrictBuggyApp() method in AppStandbyController 2267 maybeUnrestrictBuggyApp(pkgName, userId); in onReceive()
|