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

  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderRecord.java 55 String shortStringName;
223 if (shortStringName != null) {
224 return shortStringName;
230 return shortStringName = sb.toString();
ProcessRecord.java 190 String shortStringName; // caching of toShortString() result.
464 shortStringName = null;
618 if (shortStringName != null) {
619 return shortStringName;
623 return shortStringName = sb.toString();
    [all...]

Completed in 102 milliseconds