Searched refs:callerConfiguredNetwork (Results 1 – 2 of 2) sorted by relevance
47 public RandomnessFactory(@NonNull Context context, @Nullable Network callerConfiguredNetwork) { in RandomnessFactory() argument48 if (callerConfiguredNetwork == null) { in RandomnessFactory()57 connectManager.getNetworkCapabilities(callerConfiguredNetwork); in RandomnessFactory()
521 @NonNull Network callerConfiguredNetwork, in IkeSessionParams() argument542 mCallerConfiguredNetwork = callerConfiguredNetwork; in IkeSessionParams()