Searched refs:isInflationFlagSet (Results 1 – 6 of 6) sorted by relevance
161 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated()179 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()185 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()200 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()215 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()230 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testCleanUpPendingAlertInfo()248 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateGroupChangeDoesNotTransfer()271 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateChildToSummaryDoesNotTransfer()
87 when(row.isInflationFlagSet(anyInt())).thenReturn(true); in createEntry()
393 if (!entry.getRow().isInflationFlagSet(contentFlag)) { in alertNotificationWhenPossible()
154 assertTrue(row.getNotificationInflater().isInflationFlagSet(FLAG_CONTENT_VIEW_PUBLIC)); in setNeedsRedactionSetsInflationFlag()
204 public boolean isInflationFlagSet(@InflationFlag int flag) { in isInflationFlagSet() method in NotificationContentInflater
498 public boolean isInflationFlagSet(@InflationFlag int flag) { in isInflationFlagSet() method in ExpandableNotificationRow499 return mNotificationInflater.isInflationFlagSet(flag); in isInflationFlagSet()