HomeSort by relevance Sort by last modified time
    Searched refs:newActionBuilder (Results 1 - 2 of 2) sorted by null

  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 170 NotificationCompat.Action a = newActionBuilder()
180 NotificationCompat.Action a = newActionBuilder()
201 NotificationCompat.Action a = newActionBuilder().build();
208 NotificationCompat.Action action = newActionBuilder().build();
229 NotificationCompat.Action a = newActionBuilder()
237 NotificationCompat.Action action = newActionBuilder()
246 NotificationCompat.Action action = newActionBuilder()
261 NotificationCompat.Action a = newActionBuilder()
274 NotificationCompat.Action a = newActionBuilder()
289 NotificationCompat.Action a = newActionBuilder()
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationTest.java 440 Notification.Action a = newActionBuilder()
448 Notification.Action a = newActionBuilder()
459 Notification.Action a = newActionBuilder()
509 Notification.Action a = newActionBuilder()
548 private static Notification.Action.Builder newActionBuilder() {

Completed in 523 milliseconds