Home
last modified time | relevance | path

Searched defs:nai (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DKeepaliveTracker.java101 public KeepaliveInfo(Messenger messenger, IBinder binder, NetworkAgentInfo nai, in KeepaliveInfo()
230 private int findFirstFreeSlot(NetworkAgentInfo nai) { in findFirstFreeSlot()
250 NetworkAgentInfo nai = ki.getNai(); in handleStartKeepalive() local
256 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) { in handleStopAllKeepalives()
267 public void handleStopKeepalive(NetworkAgentInfo nai, int slot, int reason) { in handleStopKeepalive()
286 public void handleCheckKeepalivesStillValid(NetworkAgentInfo nai) { in handleCheckKeepalivesStillValid()
302 public void handleEventPacketKeepalive(NetworkAgentInfo nai, Message message) { in handleEventPacketKeepalive()
332 public void startNattKeepalive(NetworkAgentInfo nai, int intervalSeconds, Messenger messenger, in startNattKeepalive()
DLingerMonitor.java107 private static boolean hasTransport(NetworkAgentInfo nai, int transport) { in hasTransport()
120 private boolean everNotified(NetworkAgentInfo nai) { in everNotified()
163 private void maybeStopNotifying(NetworkAgentInfo nai) { in maybeStopNotifying()
273 public void noteDisconnect(NetworkAgentInfo nai) { in noteDisconnect()
DNat464Xlat.java81 Handler handler, NetworkAgentInfo nai) { in Nat464Xlat()
92 public static boolean requiresClat(NetworkAgentInfo nai) { in requiresClat()
DNetworkNotificationManager.java84 private static int getFirstTransportType(NetworkAgentInfo nai) { in getFirstTransportType()
128 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java553 private void maybeLogBroadcast(NetworkAgentInfo nai, DetailedState state, int type, in maybeLogBroadcast()
563 public void add(int type, NetworkAgentInfo nai) { in add()
586 public void remove(int type, NetworkAgentInfo nai, boolean wasDefault) { in remove()
616 public void remove(NetworkAgentInfo nai, boolean wasDefault) { in remove()
625 public void update(NetworkAgentInfo nai) { in update()
639 private String naiToString(NetworkAgentInfo nai) { in naiToString()
915 final NetworkAgentInfo nai = mLegacyTypeTracker.getNetworkForType(networkType); in getFilteredNetworkState() local
958 NetworkAgentInfo nai = getDefaultNetwork(); in getUnfilteredActiveNetworkState() local
1089 NetworkAgentInfo nai; in getActiveNetworkForUidInternal() local
1141 final NetworkAgentInfo nai = getNetworkAgentInfoForNetwork(network); in getNetworkInfoForUid() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java182 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in handleMessage() local
207 NetworkAgentInfo nai = null; in handleAsyncChannelHalfConnect() local
223 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo); in handleAsyncChannelHalfConnect() local
238 NetworkAgentInfo nai = mNetworkAgentInfos.get(msg.replyTo); in handleAsyncChannelDisconnected() local
885 private void sendUpdatedScoreToFactories(NetworkAgentInfo nai) { in sendUpdatedScoreToFactories()
949 NetworkAgentInfo nai, NetworkRequest defaultRequest) { in createNetworkMonitor()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java336 NetworkAgentInfo nai(int netId, int transport, int networkType, String networkTypeName) { in nai() method in LingerMonitorTest
341 NetworkAgentInfo nai = new NetworkAgentInfo(null, null, new Network(netId), info, null, in nai() local
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java728 NetworkAgentInfo nai, NetworkRequest defaultRequest) { in createNetworkMonitor()