Searched refs:ConnectionInfo (Results 1 – 10 of 10) sorted by relevance
32 public final class ConnectionInfo implements Parcelable { class42 public ConnectionInfo(int protocol, InetSocketAddress local, InetSocketAddress remote) { in ConnectionInfo() method in ConnectionInfo57 … static final @android.annotation.NonNull Creator<ConnectionInfo> CREATOR = new Creator<Connection…58 public ConnectionInfo createFromParcel(Parcel in) {76 return new ConnectionInfo(protocol, local, remote);79 public ConnectionInfo[] newArray(int size) {80 return new ConnectionInfo[size];
20 parcelable ConnectionInfo;
20 import android.net.ConnectionInfo;224 int getConnectionOwnerUid(in ConnectionInfo connectionInfo); in getConnectionOwnerUid()
4765 ConnectionInfo connectionInfo = new ConnectionInfo(protocol, local, remote); in getConnectionOwnerUid()
1747 private static class ConnectionInfo { class in ServiceDispatcher1769 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections1770 = new ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo>();1821 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i); in doForget()1875 ServiceDispatcher.ConnectionInfo old; in doConnected()1876 ServiceDispatcher.ConnectionInfo info; in doConnected()1892 info = new ConnectionInfo(); in doConnected()1933 ConnectionInfo old = mActiveConnections.get(name); in doDeath()
142 import android.net.ConnectionInfo;6944 private ConnectionInfo getTestConnectionInfo() throws Exception { in getTestConnectionInfo()6945 return new ConnectionInfo( in getTestConnectionInfo()
80 import android.net.ConnectionInfo;7716 public int getConnectionOwnerUid(ConnectionInfo connectionInfo) { in getConnectionOwnerUid()
283 android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
7321 Landroid/app/LoadedApk$ServiceDispatcher$ConnectionInfo;-><init>()V7322 Landroid/app/LoadedApk$ServiceDispatcher$ConnectionInfo;->binder:Landroid/os/IBinder;7323 Landroid/app/LoadedApk$ServiceDispatcher$ConnectionInfo;->deathMonitor:Landroid/os/IBinder$DeathRec…
32339 Landroid/app/LoadedApk$ServiceDispatcher$ConnectionInfo;