Home
last modified time | relevance | path

Searched refs:shortStringName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java55 String shortStringName; field in ContentProviderRecord
223 if (shortStringName != null) { in toShortString()
224 return shortStringName; in toShortString()
230 return shortStringName = sb.toString(); in toShortString()
DProcessRecord.java189 String shortStringName; // caching of toShortString() result. field in ProcessRecord
454 shortStringName = null; in setPid()
616 if (shortStringName != null) { in toShortString()
617 return shortStringName; in toShortString()
621 return shortStringName = sb.toString(); in toShortString()