Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 2316) sorted by relevance

12345678910>>...93

/packages/apps/MusicFX/src/com/android/musicfx/
DControlPanelEffect.java167 final boolean isGlobalEnabled = prefs.getBoolean(Key.global_enabled.toString(), in initEffectsPreferences()
169 editor.putBoolean(Key.global_enabled.toString(), isGlobalEnabled); in initEffectsPreferences()
173 final boolean isVIEnabled = prefs.getBoolean(Key.virt_enabled.toString(), in initEffectsPreferences()
176 final int vIStrength = prefs.getInt(Key.virt_strength.toString(), in initEffectsPreferences()
179 editor.putBoolean(Key.virt_enabled.toString(), isVIEnabled); in initEffectsPreferences()
180 editor.putInt(Key.virt_strength.toString(), vIStrength); in initEffectsPreferences()
187 editor.putBoolean(Key.virt_strength_supported.toString(), in initEffectsPreferences()
199 final boolean isBBEnabled = prefs.getBoolean(Key.bb_enabled.toString(), in initEffectsPreferences()
201 final int bBStrength = prefs.getInt(Key.bb_strength.toString(), in initEffectsPreferences()
203 editor.putBoolean(Key.bb_enabled.toString(), isBBEnabled); in initEffectsPreferences()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java49 assertEquals("type word", WORD_TO_TYPE, mEditText.getText().toString()); in testTypeWord()
60 mEditText.getText().toString()); in testPickSuggestionThenBackspace()
72 mEditText.getText().toString()); in testPickAutoCorrectionThenBackspace()
75 mEditText.getText().toString()); in testPickAutoCorrectionThenBackspace()
86 mEditText.getText().toString()); in testPickTypedWordOverAutoCorrectionThenBackspace()
89 mEditText.getText().toString()); in testPickTypedWordOverAutoCorrectionThenBackspace()
101 mEditText.getText().toString()); in testPickDifferentSuggestionThenBackspace()
104 mEditText.getText().toString()); in testPickDifferentSuggestionThenBackspace()
125 assertEquals("delete selection", EXPECTED_RESULT, mEditText.getText().toString()); in testDeleteSelection()
147 assertEquals("delete selection twice", EXPECTED_RESULT, mEditText.getText().toString()); in testDeleteSelectionTwice()
[all …]
DPunctuationTests.java48 EXPECTED_RESULT, mEditText.getText().toString()); in testWordThenSpaceThenPunctuationFromStripTwice()
60 mEditText.getText().toString()); in testWordThenSpaceThenPunctuationFromKeyboardTwice()
74 mEditText.getText().toString()); in testManualPickThenPunctuationFromStripTwiceThenType()
85 mEditText.getText().toString()); in testManualPickThenManualPickWithPunctAtStart()
96 EXPECTED_RESULT, mEditText.getText().toString()); in testManuallyPickedWordThenColon()
107 EXPECTED_RESULT, mEditText.getText().toString()); in testManuallyPickedWordThenOpenParen()
118 EXPECTED_RESULT, mEditText.getText().toString()); in testManuallyPickedWordThenCloseParen()
129 EXPECTED_RESULT, mEditText.getText().toString()); in testManuallyPickedWordThenSmiley()
140 EXPECTED_RESULT, mEditText.getText().toString()); in testManuallyPickedWordThenDotCom()
150 EXPECTED_RESULT, mEditText.getText().toString()); in testTypeWordTypeDotThenPressDotCom()
[all …]
DInputLogicTestsDeadKeys.java61 assertEquals("simple dead circumflex", EXPECTED_RESULT, mEditText.getText().toString()); in testDeadCircumflexSimple()
75 assertEquals("dead circumflex backspace", EXPECTED_RESULT, mEditText.getText().toString()); in testDeadCircumflexBackspace()
88 mEditText.getText().toString()); in testDeadCircumflexFeedback()
106 mEditText.getText().toString()); in testDeadDiaeresisSpace()
120 assertEquals("dead acute on a typed", EXPECTED_RESULT1, mEditText.getText().toString()); in testDeadAcuteLetterBackspace()
124 assertEquals("a with acute deleted", EXPECTED_RESULT2, mEditText.getText().toString()); in testDeadAcuteLetterBackspace()
140 mEditText.getText().toString()); in testFinnishStroke()
163 mEditText.getText().toString()); in testDoubleDeadOgonek()
179 mEditText.getText().toString()); in testDeadCircumflexDeadDiaeresis()
196 mEditText.getText().toString()); in testDeadCircumflexDeadDiaeresisBackspace()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DPointerTrackerQueueTests.java65 public String toString() { in toString() method in PointerTrackerQueueTests.Element
66 return Integer.toString(mId); in toString()
79 assertEquals("[]", mQueue.toString()); in testEmpty()
86 assertEquals("[1]", mQueue.toString()); in testAdd()
89 assertEquals("[1 2]", mQueue.toString()); in testAdd()
92 assertEquals("[1 2 3]", mQueue.toString()); in testAdd()
95 assertEquals("[1 2 3 4]", mQueue.toString()); in testAdd()
109 assertEquals("[1 3 4]", mQueue.toString()); in testRemove()
112 assertEquals("[1 3]", mQueue.toString()); in testRemove()
115 assertEquals("[1 3]", mQueue.toString()); in testRemove()
[all …]
/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java59 public String toString() { in toString() method in Log.Tag
66 android.util.Log.d(tag.toString(), msg); in d()
72 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg)); in d()
78 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg, tags)); in d()
84 android.util.Log.d(tag.toString(), msg, tr); in d()
90 android.util.Log.e(tag.toString(), msg); in e()
96 android.util.Log.e(tag.toString(), LogUtil.addTags(instance, msg)); in e()
102 android.util.Log.e(tag.toString(), LogUtil.addTags(instance, msg, tags)); in e()
108 android.util.Log.e(tag.toString(), msg, tr); in e()
114 android.util.Log.i(tag.toString(), msg); in i()
[all …]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DLog.java56 android.util.Log.v(LOG_TAG, toString(message, null)); in trace()
61 android.util.Log.v(LOG_TAG, toString(message, t)); in trace()
66 android.util.Log.d(LOG_TAG, toString(message, null)); in debug()
71 android.util.Log.d(LOG_TAG, toString(message, t)); in debug()
76 android.util.Log.i(LOG_TAG, toString(message, null)); in info()
81 android.util.Log.i(LOG_TAG, toString(message, t)); in info()
85 android.util.Log.w(LOG_TAG, toString(message, null)); in warn()
89 android.util.Log.w(LOG_TAG, toString(message, t)); in warn()
93 android.util.Log.e(LOG_TAG, toString(message, null)); in error()
97 android.util.Log.e(LOG_TAG, toString(message, t)); in error()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java72 resultMap.put(inboxfolderDetailsMap.get(FolderColumns.URI).toString(), in initializeAccount()
77 resultMap.put(((Uri) accountDetailsMap.get(AccountColumns.URI)).toString(), in initializeAccount()
82 resultMap.put(secondFolderDetailsMap.get(FolderColumns.URI).toString(), in initializeAccount()
86 inboxfolderDetailsMap.get(FolderColumns.CHILD_FOLDERS_LIST_URI).toString(), in initializeAccount()
96 resultMap.put(inboxfolderDetailsMap.get(FolderColumns.CONVERSATION_LIST_URI).toString(), in initializeAccount()
101 resultMap.put(message0.get(MessageColumns.URI).toString(), ImmutableList.of(message0)); in initializeAccount()
102 resultMap.put(conversations.get(0).get(ConversationColumns.MESSAGE_LIST_URI).toString(), in initializeAccount()
104 resultMap.put(message0.get(MessageColumns.ATTACHMENT_LIST_URI).toString(), in initializeAccount()
108 resultMap.put(message1.get(MessageColumns.URI).toString(), ImmutableList.of(message1)); in initializeAccount()
111 resultMap.put(message1a.get(MessageColumns.URI).toString(), ImmutableList.of(message1a)); in initializeAccount()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSpannableStringUtilsTests.java125 spannableString.toString(), " ", true /* preserveTrailingEmptySegmengs */); in testSplitCharSequenceWithSpan()
135 assertEquals("", charSequencesFromString[0].toString()); in testSplitCharSequenceWithSpan()
137 assertEquals("", charSequencesFromSpanned[0].toString()); in testSplitCharSequenceWithSpan()
146 assertEquals("a", charSequencesFromString[1].toString()); in testSplitCharSequenceWithSpan()
148 assertEquals("a", charSequencesFromSpanned[1].toString()); in testSplitCharSequenceWithSpan()
157 assertEquals("bcd", charSequencesFromString[2].toString()); in testSplitCharSequenceWithSpan()
159 assertEquals("bcd", charSequencesFromSpanned[2].toString()); in testSplitCharSequenceWithSpan()
168 assertEquals("efg", charSequencesFromString[3].toString()); in testSplitCharSequenceWithSpan()
170 assertEquals("efg", charSequencesFromSpanned[3].toString()); in testSplitCharSequenceWithSpan()
177 assertEquals("hij", charSequencesFromString[4].toString()); in testSplitCharSequenceWithSpan()
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilterTest.java43 assertEquals(expectedString1, dest.toString()); in testFilter()
47 assertEquals(expectedString2, dest.toString()); in testFilter()
50 assertEquals(expectedString2, dest.toString()); in testFilter()
54 assertEquals(expectedString3, dest.toString()); in testFilter()
58 assertEquals(expectedString4, dest.toString()); in testFilter()
62 assertEquals(expectedString3, dest.toString()); in testFilter()
66 assertEquals(expectedString5, dest.toString()); in testFilter()
70 assertEquals(expectedString6, dest.toString()); in testFilter()
76 assertEquals(expectedString7, dest.toString()); in testFilter()
80 assertEquals(expectedString8, dest.toString()); in testFilter()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/tts/
DTtsPlaybackPreferenceControllerTest.java123 when(mEnginesHelper.parseLocaleString(VOICE.getLocale().toString())).thenReturn( in setUp()
125 when(mEnginesHelper.parseLocaleString(Locale.CANADA.toString())).thenReturn(Locale.CANADA); in setUp()
126 when(mEnginesHelper.parseLocaleString(Locale.KOREA.toString())).thenReturn(Locale.KOREA); in setUp()
194 Locale.ENGLISH.toString(), in voiceDataCheck_processActivityResult_checkSuccess_hasVoices_populatesPreference()
195 Locale.CANADA.toString(), in voiceDataCheck_processActivityResult_checkSuccess_hasVoices_populatesPreference()
196 Locale.KOREA.toString() in voiceDataCheck_processActivityResult_checkSuccess_hasVoices_populatesPreference()
250 Locale.ENGLISH.toString(), in defaultLanguage_handlePreferenceChanged_passEmptyValue_setsDefault()
251 Locale.CANADA.toString(), in defaultLanguage_handlePreferenceChanged_passEmptyValue_setsDefault()
252 Locale.KOREA.toString() in defaultLanguage_handlePreferenceChanged_passEmptyValue_setsDefault()
270 Locale.ENGLISH.toString(), in defaultLanguage_handlePreferenceChanged_passLocale_setsLocale()
[all …]
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DPropertiesProvisioningDataParserTest.java225 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString()); in setUp()
249 Boolean.toString(TEST_SKIP_ENCRYPTION)); in testParse_nfcProvisioningIntent()
251 props.setProperty(EXTRA_PROVISIONING_MAIN_COLOR, Integer.toString(TEST_MAIN_COLOR)); in testParse_nfcProvisioningIntent()
299 properties.setProperty(EXTRA_PROVISIONING_USE_MOBILE_DATA, Boolean.toString(true)); in testParse_nfcProvisioningIntent_setUseMobileDataTrue()
308 properties.setProperty(EXTRA_PROVISIONING_USE_MOBILE_DATA, Boolean.toString(false)); in testParse_nfcProvisioningIntent_setUseMobileDataFalse()
328 props.setProperty(EXTRA_PROVISIONING_WIFI_HIDDEN, Boolean.toString(TEST_HIDDEN)); in testParse_nfcProvisioning_wifiWithCertificates()
339 props.setProperty(EXTRA_PROVISIONING_WIFI_PROXY_PORT, Integer.toString(TEST_PROXY_PORT)); in testParse_nfcProvisioning_wifiWithCertificates()
452 Boolean.toString(TEST_SKIP_ENCRYPTION)); in buildIntentWithAllShortExtras()
454 EXTRA_PROVISIONING_MAIN_COLOR_SHORT, Integer.toString(TEST_MAIN_COLOR)); in buildIntentWithAllShortExtras()
472 Boolean.toString(TEST_USE_MOBILE_DATA)); in buildIntentWithAllShortExtras()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DUtf8ByteLengthFilterTest.java89 assertThat(dest.toString()).isEqualTo(expectedString1); in exerciseFilter()
93 assertThat(dest.toString()).isEqualTo(expectedString2); in exerciseFilter()
96 assertThat(dest.toString()).isEqualTo(expectedString2); in exerciseFilter()
100 assertThat(dest.toString()).isEqualTo(expectedString3); in exerciseFilter()
104 assertThat(dest.toString()).isEqualTo(expectedString4); in exerciseFilter()
108 assertThat(dest.toString()).isEqualTo(expectedString3); in exerciseFilter()
112 assertThat(dest.toString()).isEqualTo(expectedString5); in exerciseFilter()
116 assertThat(dest.toString()).isEqualTo(expectedString6); in exerciseFilter()
122 assertThat(dest.toString()).isEqualTo(expectedString7); in exerciseFilter()
126 assertThat(dest.toString()).isEqualTo(expectedString8); in exerciseFilter()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDebugLogUtils.java36 return null == o ? "null" : o.toString(); in s()
60 sb.append(frames[j].toString() + "\n"); in getStackTrace()
63 return sb.toString(); in getStackTrace()
75 sb.append(frames[j].toString() + "\n"); in getStackTrace()
77 return sb.toString(); in getStackTrace()
92 sb.append(s(o).toString()); in l()
95 Log.e(TAG, sb.toString()); in l()
109 sb.append(s(o).toString()); in r()
113 Log.e(TAG, sb.toString()); in r()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEnabledNetworkModePreferenceController.java220 preference.setValue(Integer.toString(networkMode)); in updatePreferenceValueAndSummary()
226 Integer.toString(TelephonyManager.NETWORK_MODE_TDSCDMA_GSM_WCDMA)); in updatePreferenceValueAndSummary()
233 preference.setValue(Integer.toString(TelephonyManager.NETWORK_MODE_WCDMA_PREF)); in updatePreferenceValueAndSummary()
236 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
244 Integer.toString(TelephonyManager.NETWORK_MODE_GSM_ONLY)); in updatePreferenceValueAndSummary()
248 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
263 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_GSM_WCDMA)); in updatePreferenceValueAndSummary()
268 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
279 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_CDMA_EVDO)); in updatePreferenceValueAndSummary()
284 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DEnabledNetworkModePreferenceController.java220 preference.setValue(Integer.toString(networkMode)); in updatePreferenceValueAndSummary()
226 Integer.toString(TelephonyManager.NETWORK_MODE_TDSCDMA_GSM_WCDMA)); in updatePreferenceValueAndSummary()
233 preference.setValue(Integer.toString(TelephonyManager.NETWORK_MODE_WCDMA_PREF)); in updatePreferenceValueAndSummary()
236 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
244 Integer.toString(TelephonyManager.NETWORK_MODE_GSM_ONLY)); in updatePreferenceValueAndSummary()
248 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
263 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_GSM_WCDMA)); in updatePreferenceValueAndSummary()
268 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
279 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_CDMA_EVDO)); in updatePreferenceValueAndSummary()
284 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary()
[all …]
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProvider.java37 .setSliceUri(CustomSliceRegistry.CONTEXTUAL_WIFI_SLICE_URI.toString()) in getContextualCards()
38 .setCardName(CustomSliceRegistry.CONTEXTUAL_WIFI_SLICE_URI.toString()) in getContextualCards()
43 .setSliceUri(CustomSliceRegistry.BLUETOOTH_DEVICES_SLICE_URI.toString()) in getContextualCards()
44 .setCardName(CustomSliceRegistry.BLUETOOTH_DEVICES_SLICE_URI.toString()) in getContextualCards()
49 .setSliceUri(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
50 .setCardName(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
55 .setSliceUri(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()
56 .setCardName(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()
60 CustomSliceRegistry.CONTEXTUAL_NOTIFICATION_CHANNEL_SLICE_URI.toString(); in getContextualCards()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DSettingsContextualCardProvider.java34 .setSliceUri(CustomSliceRegistry.CONTEXTUAL_WIFI_SLICE_URI.toString()) in getContextualCards()
35 .setCardName(CustomSliceRegistry.CONTEXTUAL_WIFI_SLICE_URI.toString()) in getContextualCards()
40 .setSliceUri(CustomSliceRegistry.BLUETOOTH_DEVICES_SLICE_URI.toString()) in getContextualCards()
41 .setCardName(CustomSliceRegistry.BLUETOOTH_DEVICES_SLICE_URI.toString()) in getContextualCards()
46 .setSliceUri(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
47 .setCardName(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
52 .setSliceUri(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()
53 .setCardName(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()
57 CustomSliceRegistry.CONTEXTUAL_NOTIFICATION_CHANNEL_SLICE_URI.toString(); in getContextualCards()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DAddress.java140 name = tokenizedName != null ? Html.fromHtml(tokenizedName.trim()).toString() in getEmailAddress()
142 address = Html.fromHtml(tokens[0].getAddress()).toString(); in getEmailAddress()
146 "" : Html.fromHtml(rawAddress).toString(); in getEmailAddress()
283 public String toString() { in toString() method in Address
327 public static String toString(Address[] addresses) { in toString() method in Address
328 return toString(addresses, ADDRESS_DELIMETER); in toString()
338 public static String toString(Address[] addresses, String separator) { in toString() method in Address
343 return addresses[0].toString(); in toString()
345 StringBuilder sb = new StringBuilder(addresses[0].toString()); in toString()
349 sb.append(addresses[i].toString().trim()); in toString()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAddress.java130 name = tokenizedName != null ? Html.fromHtml(tokenizedName.trim()).toString() : ""; in getEmailAddress()
131 address = Html.fromHtml(tokens[0].getAddress()).toString(); in getEmailAddress()
134 address = rawAddress == null ? "" : Html.fromHtml(rawAddress).toString(); in getEmailAddress()
267 public String toString() { in toString() method in Address
305 public static String toString(Address[] addresses) { in toString() method in Address
306 return toString(addresses, ADDRESS_DELIMETER); in toString()
316 public static String toString(Address[] addresses, String separator) { in toString() method in Address
321 return addresses[0].toString(); in toString()
323 StringBuilder sb = new StringBuilder(addresses[0].toString()); in toString()
327 sb.append(addresses[i].toString().trim()); in toString()
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataKind.java105 public String toString() { in toString() method in DataKind
120 sb.append(" typeList=").append(toString(typeList)); in toString()
121 sb.append(" fieldList=").append(toString(fieldList)); in toString()
123 sb.append(" dateFormatWithoutYear=").append(toString(dateFormatWithoutYear)); in toString()
124 sb.append(" dateFormatWithYear=").append(toString(dateFormatWithYear)); in toString()
126 return sb.toString(); in toString()
129 public static String toString(SimpleDateFormat format) { in toString() method in DataKind
133 public static String toString(Iterable<?> list) { in toString() method in DataKind
137 return Iterators.toString(list.iterator()); in toString()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java55 LogUtil.i("VideoSurfaceTextureImpl.setDelegate", "delegate: " + delegate + " " + toString()); in setDelegate()
73 "surfaceDimensions: " + surfaceDimensions + " " + toString()); in setSurfaceDimensions()
107 LogUtil.i("VideoSurfaceTextureImpl.attachToTextureView", toString()); in attachToTextureView()
131 LogUtil.i("VideoSurfaceTextureImpl.setDoneWithSurface", toString()); in setDoneWithSurface()
150 "width: " + width + ", height: " + height + " " + toString()); in createSurface()
163 LogUtil.e("VideoSurfaceTextureImpl.onSurfaceCreated", "delegate is null. " + toString()); in onSurfaceCreated()
171 LogUtil.e("VideoSurfaceTextureImpl.onSurfaceReleased", "delegate is null. " + toString()); in onSurfaceReleased()
176 public String toString() { in toString() method in VideoSurfaceTextureImpl
196 + VideoSurfaceTextureImpl.this.toString()); in onSurfaceTextureAvailable()
225 VideoSurfaceTextureImpl.this.toString(), in onSurfaceTextureDestroyed()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataKind.java92 public static String toString(SimpleDateFormat format) { in toString() method in DataKind
96 public static String toString(Iterable<?> list) { in toString() method in DataKind
100 return Iterators.toString(list.iterator()); in toString()
109 public String toString() { in toString() method in DataKind
124 sb.append(" typeList=").append(toString(typeList)); in toString()
125 sb.append(" fieldList=").append(toString(fieldList)); in toString()
127 sb.append(" dateFormatWithoutYear=").append(toString(dateFormatWithoutYear)); in toString()
128 sb.append(" dateFormatWithYear=").append(toString(dateFormatWithYear)); in toString()
130 return sb.toString(); in toString()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DIOUtils.java115 LINE_SEPARATOR = buf.toString();
358 public static String toString(InputStream input) throws IOException { in toString() method in IOUtils
361 return sw.toString(); in toString()
380 public static String toString(InputStream input, String encoding) in toString() method in IOUtils
384 return sw.toString(); in toString()
398 public static String toString(Reader input) throws IOException { in toString() method in IOUtils
401 return sw.toString(); in toString()
415 public static String toString(byte[] input) throws IOException { in toString() method in IOUtils
434 public static String toString(byte[] input, String encoding) in toString() method in IOUtils
832 output.write(data.toString()); in write()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryStats.java66 return bytes.toString() + " bytes"; in getFileSizeString()
70 return kb.toString() + " kb"; in getFileSizeString()
72 return mb.toString() + " Mb"; in getFileSizeString()
76 public String toString() { in toString() method in DictionaryStats
92 return builder.toString(); in toString()
95 public static String toString(final Iterable<DictionaryStats> stats) { in toString() method in DictionaryStats
99 builder.append(stat.toString()); in toString()
101 return builder.toString(); in toString()

12345678910>>...93