Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DLinkAddressTest.java95 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
102 assertEquals(RT_SCOPE_UNIVERSE, address.getScope()); in testConstructors()
110 assertEquals(RT_SCOPE_LINK, address.getScope()); in testConstructors()
117 assertEquals(456, address.getScope()); in testConstructors()
202 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope()); in testAddressScopes()
203 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope()); in testAddressScopes()
205 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope()); in testAddressScopes()
206 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope()); in testAddressScopes()
207 assertEquals(RT_SCOPE_LINK, new LinkAddress("fe80::ace:d00d/64").getScope()); in testAddressScopes()
208 assertEquals(RT_SCOPE_LINK, new LinkAddress("169.254.5.12/16").getScope()); in testAddressScopes()
[all …]
/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java96 " flags " + address.getFlags() + " scope " + address.getScope()); in maybeLog()
/frameworks/base/packages/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java520 assertEquals("LinkAddress scope does not match", l1.getScope(), l2.getScope()); in assertLinkAddressMatches()
/frameworks/base/core/java/android/net/
DLinkAddress.java456 public int getScope() { in getScope() method in LinkAddress
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1407 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1469 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1536 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17010 method public int getScope();
44449 method public final java.security.IdentityScope getScope();
/frameworks/base/non-updatable-api/
Dcurrent.txt28881 method public int getScope();
65601 method @Deprecated public final java.security.IdentityScope getScope();
/frameworks/base/api/
Dcurrent.txt29011 method public int getScope();
65745 method @Deprecated public final java.security.IdentityScope getScope();