Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPictureInPictureParams.java172 if (otherArgs.hasSetActions()) { in copyOnlySet()
216 public boolean hasSetActions() { in hasSetActions() method in PictureInPictureParams
225 if (hasSetActions()) { in truncateActions()
DPictureInPictureArgs.java214 if (otherArgs.hasSetActions()) { in copyOnlySet()
258 public boolean hasSetActions() { in hasSetActions() method in PictureInPictureArgs
267 if (hasSetActions()) { in truncateActions()
/frameworks/base/api/
Dremoved.txt42 method public boolean hasSetActions();
Dsystem-removed.txt42 method public boolean hasSetActions();
Dtest-removed.txt42 method public boolean hasSetActions();
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java8022 if (params.hasSetActions()) { in logPictureInPictureArgs()