/packages/apps/Gallery/src/com/android/camera/ |
D | ReverseGeocoderTask.java | 50 String value = MenuHelper.EMPTY_STRING; in doInBackground() 61 value = MenuHelper.EMPTY_STRING; in doInBackground() 64 value = MenuHelper.EMPTY_STRING; in doInBackground()
|
D | MenuHelper.java | 96 public static final String EMPTY_STRING = ""; field in MenuHelper 210 if (!location.equals(MenuHelper.EMPTY_STRING)) { in onComplete() 337 if (value != null && !value.equals(EMPTY_STRING)) { in showExifInformation() 391 ? EMPTY_STRING in onDetailsClicked() 429 value = EMPTY_STRING; in onDetailsClicked() 436 if (value != EMPTY_STRING) { in onDetailsClicked()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | JsonUtils.java | 37 private static final String EMPTY_STRING = ""; field in JsonUtils 70 return EMPTY_STRING; in listToJsonStr() 91 return EMPTY_STRING; in listToJsonStr()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 108 private static final String EMPTY_STRING = ""; field in ChannelBannerView 270 .setDescription(EMPTY_STRING) in ChannelBannerView() 275 .setDescription(EMPTY_STRING) in ChannelBannerView() 418 info.hasClosedCaption() ? sClosedCaptionMark : EMPTY_STRING); in updateStreamInfo() 440 String displayNumber = EMPTY_STRING; in updateChannelInfo() 441 String displayName = EMPTY_STRING; in updateChannelInfo() 445 displayNumber = EMPTY_STRING; in updateChannelInfo() 449 displayName = EMPTY_STRING; in updateChannelInfo()
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | RecentlyWatchedDialogFragment.java | 42 private static final String EMPTY_STRING = ""; field in RecentlyWatchedDialogFragment 81 displayNumber = EMPTY_STRING; in onCreateDialog()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | StringUtils.java | 34 private static final String EMPTY_STRING = ""; field in StringUtils 158 return EMPTY_STRING; in removeFromCommaSplittableTextIfExists() 557 return EMPTY_STRING; in byteArrayToHexString()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactLocaleUtils.java | 107 private static final String EMPTY_STRING = ""; field in ContactLocaleUtils.ContactLocaleUtilsBase 263 return EMPTY_STRING; in getBucketLabel()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | char_utils.cpp | 1286 /* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */); member in latinime::CharUtils
|
D | char_utils.h | 30 static const std::vector<int> EMPTY_STRING;
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Conversation.java | 48 private static final String EMPTY_STRING = ""; field in Conversation 793 return in != null ? in : EMPTY_STRING; in emptyIfNull()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_policy.h | 103 mAttributeMap(), mLocale(CharUtils::EMPTY_STRING), mMultiWordCostMultiplier(0.0f), in HeaderPolicy()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ConversationMessageData.java | 173 results.add(EMPTY_STRING); in addResult() 702 private static final String EMPTY_STRING = ""; local
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | FakeTvProvider.java | 142 private static final String EMPTY_STRING = ""; field in FakeTvProvider 1592 values.put(Channels.COLUMN_INPUT_ID, EMPTY_STRING); in insert()
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | TvProvider.java | 147 private static final String EMPTY_STRING = ""; field in TvProvider 1354 values.put(Channels.COLUMN_INPUT_ID, EMPTY_STRING); in insert()
|