Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java240 final Notification.Builder nb = in showInvalidChargerNotification() local
271 final Notification.Builder nb = in showWarningNotification() local
309 final Notification.Builder nb = in showAutoSaverSuggestionNotification() local
387 final Notification.Builder nb = in showHighTemperatureWarning() local
473 final Notification.Builder nb = in showThermalShutdownWarning() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerTest.java48 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()); in getNotification() local
DNotificationManagerServiceTest.java714 Notification.Builder nb = new Notification.Builder(mContext, "a") in generateSbn() local
725 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
745 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
761 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
782 Notification.Builder nb = getMessageStyleNotifBuilder(addMetadata, groupKey, isSummary); in generateMessageBubbleNotifRecord() local
858 Notification.Builder nb = new Notification.Builder(mContext, in getMessageStyleNotifBuilder() local
950 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testLimitTimeOutBroadcast() local
3415 Notification.Builder nb = new Notification.Builder(mContext, in testNoFakeColorizedPermission() local
3677 Notification.Builder nb = new Notification.Builder(mContext, in testBumpFGImportance_noChannelChangePreOApp() local
5684 Notification.Builder nb = in testReportSeen_delegated() local
[all …]
DGroupHelperTest.java68 Notification.Builder nb = new Notification.Builder(getContext(), "test_channel_id") in getSbn() local
DNotificationTest.java73 Notification.Builder nb = new Notification.Builder(mContext, "channel"); in testDoesNotStripsExtenders() local
/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java194 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt77 val nb = b.sbn in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java484 Notification.Builder nb = new Notification.Builder(mContext, in createTestNotificationRow() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java252 final Notification.Builder nb = in onReceive() local
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java450 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer()