/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | KeepaliveTracker.java | 160 @NonNull NetworkAgentInfo nai, in KeepaliveInfo() 429 private int findFirstFreeSlot(NetworkAgentInfo nai) { in findFirstFreeSlot() 449 NetworkAgentInfo nai = ki.getNai(); in handleStartKeepalive() local 455 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) { in handleStopAllKeepalives() 468 public void handleStopKeepalive(NetworkAgentInfo nai, int slot, int reason) { in handleStopKeepalive() 485 private void cleanupStoppedKeepalive(NetworkAgentInfo nai, int slot) { in cleanupStoppedKeepalive() 532 public void handleCheckKeepalivesStillValid(NetworkAgentInfo nai) { in handleCheckKeepalivesStillValid() 549 public void handleEventSocketKeepalive(@NonNull NetworkAgentInfo nai, int slot, int reason) { in handleEventSocketKeepalive() 607 public void startNattKeepalive(@Nullable NetworkAgentInfo nai, in startNattKeepalive() 661 public void startTcpKeepalive(@Nullable NetworkAgentInfo nai, in startTcpKeepalive() [all …]
|
H A D | LingerMonitor.java | 115 private static boolean hasTransport(NetworkAgentInfo nai, int transport) { in hasTransport() 128 private boolean everNotified(NetworkAgentInfo nai) { in everNotified() 173 private void maybeStopNotifying(NetworkAgentInfo nai) { in maybeStopNotifying() 299 public void noteDisconnect(NetworkAgentInfo nai) { in noteDisconnect()
|
H A D | Nat464Xlat.java | 103 public Nat464Xlat(NetworkAgentInfo nai, INetd netd, IDnsResolver dnsResolver, in Nat464Xlat() 120 protected boolean requiresClat(NetworkAgentInfo nai) { in requiresClat() 148 protected boolean shouldStartClat(NetworkAgentInfo nai) { in shouldStartClat()
|
H A D | NetworkNotificationManager.java | 106 protected static int approximateTransportType(NetworkAgentInfo nai) { in approximateTransportType() 111 private static int getFirstTransportType(NetworkAgentInfo nai) { in getFirstTransportType() 157 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 1030 public void update(NetworkAgentInfo nai) { in update() 3255 final NetworkAgentInfo nai = arg.first; in maybeHandleNetworkAgentMessage() local 3458 private void handleNetworkTested( in handleNetworkTested() 3942 private void destroyNetwork(NetworkAgentInfo nai) { in destroyNetwork() 5094 final NetworkAgentInfo nai; in reportNetworkConnectivity() local 5113 final NetworkAgentInfo nai; in handleReportNetworkConnectivity() local 6192 NetworkAgentInfo nai = null; in requestBandwidthUpdate() local 7168 NetworkAgentInfo nai) { in updateVpnFiltering() 9305 final NetworkAgentInfo nai = reportEvent.mNai; in handleNetworkTestedWithExtras() local 9327 private void handleDataStallSuspected( in handleDataStallSuspected() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/ |
H A D | OsuProvider.java | 90 String serviceDescription, Uri serverUri, String nai, List<Integer> methodList) { in OsuProvider() 97 String serviceDescription, Uri serverUri, String nai, List<Integer> methodList) { in OsuProvider()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
H A D | OsuProviderInfo.java | 84 List<IconInfo> iconInfoList, String nai, List<I18Name> serviceDescriptions) { in OsuProviderInfo() 142 String nai = ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8); in parse() local
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 553 private boolean isDefaultNetwork(NetworkAgentInfo nai) { in isDefaultNetwork() 569 public void add(int type, NetworkAgentInfo nai) { in add() 589 public void remove(NetworkAgentInfo nai) { in remove() 1087 private void updateActiveDefaultNetwork(NetworkAgentInfo nai) { in updateActiveDefaultNetwork() 1213 NetworkAgentInfo nai = mNetworkForNetId.get(network.netId); in getLinkProperties() local 1221 NetworkAgentInfo nai = mNetworkForNetId.get(network.netId); in getNetworkCapabilities() local 3110 NetworkAgentInfo nai = (NetworkAgentInfo)msg.obj; in handleMessage() local 3115 NetworkAgentInfo nai = (NetworkAgentInfo)msg.obj; in handleMessage() local 3228 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo); in handleAsyncChannelHalfConnect() local 3237 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in handleAsyncChannelDisconnected() local [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | IpConnectivityMetricsTest.java | 138 private void logDefaultNetworkEvent(long timeMs, NetworkAgentInfo nai, in logDefaultNetworkEvent() 615 NetworkAgentInfo nai = mock(NetworkAgentInfo.class); in makeNai() local
|
H A D | LingerMonitorTest.java | 366 NetworkAgentInfo nai(int netId, int transport, int networkType, String networkTypeName) { in nai() method in LingerMonitorTest 371 NetworkAgentInfo nai = new NetworkAgentInfo(null, new Network(netId), info, in nai() local
|
H A D | NetworkNotificationManagerTest.java | 195 private void verifyTitleByNetwork(final int id, final NetworkAgentInfo nai, final int title) { in verifyTitleByNetwork()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | OsuNetworkConnection.java | 168 public boolean connect(WifiSsid ssid, String nai, String friendlyName) { in connect()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/ |
H A D | MmsHttpClient.java | 441 String nai; in getEncodedNai() local
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsHttpClient.java | 495 String nai = telephonyManager.getNai(); in getNai() local
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
H A D | EpdgTunnelManager.java | 1129 String nai = IwlanHelper.getNai(mContext, mSlotId); in getLocalIdentification() local 1159 String nai = IwlanHelper.getNai(mContext, mSlotId); in getEapConfig() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | PasspointManagerTest.java | 1490 String nai = "access.test.com"; in getMatchingOsuProvidersWithMatch() local
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 10911 final NetworkAgentInfo nai = in registerQosCallback() local
|