Searched defs:notificationBuilder (Results 1 – 10 of 10) sorted by relevance
373 val notificationBuilder = Notification.Builder("", "").addAction(action1) in notification_builder_addAction_doesNotMutatePreviouslyBuiltInstance() constant392 val notificationBuilder = Notification.Builder("", "").addAction(action1) in notification_builder_addActions_keepsPreviouslyAddedActions() constant402 val notificationBuilder = Notification.Builder("", "").addActions(listOf(action1)) in notification_builder_addActions_doesNotMutatePreviouslyBuiltInstance() constant435 val notificationBuilder = in notification_build_withDuplicateActionIds_throwsIllegalArgumentException() constant450 val notificationBuilder = in notification_build_withMoreThanTwoActions_throwsIllegalArgumentException() constant
275 Notification.Builder notificationBuilder = in showNonSpamCallNotification() local394 Notification.Builder notificationBuilder = in showSpamCallNotification() local
106 final Notification.Builder notificationBuilder = in onReceiveDirectReply() local
101 Notification.Builder notificationBuilder = in createConnectToAvailableNetworkNotification() local
162 Notification.Builder notificationBuilder = (new Notification.Builder(mContext, in notifyOfAutoGrantPermissions() local
403 Notification.Builder notificationBuilder = in buildNotification() local
439 Notification.Builder notificationBuilder = new Notification.Builder(mContext, CHANNEL_ID) in isHeadsUpDismissible_ongoingCallNotificationWithFullScreenIntent_returnsFalse() local
965 Notification.Builder notificationBuilder = new Notification.Builder(mContext, in generateMockStatusBarNotification() local
548 var notificationBuilder = in <lambda>() variable
2125 final Notification.Builder notificationBuilder = new Notification.Builder( in launchIdleText() local