Home
last modified time | relevance | path

Searched refs:buildNetworkIdentity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DNetworkTemplateTest.kt23 import android.net.NetworkIdentity.buildNetworkIdentity
98 val identUmts = buildNetworkIdentity( in testRatTypeGroupMatches()
100 val identHsdpa = buildNetworkIdentity( in testRatTypeGroupMatches()
102 val identLte = buildNetworkIdentity( in testRatTypeGroupMatches()
104 val identCombined = buildNetworkIdentity( in testRatTypeGroupMatches()
106 val identImsi2 = buildNetworkIdentity(mockContext, buildMobileNetworkState(TEST_IMSI2), in testRatTypeGroupMatches()
108 val identWifi = buildNetworkIdentity( in testRatTypeGroupMatches()
/frameworks/base/core/java/android/net/
DNetworkIdentity.java186 public static NetworkIdentity buildNetworkIdentity(Context context, NetworkState state, in buildNetworkIdentity() method in NetworkIdentity
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java1281 final NetworkIdentity ident = NetworkIdentity.buildNetworkIdentity(mContext, state, in updateIfacesLocked()
DNetworkPolicyManagerService.java1882 final NetworkIdentity ident = NetworkIdentity.buildNetworkIdentity(mContext, state,