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.java175 String shortStringName; // caching of toShortString() result. field in ProcessRecord
425 shortStringName = null; in setPid()
556 if (shortStringName != null) { in toShortString()
557 return shortStringName; in toShortString()
561 return shortStringName = sb.toString(); in toShortString()