Home
last modified time | relevance | path

Searched refs:shortStringName (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java65 String shortStringName; field in ContentProviderRecord
305 if (shortStringName != null) { in toShortString()
306 return shortStringName; in toShortString()
312 return shortStringName = sb.toString(); in toShortString()
H A DProcessRecord.java1282 final String shortStringName = mShortStringName; in toShortString() local
1283 if (shortStringName != null) { in toShortString()
1284 return shortStringName; in toShortString()