Home
last modified time | relevance | path

Searched refs:notifyCleartextNetwork (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java150 void notifyCleartextNetwork(byte[] firstPacket) throws RemoteException; in notifyCleartextNetwork() method
DApplicationThreadNative.java692 notifyCleartextNetwork(firstPacket); in onTransact()
1400 public void notifyCleartextNetwork(byte[] firstPacket) throws RemoteException { in notifyCleartextNetwork() method in ApplicationThreadProxy
DIActivityManager.java501 public void notifyCleartextNetwork(int uid, byte[] firstPacket) throws RemoteException; in notifyCleartextNetwork() method
DActivityManagerNative.java2515 notifyCleartextNetwork(uid, firstPacket); in onTransact()
5864 public void notifyCleartextNetwork(int uid, byte[] firstPacket) throws RemoteException { in notifyCleartextNetwork() method in ActivityManagerProxy
DActivityThread.java1220 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java908 ActivityManagerNative.getDefault().notifyCleartextNetwork(uid, firstPacket); in onEvent()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1918 p.thread.notifyCleartextNetwork(firstPacket); in handleMessage()
10340 public void notifyCleartextNetwork(int uid, byte[] firstPacket) { in notifyCleartextNetwork() method