/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ControlPanelEffect.java | 167 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/ |
D | InputLogicTests.java | 49 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 …]
|
D | PunctuationTests.java | 48 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 …]
|
D | InputLogicTestsDeadKeys.java | 61 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/ |
D | PointerTrackerQueueTests.java | 65 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/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipTransformationTest.java | 35 Assert.assertEquals(null, trans.toString()); in testCreateEmpty() 45 Assert.assertEquals("crop", trans.toString()); in testAddTransformation() 51 Assert.assertEquals("stretch crop", trans.toString()); in testAddTransformation() 61 Assert.assertEquals("crop", trans.toString()); in testAddExistingTransformation() 67 Assert.assertEquals("crop", trans.toString()); in testAddExistingTransformation() 90 Assert.assertEquals("crop", trans.toString()); in testRemoveOnlyTransformation() 97 Assert.assertEquals(null, trans.toString()); in testRemoveOnlyTransformation() 108 Assert.assertEquals("stretch crop", trans.toString()); in testRemoveOneTransformation() 114 Assert.assertEquals("stretch", trans.toString()); in testRemoveOneTransformation() 126 Assert.assertEquals("stretch crop", trans.toString()); in testRemoveInvalidTransformation() [all …]
|
D | BipImageDescriptorTest.java | 46 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_encodingConstants() 62 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_encodingObject() 77 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_proprietaryEncoding() 93 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_transformationConstantStretch() 109 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_transformationConstantCrop() 125 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_transformationConstantFill() 142 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_transformationConstantCropThenFill() 156 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_noSize() 171 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_useMaxSize() 188 Assert.assertEquals(expected, descriptor.toString()); in testBuildImageDescriptor_allButSize() [all …]
|
D | BipImageFormatTest.java | 40 Assert.assertEquals(expected, format.toString()); in testParseNative_requiredOnly() 53 Assert.assertEquals(expected, format.toString()); in testParseNative_withSize() 66 Assert.assertEquals(expected, format.toString()); in testParseVariant_requiredOnly() 79 Assert.assertEquals(expected, format.toString()); in testParseVariant_withMaxSize() 95 Assert.assertEquals(expected, format.toString()); in testParseVariant_withTransformation() 99 Assert.assertEquals(expected, format.toString()); in testParseVariant_withTransformation() 103 Assert.assertEquals(expected, format.toString()); in testParseVariant_withTransformation() 124 Assert.assertEquals(expected, format.toString()); in testParseVariant_allFields() 133 Assert.assertEquals(expected, format.toString()); in testParseVariant_allFields() 142 Assert.assertEquals(expected, format.toString()); in testParseVariant_allFields() [all …]
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
D | Log.java | 59 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/Settings/src/com/android/settings/homepage/contextualcards/ |
D | SettingsContextualCardProvider.java | 37 .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() 68 CustomSliceRegistry.CONTEXTUAL_ADAPTIVE_SLEEP_URI.toString(); in getContextualCards() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageProperties.java | 263 public String toString() { in toString() method in BipImageProperties 279 error("Native format " + format.toString() + " is invalid."); in toString() 283 xmlMsgElement.attribute(null, "encoding", encoding.toString()); in toString() 284 xmlMsgElement.attribute(null, "pixel", pixel.toString()); in toString() 286 xmlMsgElement.attribute(null, "size", Integer.toString(size)); in toString() 297 error("Variant format " + format.toString() + " is invalid."); in toString() 301 xmlMsgElement.attribute(null, "encoding", encoding.toString()); in toString() 302 xmlMsgElement.attribute(null, "pixel", pixel.toString()); in toString() 304 xmlMsgElement.attribute(null, "maxsize", Integer.toString(maxSize)); in toString() 307 xmlMsgElement.attribute(null, "transformation", trans.toString()); in toString() [all …]
|
D | BipImageDescriptor.java | 264 String s = toString(); in serialize() 286 public String toString() { in toString() method in BipImageDescriptor 301 xmlMsgElement.attribute(null, "encoding", mEncoding.toString()); in toString() 302 xmlMsgElement.attribute(null, "pixel", mPixel.toString()); in toString() 304 xmlMsgElement.attribute(null, "size", Integer.toString(mSize)); in toString() 307 xmlMsgElement.attribute(null, "maxsize", Integer.toString(mMaxSize)); in toString() 310 xmlMsgElement.attribute(null, "transformation", mTransformation.toString()); in toString() 315 return writer.toString(); in toString() 317 error(e.toString()); in toString() 319 error(e.toString()); in toString() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SpannableStringUtilsTests.java | 125 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/ |
D | Utf8ByteLengthFilterTest.java | 43 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/ |
D | TtsPlaybackPreferenceControllerTest.java | 123 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/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | Utf8ByteLengthFilterTest.java | 89 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/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/ |
D | PropertiesProvisioningDataParserTest.java | 225 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/Settings/src/com/android/settings/network/telephony/ |
D | EnabledNetworkModePreferenceController.java | 365 oldEntryValue = Integer.toString( in add5gListItem() 388 int networkModeInt = Integer.valueOf(networkMode.toString()); in transformLteEntryValueTo5gEntryValue() 389 return Integer.toString(addNrToLteNetworkType(networkModeInt)); in transformLteEntryValueTo5gEntryValue() 426 preference.setValue(Integer.toString(networkMode)); in updatePreferenceValueAndSummary() 432 Integer.toString(TelephonyManagerConstants.NETWORK_MODE_TDSCDMA_GSM_WCDMA)); in updatePreferenceValueAndSummary() 439 … preference.setValue(Integer.toString(TelephonyManagerConstants.NETWORK_MODE_WCDMA_PREF)); in updatePreferenceValueAndSummary() 442 preference.setValue(Integer.toString(TelephonyManagerConstants in updatePreferenceValueAndSummary() 450 Integer.toString(TelephonyManagerConstants.NETWORK_MODE_GSM_ONLY)); in updatePreferenceValueAndSummary() 454 Integer.toString(TelephonyManagerConstants in updatePreferenceValueAndSummary() 469 Integer.toString(TelephonyManagerConstants.NETWORK_MODE_LTE_GSM_WCDMA)); in updatePreferenceValueAndSummary() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | DebugLogUtils.java | 36 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/ |
D | SettingsContextualCardProvider.java | 34 .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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | EnabledNetworkModePreferenceController.java | 216 preference.setValue(Integer.toString(networkMode)); in updatePreferenceValueAndSummary() 222 Integer.toString(TelephonyManager.NETWORK_MODE_TDSCDMA_GSM_WCDMA)); in updatePreferenceValueAndSummary() 229 preference.setValue(Integer.toString(TelephonyManager.NETWORK_MODE_WCDMA_PREF)); in updatePreferenceValueAndSummary() 232 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary() 240 Integer.toString(TelephonyManager.NETWORK_MODE_GSM_ONLY)); in updatePreferenceValueAndSummary() 244 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary() 259 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_GSM_WCDMA)); in updatePreferenceValueAndSummary() 264 Integer.toString(TelephonyManager in updatePreferenceValueAndSummary() 275 Integer.toString(TelephonyManager.NETWORK_MODE_LTE_CDMA_EVDO)); in updatePreferenceValueAndSummary() 280 preference.setValue(Integer.toString(TelephonyManager in updatePreferenceValueAndSummary() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | Address.java | 130 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/ |
D | DataKind.java | 105 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/SecureElement/src/com/android/se/security/ |
D | AccessRuleCache.java | 232 Log.i(mTag, "Merged Access Rule: " + refDo.toString() + ", " + ca.toString()); in putWithMerge() 237 Log.i(mTag, "Add Access Rule: " + refDo.toString() + ", " + channelAccess.toString()); in putWithMerge() 291 Log.i(mTag, "findAccessRule() Case A " + ref_do.toString() + ", " in findAccessRuleInternal() 292 + mRuleCache.get(ref_do).toString()); in findAccessRuleInternal() 319 Log.i(mTag, "findAccessRule() Case B " + ref_do.toString() + ", " in findAccessRuleInternal() 320 + mRuleCache.get(ref_do).toString()); in findAccessRuleInternal() 333 Log.i(mTag, "findAccessRule() Case C " + ref_do.toString() + ", " in findAccessRuleInternal() 334 + mRuleCache.get(ref_do).toString()); in findAccessRuleInternal() 363 Log.i(mTag, "findAccessRule() Case D " + ref_do.toString() + ", " in findAccessRuleInternal() 364 + mRuleCache.get(ref_do).toString()); in findAccessRuleInternal() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
D | VideoSurfaceTextureImpl.java | 55 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()
|