Home
last modified time | relevance | path

Searched refs:REASON_SUB_DEFAULT_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java219 public static final int REASON_SUB_DEFAULT_UNDEFINED = 0x0000; field in UsageStatsManager
1302 case REASON_SUB_DEFAULT_UNDEFINED: in reasonToString()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java48 import static android.app.usage.UsageStatsManager.REASON_SUB_DEFAULT_UNDEFINED;
667 : (REASON_MAIN_DEFAULT | REASON_SUB_DEFAULT_UNDEFINED); in getReason()
800 settings.mReason = REASON_MAIN_DEFAULT | REASON_SUB_DEFAULT_UNDEFINED; in resetToDefault()
2337 bucket, false, REASON_MAIN_DEFAULT, REASON_SUB_DEFAULT_UNDEFINED); in handleAppStandbyBucketChanged()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java45 import static android.app.usage.UsageStatsManager.REASON_SUB_DEFAULT_UNDEFINED;
2997 10_000L, REASON_MAIN_DEFAULT | REASON_SUB_DEFAULT_UNDEFINED, in testPersistRestrictionSettings()
3009 30_000L, REASON_MAIN_DEFAULT | REASON_SUB_DEFAULT_UNDEFINED, in testPersistRestrictionSettings()
3036 30_000L, REASON_MAIN_DEFAULT | REASON_SUB_DEFAULT_UNDEFINED, in testPersistRestrictionSettings()