Searched refs:shortStringName (Results 1 – 2 of 2) sorted by relevance
56 String shortStringName; field in ContentProviderRecord212 if (shortStringName != null) { in toShortString()213 return shortStringName; in toShortString()219 return shortStringName = sb.toString(); in toShortString()
146 String shortStringName; // caching of toShortString() result. field in ProcessRecord344 shortStringName = null; in setPid()391 if (shortStringName != null) { in toShortString()392 return shortStringName; in toShortString()396 return shortStringName = sb.toString(); in toShortString()