OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortStringName
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java
56
String
shortStringName
;
212
if (
shortStringName
!= null) {
213
return
shortStringName
;
219
return
shortStringName
= sb.toString();
ProcessRecord.java
160
String
shortStringName
; // caching of toShortString() result.
381
shortStringName
= null;
495
if (
shortStringName
!= null) {
496
return
shortStringName
;
500
return
shortStringName
= sb.toString();
Completed in 961 milliseconds