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 208 String shortStringName; // caching of toShortString() result.
513 shortStringName = null;
    [all...]

Completed in 65 milliseconds