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 | 148 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInflationCallsUpdated() 154 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_HEADS_UP, mRow); in testInflationOnlyInflatesSetFlags() 165 inflateAndWait(true /* expectingException */, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, in testInflationThrowsErrorDoesntCallUpdated() 174 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testAsyncTaskRemoved() 262 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testUsesSameViewWhenCachedPossibleToReuse() 283 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflatesNewViewWhenCachedNotPossibleToReuse() 293 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflationCachesCreatedRemoteView() 313 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait() method in NotificationContentInflaterTest 317 inflateAndWait(false /* expectingException */, inflater, contentToInflate, row); in inflateAndWait() 320 private static void inflateAndWait(boolean expectingException, in inflateAndWait() method in NotificationContentInflaterTest
|
D | NotificationTestHelper.java | 428 inflateAndWait(entry); in generateRow() 437 private void inflateAndWait(NotificationEntry entry) throws Exception { in inflateAndWait() method in NotificationTestHelper
|