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