Searched refs:shortStringName (Results 1 – 2 of 2) sorted by relevance
55 String shortStringName; field in ContentProviderRecord223 if (shortStringName != null) { in toShortString()224 return shortStringName; in toShortString()230 return shortStringName = sb.toString(); in toShortString()
175 String shortStringName; // caching of toShortString() result. field in ProcessRecord425 shortStringName = null; in setPid()556 if (shortStringName != null) { in toShortString()557 return shortStringName; in toShortString()561 return shortStringName = sb.toString(); in toShortString()