Searched defs:privateLayout (Results 1 – 5 of 5) sorted by relevance
137 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_collapsedGroup_expandGroupExpansion() local168 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_setUserExpandedTrue() local194 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_nonGroupNotifications_setUserExpandedTrue() local219 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedGroup_toggleExpansion() local251 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_notToggleExpansion() local278 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedNotification_toggleExpansion() local307 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedNotification_notToggleExpansion() local336 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedPinnedHUN_toggleExpansion() local365 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedPinnedHUN_notToggleExpansion() local
535 NotificationContentView privateLayout = mock(NotificationContentView.class); in testFeedback_header() local756 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run() local770 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop() local
973 val privateLayout = row.privateLayout in <lambda>() constant1579 val privateLayout = row.privateLayout in <lambda>() constant
589 NotificationContentView privateLayout = row.getPrivateLayout(); in apply() local
4434 protected void setPrivateLayout(NotificationContentView privateLayout) { in setPrivateLayout()