OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBestName
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
SubdivisionNode.java
268
private String
getBestName
(String value, boolean useIso) {
598
+ sdset.
getBestName
(toReplace, true) + " => " + (replaceBy == null ? "??" :
getBestName
(replaceBy, true)) + " -->"
602
private String
getBestName
(List<String> replaceBy, boolean useIso) {
611
result.append(sdset.
getBestName
(s, useIso));
679
String cldrName = sdset.
getBestName
(value, false);
706
String cldrName = sdset.
getBestName
(value, false);
707
//
getBestName
(value);
[
all
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
125
public String
getBestName
() {
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
207
Log.i(TAG, "Contact Name: " + rawContact.
getBestName
());
258
Log.i(TAG, "Clearing dirty flag for: " + rawContact.
getBestName
());
[
all
...]
Completed in 54 milliseconds