Home
last modified time | relevance | path

Searched refs:getDestination (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/slice/
H A DSliceUtil.kt34 import com.android.settingslib.spa.framework.util.getDestination
48 fun SliceUri.getDestination(): String? {
107 val destination = getDestination() ?: return null
115 val destination = getDestination() ?: return null
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/
H A DSliceUtilTest.kt39 assertThat(Uri.EMPTY.getDestination()).isNull()
48 assertThat(sliceUriWithoutParams.getDestination()).isEqualTo(dest)
55 assertThat(sliceUriWithParams.getDestination()).isEqualTo(dest)
H A DSettingsSliceDataRepositoryTest.kt57 assertThat(sliceUri.getDestination()).isEqualTo("SppLayer2")
66 assertThat(sliceUri2.getDestination()).isEqualTo("SppLayer2")
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/
H A DSpaIntentTest.kt52 Truth.assertThat(pageIntent!!.getDestination()).isEqualTo(page.buildRoute())
59 Truth.assertThat(entryIntent!!.getDestination()).isEqualTo(page.buildRoute())
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/
H A DBrowseActivity.kt50 import com.android.settingslib.spa.framework.util.getDestination
155 val initialDestination = initialIntent?.getDestination() ?: defaultDestination
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java96 && this.mDestination == that.getDestination() in equals()
129 public int getDestination() { in getDestination() method in HdmiCecMessage
H A DHdmiCecAtomWriter.java77 message.getDestination(), message.getOpcode(), sendMessageResult); in createMessageReportedGenericArgs()
H A DHdmiCecLocalDevice.java259 int dest = message.getDestination(); in dispatchMessage()
456 message.getDestination(), message.getSource(), version); in handleGetCecVersion()
907 message.getDestination(), in handleVendorCommand()
921 if (message.getDestination() == Constants.ADDR_BROADCAST in handleVendorCommandWithId()
925 mDeviceType, message.getSource(), message.getDestination(), params, true)) { in handleVendorCommandWithId()
H A DHdmiCecLocalDevicePlayback.java458 if (message.getDestination() != Constants.ADDR_BROADCAST in handleSetSystemAudioMode()
475 if (message.getDestination() == getDeviceInfo().getLogicalAddress() in handleSystemAudioModeStatus()
H A DHdmiCecController.java676 if (mService.isAddressAllocated() && !isAcceptableAddress(message.getDestination())) { in onReceiveCommand()
693 int src = message.getDestination(); in maySendFeatureAbortCommand()
740 cecMessage.getSource(), cecMessage.getDestination(), body); in sendCommand()
H A DHdmiCecLocalDeviceTv.java1207 && (message.getDestination() == Constants.ADDR_TV in isMessageForSystemAudio()
1208 || message.getDestination() == Constants.ADDR_BROADCAST) in isMessageForSystemAudio()
H A DHdmiCecNetwork.java669 if (message.getDestination() == Constants.ADDR_BROADCAST) { in handleReportPowerStatus()
H A DHdmiControlService.java1674 && message.getDestination() != Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
1680 if (message.getDestination() == Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DSpaIntent.kt77 fun Intent.getDestination(): String? {
/aosp14/frameworks/base/core/java/android/net/
H A DVpnService.java977 if (mRoutes.get(i).getDestination().equals(route.getDestination())) { in findRouteIndexByDestination()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java166 int destination = hdmiCecMessage.getDestination(); in onCecMessage()
H A DHdmiUtilsTest.java691 assertThat(HdmiUtils.buildMessage("04:00").getDestination()).isEqualTo( in testBuildMessage_destination()
693 assertThat(HdmiUtils.buildMessage("40:00").getDestination()).isEqualTo(Constants.ADDR_TV); in testBuildMessage_destination()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColor.java1201 return pack(c[0], c[1], c[2], a, connector.getDestination()); in convert()
H A DColorSpace.java3898 public ColorSpace getDestination() {
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1633 final InetAddress address = route.getDestination().getAddress(); in makeLinkProperties()
4172 mConfig.routes.add(new RouteInfo(route.getDestination(), in handleSessionLost()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15404 method @NonNull public android.graphics.ColorSpace getDestination();