Searched refs:inflateAndWait (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 170 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInflationCallsUpdated() 176 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_HEADS_UP, mRow); in testInflationOnlyInflatesSetFlags() 187 inflateAndWait(true /* expectingException */, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, in testInflationThrowsErrorDoesntCallUpdated() 196 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testAsyncTaskRemoved() 284 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testUsesSameViewWhenCachedPossibleToReuse() 305 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflatesNewViewWhenCachedNotPossibleToReuse() 315 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflationCachesCreatedRemoteView() 335 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait() method in NotificationContentInflaterTest 339 inflateAndWait(false /* expectingException */, inflater, contentToInflate, row); in inflateAndWait() 342 private static void inflateAndWait(boolean expectingException, in inflateAndWait() method in NotificationContentInflaterTest
|
D | NotificationTestHelper.java | 479 inflateAndWait(entry); in generateRow() 488 private void inflateAndWait(NotificationEntry entry) throws Exception { in inflateAndWait() method in NotificationTestHelper
|