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

  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 210 assertTrue(action.getShowsUserInterface());
224 assertTrue(action.getShowsUserInterface());
240 assertFalse(action.getShowsUserInterface());
254 assertFalse(result.getShowsUserInterface());
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatBuilder.java 283 action.getShowsUserInterface());
NotificationCompatJellybean.java 263 bundle.putBoolean(KEY_SHOWS_USER_INTERFACE, action.getShowsUserInterface());
NotificationCompat.java     [all...]

Completed in 200 milliseconds