Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java421 private static final int VALUE_TRUE = 1; field in ProcessStateRecord
1013 return mCachedHasActivities == VALUE_TRUE; in getCachedHasActivities()
1020 ? VALUE_TRUE : VALUE_FALSE; in getCachedIsHeavyWeight()
1022 return mCachedIsHeavyWeight == VALUE_TRUE; in getCachedIsHeavyWeight()
1029 ? VALUE_TRUE : VALUE_FALSE; in getCachedHasVisibleActivities()
1038 mCachedIsHomeProcess = VALUE_TRUE; in getCachedIsHomeProcess()
1044 return mCachedIsHomeProcess == VALUE_TRUE; in getCachedIsHomeProcess()
1064 ? VALUE_TRUE : VALUE_FALSE; in getCachedHasRecentTasks()
1066 return mCachedHasRecentTasks == VALUE_TRUE; in getCachedHasRecentTasks()
1073 ? VALUE_TRUE : VALUE_FALSE; in getCachedIsReceivingBroadcast()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DContentProtectionConsentManagerTest.java61 private static final int VALUE_TRUE = 1; field in ContentProtectionConsentManagerTest
109 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in isConsentGranted_packageVerifierGranted_userNotManaged()
121 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in isConsentGranted_packageVerifierGranted_userManaged()
141 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in contentObserver()