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;
219 if (shortStringName != null) {
220 return shortStringName;
226 return shortStringName = sb.toString();
ProcessRecord.java 166 String shortStringName; // caching of toShortString() result.
396 shortStringName = null;
526 if (shortStringName != null) {
527 return shortStringName;
531 return shortStringName = sb.toString();

Completed in 625 milliseconds