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.java238 final Notification.Builder nb = in showInvalidChargerNotification() local
269 final Notification.Builder nb = in showWarningNotification() local
307 final Notification.Builder nb = in showAutoSaverSuggestionNotification() local
381 final Notification.Builder nb = in showHighTemperatureWarning() local
467 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.java614 Notification.Builder nb = new Notification.Builder(mContext, "a") in generateSbn() local
625 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
645 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
660 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
681 Notification.Builder nb = getMessageStyleNotifBuilder(addMetadata, groupKey, isSummary); in generateMessageBubbleNotifRecord() local
756 Notification.Builder nb = new Notification.Builder(mContext, in getMessageStyleNotifBuilder() local
847 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testLimitTimeOutBroadcast() local
3378 Notification.Builder nb = new Notification.Builder(mContext, in testNoFakeColorizedPermission() local
3640 Notification.Builder nb = new Notification.Builder(mContext, in testBumpFGImportance_noChannelChangePreOApp() local
5231 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.kt73 val nb = b.sbn in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java472 Notification.Builder nb = new Notification.Builder(mContext, in createTestNotificationRow() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java251 final Notification.Builder nb = in onReceive() local
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java434 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer()