Searched defs:underlyingNetwork (Results 1 – 8 of 8) sorted by relevance
204 Network underlyingNetwork = Mockito.mock(Network.class); in isCarrierMerged_cellularWithUnderlyingCarrierMergedWifi_true() local288 Network underlyingNetwork = Mockito.mock(Network.class); in isDefaultNetwork_cellularWithUnderlyingCarrierMergedWifi_true() local
837 val underlyingNetwork = mock<Network>() in getMainOrUnderlyingWifiInfo_cellular_underlyingWifi_hasInfo() constant863 val underlyingNetwork = mock<Network>() in getMainOrUnderlyingWifiInfo_notCellular_underlyingWifi_noInfo() constant891 val underlyingNetwork = mock<Network>() in getMainOrUnderlyingWifiInfo_cellular_underlyingVcnWithWifi_hasInfo() constant917 val underlyingNetwork = mock<Network>() in getMainOrUnderlyingWifiInfo_notCellular_underlyingVcnWithWifi_noInfo() constant1041 val underlyingNetwork = mock<Network>() in getMainOrUnderlyingWifiInfo_nestedUnderlying_doesNotLookAtNested() constant
840 @NonNull final VpnProfileState profileState, @Nullable final Network underlyingNetwork, in buildVpnManagerEventIntent()864 @NonNull final VpnProfileState profileState, @Nullable final Network underlyingNetwork, in sendEventToVpnManagerApp()3181 private IkeSessionParams getIkeSessionParams(@NonNull Network underlyingNetwork) { in getIkeSessionParams()3214 final Network underlyingNetwork = mIkeConnectionInfo.getNetwork(); in calculateVpnMtu() local3252 private void startOrMigrateIkeSession(@Nullable Network underlyingNetwork) { in startOrMigrateIkeSession()3427 boolean maybeMigrateIkeSessionAndUpdateVpnTransportInfo( in maybeMigrateIkeSessionAndUpdateVpnTransportInfo()3456 private boolean maybeMigrateIkeSession(@NonNull Network underlyingNetwork, in maybeMigrateIkeSession()3486 private void startIkeSession(@NonNull Network underlyingNetwork) { in startIkeSession()
296 Network underlyingNetwork = Mockito.mock(Network.class); in vcnOnlyOnUnderlyingNetwork() local
150 final Network underlyingNetwork = mock(Network.class, CALLS_REAL_METHODS); in verifyBuildNetworkCapabilitiesCommon() local
262 return this.underlyingNetworks?.firstNotNullOfOrNull { underlyingNetwork -> in getMainOrUnderlyingWifiInfo() method
1040 val underlyingNetwork = mock<Network>() in <lambda>() constant
1900 @NonNull Network underlyingNetwork, in applyTransform()