Home
last modified time | relevance | path

Searched defs:notifyCleartextNetwork (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java158 void notifyCleartextNetwork(byte[] firstPacket) throws RemoteException; in notifyCleartextNetwork() method
DApplicationThreadNative.java1475 public void notifyCleartextNetwork(byte[] firstPacket) throws RemoteException { in notifyCleartextNetwork() method in ApplicationThreadProxy
DIActivityManager.java595 public void notifyCleartextNetwork(int uid, byte[] firstPacket) throws RemoteException; in notifyCleartextNetwork() method
DActivityThread.java1289 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork() method in ActivityThread.ApplicationThread
DActivityManagerNative.java6704 public void notifyCleartextNetwork(int uid, byte[] firstPacket) throws RemoteException { in notifyCleartextNetwork() method in ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11708 public void notifyCleartextNetwork(int uid, byte[] firstPacket) { in notifyCleartextNetwork() method