Home
last modified time | relevance | path

Searched defs:onIpClientCreated (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ip/
DIIpClientCallbacks.aidl3 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ip/
DIIpClientCallbacks.aidl3 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ip/
DIIpClientCallbacks.aidl20 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ip/
DIIpClientCallbacks.aidl3 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClientCallbacks.aidl21 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClientCallbacks.aidl21 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClientCallbacks.aidl21 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIIpClientCallbacks.aidl25 void onIpClientCreated(in IIpClient ipClient); in onIpClientCreated() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/
DIIpClientCallbacks.aidl21 oneway void onIpClientCreated(in android.net.ip.IIpClient ipClient); in onIpClientCreated() method
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java80 public void onIpClientCreated(IIpClient ipClient) { in onIpClientCreated() method in BluetoothTetheringNetworkFactory.BtIpClientCallback