Searched refs:VALUE_TRUE (Results 1 – 2 of 2) sorted by relevance
421 private static final int VALUE_TRUE = 1; field in ProcessStateRecord1013 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 …]
61 private static final int VALUE_TRUE = 1; field in ContentProtectionConsentManagerTest109 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()