Searched defs:nb (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 240 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/ |
D | NotificationRecordLoggerTest.java | 48 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()); in getNotification() local
|
D | NotificationManagerServiceTest.java | 714 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 …]
|
D | GroupHelperTest.java | 68 Notification.Builder nb = new Notification.Builder(getContext(), "test_channel_id") in getSbn() local
|
D | NotificationTest.java | 73 Notification.Builder nb = new Notification.Builder(mContext, "channel"); in testDoesNotStripsExtenders() local
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | StatusBarNotificationTest.java | 194 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 77 val nb = b.sbn in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 484 Notification.Builder nb = new Notification.Builder(mContext, in createTestNotificationRow() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 252 final Notification.Builder nb = in onReceive() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 450 /*package*/ static void nativeCopyPixelsFromBuffer(long nb, Buffer src) { in nativeCopyPixelsFromBuffer()
|