Searched refs:activeIface (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | INetworkStatsService.aidl | 67 in String activeIface, in notifyNetworkStatus() argument
|
/packages/modules/Connectivity/framework-t/src/android/app/usage/ |
D | NetworkStatsManager.java | 1097 @Nullable String activeIface, in notifyNetworkStatus() argument 1104 networkStateSnapshots.toArray(new NetworkStateSnapshot[0]), activeIface, in notifyNetworkStatus() local
|
/packages/modules/Connectivity/service-t/src/com/android/server/net/ |
D | NetworkStatsService.java | 1997 @Nullable String activeIface, 2003 handleNotifyNetworkStatus(defaultNetworks, networkStates, activeIface, 2322 String activeIface, 2327 mActiveIface = activeIface;
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 11584 String activeIface = null; 11587 activeIface = activeLinkProperties.getInterfaceName(); 11595 snapshots, activeIface, Arrays.asList(underlyingNetworkInfos));
|