Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java124 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), in testBindNotification_SetsTextApplicationName()
135 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), in testBindNotification_SetsPackageIcon()
145 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testPrompt_silenced()
157 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testPrompt_promoted()
169 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testPrompt_alerted()
181 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testPrompt_demoted()
191 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testPositiveFeedback()
208 mFeedbackInfo.bindGuts(mMockPackageManager, mSbn, getEntry(), mMockNotificationRow, in testNegativeFeedback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java192 bindGuts(entry.getRow()); in onDensityOrFontScaleChanged()
249 private boolean bindGuts(final ExpandableNotificationRow row) { in bindGuts() method in NotificationGutsManager
251 return bindGuts(row, mGutsMenuItem); in bindGuts()
255 protected boolean bindGuts(final ExpandableNotificationRow row, in bindGuts() method in NotificationGutsManager
337 feedbackInfo.bindGuts(pmUser, sbn, row.getEntry(), row, mAssistantFeedbackController); in initializeFeedbackInfo()
608 if (!bindGuts(row, menuItem)) { in openGutsInternal()
DFeedbackInfo.java75 public void bindGuts( in bindGuts() method in FeedbackInfo