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()
160 String shortStringName; // caching of toShortString() result. field in ProcessRecord381 shortStringName = null; in setPid()495 if (shortStringName != null) { in toShortString()496 return shortStringName; in toShortString()500 return shortStringName = sb.toString(); in toShortString()