Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java556 Notification.Action actionToDrop = makeNotificationAction(null); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
559 .addAction(actionToDrop); //expect to move this action to the end in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
568 assertEquals(actionToDrop, actions.get(3)); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()