Searched refs:isInflationFlagSet (Results 1 – 6 of 6) sorted by relevance
164 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated()182 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()188 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()203 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()218 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()233 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testCleanUpPendingAlertInfo()251 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateGroupChangeDoesNotTransfer()274 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateChildToSummaryDoesNotTransfer()
87 when(row.isInflationFlagSet(anyInt())).thenReturn(true); in createEntry()
405 if (!entry.getRow().isInflationFlagSet(contentFlag)) { in alertNotificationWhenPossible()
162 assertTrue(row.getNotificationInflater().isInflationFlagSet(FLAG_CONTENT_VIEW_PUBLIC)); in setNeedsRedactionSetsInflationFlag()
222 public boolean isInflationFlagSet(@InflationFlag int flag) { in isInflationFlagSet() method in NotificationContentInflater
520 public boolean isInflationFlagSet(@InflationFlag int flag) { in isInflationFlagSet() method in ExpandableNotificationRow521 return mNotificationInflater.isInflationFlagSet(flag); in isInflationFlagSet()