Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java8191 String errorStr = "shareTitle should be less than " + in requestBugReportWithDescription() local
8193 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()
8200 String errorStr = "shareDescription: UnsupportedEncodingException"; in requestBugReportWithDescription()
8201 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()
8204 String errorStr = "shareTitle should be less than " + in requestBugReportWithDescription() local
8206 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()