/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 56 private static final String EMPTY_STRING = ""; field in CallLogAdapterTest 292 createCallLogEntry(TEST_NUMBER, EMPTY_STRING, TEST_VIA_NUMBER, NO_VALUE_SET, NO_VALUE_SET); in testBindView_CallLogWithViaNumber() 309 createCallLogEntry(TEST_NUMBER, EMPTY_STRING, EMPTY_STRING, NO_VALUE_SET, NO_VALUE_SET); in testBindView_CallLogWithoutViaNumber() 348 assertEquals(holders[i].number, EMPTY_STRING); in testPresentationAfterRebindingViewHolders() 371 assertEquals(holders[i].number, EMPTY_STRING); in testPresentationAfterRebindingViewHolders() 487 EMPTY_STRING, in testBindView_UriNumber() 544 EMPTY_STRING, in testBindView_NumberOnlyDbCachedFormattedNumber() 602 createCallLogEntry(testNumber, EMPTY_STRING, NO_VALUE_SET, NO_VALUE_SET); in createCallLogEntry() 607 EMPTY_STRING, in createPrivateCallLogEntry() 608 EMPTY_STRING, in createPrivateCallLogEntry() [all …]
|
/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 | 92 private static final String EMPTY_STRING = ""; field in ChannelBannerView 227 .setDescription(EMPTY_STRING) in ChannelBannerView() 233 .setDescription(EMPTY_STRING) in ChannelBannerView() 369 : EMPTY_STRING); in updateStreamInfo() 388 String displayNumber = EMPTY_STRING; in updateChannelInfo() 389 String displayName = EMPTY_STRING; in updateChannelInfo() 393 displayNumber = EMPTY_STRING; in updateChannelInfo() 397 displayName = EMPTY_STRING; in updateChannelInfo()
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | RecentlyWatchedDialogFragment.java | 45 private static final String EMPTY_STRING = ""; field in RecentlyWatchedDialogFragment 80 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/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/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactLocaleUtils.java | 92 private static final String EMPTY_STRING = ""; field in ContactLocaleUtils.ContactLocaleUtilsBase 209 return EMPTY_STRING; in getBucketLabel()
|
/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/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/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
|