Searched refs:inflateAndWait (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 184 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInflationCallsUpdated() 190 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_HEADS_UP, mRow); in testInflationOnlyInflatesSetFlags() 201 inflateAndWait(true /* expectingException */, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, in testInflationThrowsErrorDoesntCallUpdated() 210 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testAsyncTaskRemoved() 301 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testUsesSameViewWhenCachedPossibleToReuse() 322 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflatesNewViewWhenCachedNotPossibleToReuse() 332 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_CONTRACTED, mRow); in testInflationCachesCreatedRemoteView() 380 inflateAndWait(true, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInvalidNotificationDoesNotInvokeCallback() 385 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait() method in NotificationContentInflaterTest 389 inflateAndWait(false /* expectingException */, inflater, contentToInflate, row); in inflateAndWait() [all …]
|
D | NotificationRowContentBinderImplTest.kt | 162 inflateAndWait( in <lambda>() 172 inflateAndWait( in <lambda>() 186 inflateAndWait( in <lambda>() 199 inflateAndWait( in <lambda>() 316 inflateAndWait( in <lambda>() 354 inflateAndWait( in <lambda>() 371 inflateAndWait( in <lambda>() 475 inflateAndWait( in <lambda>() 523 private fun inflateAndWait( in <lambda>() method 528 inflateAndWait(false /* expectingException */, inflater, contentToInflate, row) in <lambda>() [all …]
|
D | NotificationTestHelper.java | 676 inflateAndWait(entry); in generateRow() 681 private void inflateAndWait(NotificationEntry entry) throws Exception { in inflateAndWait() method in NotificationTestHelper
|