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.java8199 String errorStr = "shareTitle should be less than " + in requestBugReportWithDescription() local
8201 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()
8208 String errorStr = "shareDescription: UnsupportedEncodingException"; in requestBugReportWithDescription()
8209 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()
8212 String errorStr = "shareTitle should be less than " + in requestBugReportWithDescription() local
8214 throw new IllegalArgumentException(errorStr); in requestBugReportWithDescription()