Home
last modified time | relevance | path

Searched defs:newLinkProperties (Results 1 – 2 of 2) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java386 LinkProperties newLinkProperties = new LinkProperties(mLinkProperties); in testOnLinkPropertiesChangedForConnectedNetwork() local
402 LinkProperties newLinkProperties = new LinkProperties(); in testOnLinkPropertiesChangedForNonConnectedNetwork() local
423 LinkProperties newLinkProperties = new LinkProperties(mLinkProperties); in testOnLinkPropertiesChangedWithClatInstalled() local
457 LinkProperties newLinkProperties = new LinkProperties(mLinkProperties); in testOnLinkPropertiesChangedForBringingUpIkeSession() local
1376 LinkProperties newLinkProperties = new LinkProperties(); in testDnsPrefetching() local
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java821 @NonNull Network network, @NonNull LinkProperties newLinkProperties) { in onLinkPropertiesChanged()