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/core/java/com/android/server/am/
ContentProviderRecord.java
55
String
shortStringName
;
223
if (
shortStringName
!= null) {
224
return
shortStringName
;
230
return
shortStringName
= sb.toString();
ProcessRecord.java
185
String
shortStringName
; // caching of toShortString() result.
455
shortStringName
= null;
609
if (
shortStringName
!= null) {
610
return
shortStringName
;
614
return
shortStringName
= sb.toString();
[
all
...]
Completed in 145 milliseconds