Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7496 String errorStr = "shareTitle should be less than " in requestBugReportWithDescription() local
7498 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()
7502 String errorStr = "shareDescription should be less than " in requestBugReportWithDescription() local
7504 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()