Searched refs:mGroupEntry (Results 1 – 3 of 3) sorted by relevance
95 private GroupEntry mGroupEntry; field in VisualStabilityCoordinatorTest132 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 …]
150 : mGroupEntry(groupEntry) in AaptFile()165 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; } in getGroupEntry()195 AaptGroupEntry mGroupEntry; variable
510 String8 name(mGroupEntry.toDirName(String8())); in getPrintableSource()