/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/slice/ |
D | SliceUtil.kt | 34 import com.android.settingslib.spa.framework.util.getDestination 48 fun SliceUri.getDestination(): String? { in getDestination() method 107 val destination = getDestination() ?: return null in createBrowsePendingIntent() 115 val destination = getDestination() ?: return null in createBrowsePendingIntent()
|
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/ |
D | SliceUtilTest.kt | 39 assertThat(Uri.EMPTY.getDestination()).isNull() in sliceUriTest() 48 assertThat(sliceUriWithoutParams.getDestination()).isEqualTo(dest) in sliceUriTest() 55 assertThat(sliceUriWithParams.getDestination()).isEqualTo(dest) in sliceUriTest()
|
D | SettingsSliceDataRepositoryTest.kt | 57 assertThat(sliceUri.getDestination()).isEqualTo("SppLayer2") in getOrBuildSliceDataTest() 66 assertThat(sliceUri2.getDestination()).isEqualTo("SppLayer2") in getOrBuildSliceDataTest()
|
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/ |
D | SimpleRecipientChip.java | 44 mValue = entry.getDestination().trim(); in SimpleRecipientChip() 108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination(); in getOriginalText()
|
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/ |
D | SpaIntentTest.kt | 52 Truth.assertThat(pageIntent!!.getDestination()).isEqualTo(page.buildRoute()) in testCreateIntent() 59 Truth.assertThat(entryIntent!!.getDestination()).isEqualTo(page.buildRoute()) in testCreateIntent()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecMessage.java | 96 && this.mDestination == that.getDestination() in equals() 129 public int getDestination() { in getDestination() method in HdmiCecMessage
|
D | HdmiCecAtomWriter.java | 82 message.getDestination(), message.getOpcode(), sendMessageResult); in createMessageReportedGenericArgs()
|
D | HdmiCecLocalDevice.java | 266 int dest = message.getDestination(); in dispatchMessage() 463 message.getDestination(), message.getSource(), version); in handleGetCecVersion() 916 message.getDestination(), in handleVendorCommand() 930 if (message.getDestination() == Constants.ADDR_BROADCAST in handleVendorCommandWithId() 934 mDeviceType, message.getSource(), message.getDestination(), params, true)) { in handleVendorCommandWithId()
|
D | HdmiCecLocalDevicePlayback.java | 549 if (message.getDestination() != Constants.ADDR_BROADCAST in handleSetSystemAudioMode() 566 if (message.getDestination() == getDeviceInfo().getLogicalAddress() in handleSystemAudioModeStatus()
|
D | HdmiCecController.java | 692 if (mService.isAddressAllocated() && !isAcceptableAddress(message.getDestination())) { in onReceiveCommand() 709 int src = message.getDestination(); in maySendFeatureAbortCommand() 756 cecMessage.getSource(), cecMessage.getDestination(), body); in sendCommand()
|
D | HdmiCecLocalDeviceTv.java | 1259 && (message.getDestination() == Constants.ADDR_TV in isMessageForSystemAudio() 1260 || message.getDestination() == Constants.ADDR_BROADCAST) in isMessageForSystemAudio()
|
D | HdmiCecNetwork.java | 674 if (message.getDestination() == Constants.ADDR_BROADCAST) { in handleReportPowerStatus()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/ |
D | BrowseActivity.kt | 56 import com.android.settingslib.spa.framework.util.getDestination in <lambda>() 170 val initialDestination = initialIntent?.getDestination() ?: defaultDestination in NavControllerWrapperImpl()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
D | SpaIntent.kt | 77 fun Intent.getDestination(): String? { in getDestination() method
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DropdownChipLayouter.java | 168 if (!PhoneUtil.isPhoneNumber(entry.getDestination())) { in bindView() 169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress(); in bindView() 470 return getStyledResults(constraint, entry.getDisplayName(), entry.getDestination()); in getStyledResults()
|
D | RecipientAlternatesAdapter.java | 317 if (!TextUtils.equals(entry1.getDisplayName(), entry1.getDestination()) in getBetterRecipient() 318 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) { in getBetterRecipient() 322 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination()) in getBetterRecipient() 323 && TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())) { in getBetterRecipient()
|
D | RecipientEditTextView.java | 857 contact.getDestination()); in createChipBitmap() 1166 if (mUntrustedAddresses.contains(contact.getDestination())) { in constructChipSpan() 1944 currentChip.getEntry().getDestination()); in onTouchEvent() 2165 String address = entry.getDestination(); in createAddressText() 2194 String address = entry.getDestination(); in createChipDisplayText() 2295 String destination = item.getDestination(); in createValidatedEntry() 3127 .getDestination()))); in doInBackground() 3148 temp.getEntry().getDestination())) { in doInBackground() 3249 .get(tokenizeAddress(temp.getEntry().getDestination()) in doInBackground() 3310 showCopyDialog(currentChip.getEntry().getDestination()); in onLongPress() [all …]
|
D | RecipientEntry.java | 258 public String getDestination() { in getDestination() method in RecipientEntry
|
/frameworks/base/core/java/android/net/ |
D | VpnService.java | 984 if (mRoutes.get(i).getDestination().equals(route.getDestination())) { in findRouteIndexByDestination()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeNativeWrapper.java | 179 int destination = hdmiCecMessage.getDestination(); in onCecMessage()
|
D | HdmiUtilsTest.java | 691 assertThat(HdmiUtils.buildMessage("04:00").getDestination()).isEqualTo( in testBuildMessage_destination() 693 assertThat(HdmiUtils.buildMessage("40:00").getDestination()).isEqualTo(Constants.ADDR_TV); in testBuildMessage_destination()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ColorSpace.h | 283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
|
/frameworks/native/libs/ui/include_types/ui/ |
D | ColorSpace.h | 283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | ChipsTest.java | 1043 final String destination1 = entry1.getDestination(); in testCreateTokenizedEntryForPhone() 1048 final String destination2 = entry2.getDestination(); in testCreateTokenizedEntryForPhone() 1053 final String destination3 = entry3.getDestination(); in testCreateTokenizedEntryForPhone()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Color.java | 1204 return pack(c[0], c[1], c[2], a, connector.getDestination()); in convert()
|