Home
last modified time | relevance | path

Searched refs:maybeUnrestrictBuggyApp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java1812 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/
DAppStandbyController.java2193 void maybeUnrestrictBuggyApp(@NonNull String packageName, int userId) { in maybeUnrestrictBuggyApp() method in AppStandbyController
2267 maybeUnrestrictBuggyApp(pkgName, userId); in onReceive()