Home
last modified time | relevance | path

Searched defs:mNotificationInflater (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java71 private NotificationContentInflater mNotificationInflater; field in NotificationContentInflaterTest
126 mNotificationInflater); in testInflationCallsUpdated() local
135 mNotificationInflater); in testInflationOnlyInflatesSetFlags() local
148 true /* expectingException */, mNotificationInflater); in testInflationThrowsErrorDoesntCallUpdated() local
157 mNotificationInflater); in testAsyncTaskRemoved() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java139 private final NotificationContentInflater mNotificationInflater; field in ExpandableNotificationRow