OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geoDescription
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
89
public String
geoDescription
;
559
* Updates this CallerInfo's
geoDescription
field, based on the raw
563
*
geoDescription
automatically; you need to call this method
572
geoDescription
= getGeoDescription(context, number);
653
.append("\ngeoDescription: " +
geoDescription
)
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java
123
public String
geoDescription
;
522
* Updates this CallerInfo's
geoDescription
field, based on the raw
526
*
geoDescription
automatically; you need to call this method
535
geoDescription
= com.android.dialer.util.PhoneNumberUtil.getGeoDescription(context, number);
554
.append("\ngeoDescription: " +
geoDescription
)
ContactInfoCache.java
531
// query to only do the
geoDescription
lookup in the first
533
displayLocation = info.
geoDescription
; // may be null
534
Log.d(TAG, "Geodescrption: " + info.
geoDescription
);
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 199 milliseconds