Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java111 private GroupEntry mGroupEntry; field in VisualStabilityCoordinatorTest
150 mGroupEntry = new GroupEntryBuilder() in setUp()
173 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenOff_groupAndSectionChangesAllowed()
189 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOff_groupAndSectionChangesNotAllowed()
205 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testScreenTurningOn_groupAndSectionChangesNotAllowed()
221 assertTrue(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelNotExpanded_groupAndSectionChangesAllowed()
237 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPanelExpanded_groupAndSectionChangesNotAllowed()
252 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_screenOff_groupAndSectionChangesNotAllowed()
268 assertFalse(mNotifStabilityManager.isGroupPruneAllowed(mGroupEntry)); in testPulsing_panelNotExpanded_groupAndSectionChangesNotAllowed()
288 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.cpp512 String8 name(mGroupEntry.toDirName(String8())); in getPrintableSource()