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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 281 int trimCount = 0;
282 while (trimCount < s.length()) {
283 char ch = s.charAt(trimCount);
286 trimCount++;
292 if (trimCount == 0) {
295 return s.substring(trimCount);
322 int trimCount = 0;
323 while (trimCount < s.length()) {
324 char ch = s.charAt(s.length() - trimCount - 1);
327 trimCount++
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 414 milliseconds