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.java60 String shortStringName; field in ContentProviderRecord
255 if (shortStringName != null) { in toShortString()
256 return shortStringName; in toShortString()
262 return shortStringName = sb.toString(); in toShortString()
DProcessRecord.java282 String shortStringName; // caching of toShortString() result. field in ProcessRecord
598 shortStringName = null; in setPid()
807 if (shortStringName != null) { in toShortString()
808 return shortStringName; in toShortString()
812 return shortStringName = sb.toString(); in toShortString()