OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:geoDescription
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
83
public String
geoDescription
;
509
* Updates this CallerInfo's
geoDescription
field, based on the raw
513
*
geoDescription
automatically; you need to call this method
522
geoDescription
= getGeoDescription(context, number);
602
.append("\ngeoDescription: " +
geoDescription
)
/packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java
81
public String
geoDescription
;
506
* Updates this CallerInfo's
geoDescription
field, based on the raw
510
*
geoDescription
automatically; you need to call this method
519
geoDescription
= getGeoDescription(context, number);
602
.append("\ngeoDescription: " +
geoDescription
)
Completed in 5393 milliseconds