Home
last modified time | relevance | path

Searched refs:notifBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java557 Notification.Builder notifBuilder = new Notification.Builder(mContext, "Channel") in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
560 style.setBuilder(notifBuilder); //add a builder with actions in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
580 Notification.Builder notifBuilder = new Notification.Builder(mContext, "Channel") in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local
583 style.setBuilder(notifBuilder); //add a builder with actions in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
605 Notification.Builder notifBuilder = new Notification.Builder(mContext, "Channel") in testCallStyle_getSystemActions_dropsOldSystemActions() local
607 style.setBuilder(notifBuilder); //add a builder with actions in testCallStyle_getSystemActions_dropsOldSystemActions()