Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java89 private StatusBarNotification mSbn; field in NotificationInfoTest
124 mSbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, 0, null, 0, 0, in setUp()
161 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsTextApplicationName()
174 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsPackageIcon()
184 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_GroupNameHiddenIfNoGroup()
203 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsGroupNameIfNonNull()
217 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsTextChannelName()
227 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_DefaultChannelDoesNotUseChannelName()
241 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_DefaultChannelUsesNameWhenMoreThanOneChannelExists()
252 mNotificationChannel.getImportance(), mSbn, in testBindNotification_SetsOnClickListenerForSettings()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java66 private StatusBarNotification mSbn; field in NotificationInfo
114 mSbn = sbn; in bindNotification()
347 mSbn.getId(), mSbn.getTag()); in updateAppSettingsLink()
349 && !TextUtils.isEmpty(mSbn.getNotification().getSettingsText())) { in updateAppSettingsLink()
352 mSbn.getNotification().getSettingsText())); in updateAppSettingsLink()
DNotificationSnooze.java51 private StatusBarNotification mSbn; field in NotificationSnooze
115 mSbn = sbn; in setStatusBarNotification()
255 mSnoozeListener.snooze(mSbn, mSelectedOption); in handleCloseControls()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java527 private final StatusBarNotification mSbn; field in NotificationInflater.AsyncInflationTask
548 mSbn = notification; in AsyncInflationTask()
572 mSbn.getNotification()); in doInBackground()
573 Context packageContext = mSbn.getPackageContext(mContext); in doInBackground()
574 Notification notification = mSbn.getNotification(); in doInBackground()