Home
last modified time | relevance | path

Searched refs:mGmailAppInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java104 private AppInfo mGmailAppInfo; field in BubbleTextViewTest
135 mGmailAppInfo = new AppInfo(componentName, "Gmail", WORK_HANDLE, new Intent()); in setUp()
398 mGmailAppInfo.bitmap.flags = op.apply(WORK_FLAG); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_SMALL_noBadge()
401 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_SMALL_noBadge()
410 mGmailAppInfo.bitmap.flags = op.apply(WORK_FLAG); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_hasBadge()
413 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_hasBadge()