Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/common/java/android/net/
DLinkAddressTest.java96 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
103 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
111 assertEquals(RT_SCOPE_LINK, address.getScope()); in testConstructors()
118 assertEquals(456, address.getScope()); in testConstructors()
125 assertEquals(2, address.getScope()); in testConstructors()
132 assertEquals(4, address.getScope()); in testConstructors()
217 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope()); in testAddressScopes()
218 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope()); in testAddressScopes()
220 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope()); in testAddressScopes()
221 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope()); in testAddressScopes()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java383 int scope = node.getScope(); in notifyChanged()
693 mDeviceAddress, node.getScope(), in processPlayItem()
936 if (shouldAbort(mBrowseNode.getScope(), in processMessage()
937 ((BrowseTree.BrowseNode) msg.obj).getScope())) { in processMessage()
975 logD("fetchContents(title=" + target.getID() + ", scope=" + target.getScope() in fetchContents()
978 switch (target.getScope()) { in fetchContents()
992 Log.e(TAG, STATE_TAG + " Scope " + target.getScope() in fetchContents()
DBluetoothMediaBrowserService.java211 if (node.getScope() == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) { in notifyChanged()
DBrowseTree.java299 synchronized byte getScope() { in getScope() method in BrowseTree.BrowseNode
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java660 assertEquals("LinkAddress scope does not match", l1.getScope(), l2.getScope()); in assertLinkAddressMatches()
/packages/modules/Connectivity/framework/src/android/net/
DLinkAddress.java447 public int getScope() { in getScope() method in LinkAddress
/packages/modules/NetworkStack/src/android/net/ip/
DIpClientLinkObserver.java146 + " flags " + address.getFlags() + " scope " + address.getScope()); in maybeLog()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt222 method public int getScope();