Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java95 private GroupEntry mGroupEntry; field in VisualStabilityCoordinatorTest
132 mGroupEntry = new GroupEntryBuilder() in setUp()
155 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenOff_groupAndSectionChangesAllowed()
171 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOff_groupAndSectionChangesNotAllowed()
187 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOn_groupAndSectionChangesNotAllowed()
203 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelNotExpanded_groupAndSectionChangesAllowed()
219 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelExpanded_groupAndSectionChangesNotAllowed()
234 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_screenOff_groupAndSectionChangesNotAllowed()
250 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_panelNotExpanded_groupAndSectionChangesNotAllowed()
270 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testOverrideReorderingSuppression_onlySectionChangesAllowed()
[all …]
/frameworks/base/tools/aapt/
DAaptAssets.h150 : mGroupEntry(groupEntry) in AaptFile()
165 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; } in getGroupEntry()
195 AaptGroupEntry mGroupEntry; variable
DAaptAssets.cpp510 String8 name(mGroupEntry.toDirName(String8())); in getPrintableSource()