Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DConversationNotificationProcessorTest.kt78 val nb = Notification.Builder(mContext).setSmallIcon(R.drawable.ic_person) in processNotification_notMessagingStyle() constant
89 val nb = getMessagingNotification() in processNotification_messagingStyleWithSummarization_flagOff() constant
104 val nb = getMessagingNotification() in processNotification_messagingStyleWithSummarization() constant
141 val nb = getMessagingNotification() in processNotification_messagingStyleUpdateSummarizationToNull() constant
159 val nb = getMessagingNotification() in processNotification_messagingStyleWithoutSummarization() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java281 final Notification.Builder nb = in showInvalidChargerNotification() local
308 final Notification.Builder nb = in showWarningNotification() local
364 final Notification.Builder nb = in showAutoSaverSuggestionNotification() local
434 final Notification.Builder nb = in showHighTemperatureWarning() local
520 final Notification.Builder nb = in showThermalShutdownWarning() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java476 Notification.Builder nb = new Notification.Builder(mContext, "a") in testOnFullScreenIntentWhenDozing_wakeUpDevice() local
509 Notification.Builder nb = new Notification.Builder(mContext, "a") in testOnFullScreenIntentWhenDozing_logToStatsd() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java640 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testImplicitGrant() local
847 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testListenerPostLifetimeExtended_UpdatesOnlySysui() local
940 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testListenerPostLifetimeExtension_postsToAppropriateListeners() local
1042 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testNotifyPostedLocked_postsToAppropriateListeners() local
DNotificationRecordLoggerTest.java65 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()); in getNotification() local
DNotificationManagerServiceTest.java1137 Notification.Builder nb = new Notification.Builder(mContext, "a") in generateSbn() local
1154 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
1174 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
1208 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateNotificationRecord() local
1231 Notification.Builder nb = getMessageStyleNotifBuilder(addMetadata, groupKey, in generateMessageBubbleNotifRecord() local
1241 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in generateRedactedSbn() local
1303 Notification.Builder nb = new Notification.Builder(mContext, in getMessageStyleNotifBuilder() local
1394 Notification.Builder nb = new Notification.Builder(mContext, in createAndPostCallStyleNotification() local
1412 private NotificationRecord createAndPostNotification(Notification.Builder nb, String testName) in createAndPostNotification()
1496 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in testLimitTimeOutBroadcast() local
[all …]
DTimeToLiveHelperTest.java80 Notification.Builder nb = new Notification.Builder(mContext, channel.getId()) in getRecord() local
DGroupHelperTest.java155 Notification.Builder nb = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in getSbn() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.kt410 val nb = in <lambda>() constant
447 val nb = in <lambda>() constant
DNotificationGutsManagerTest.kt664 val nb = in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java217 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt538 val nb = in <lambda>() constant
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginActionManager.java334 final Notification.Builder nb = new Notification.Builder(mContext, in reportInvalidVersion() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java1116 Notification.Builder nb = new Notification.Builder(getContext(), "a") in createBubble() local
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp2301 VkNativeBufferANDROID nb = { in AcquireNextImageKHR() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java1522 Notification.Builder nb = new Notification.Builder(mContext, "channel"); in testDoesNotStripsExtenders() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt1245 .also { nb -> in <lambda>() method