Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl148 void notifyCleartextNetwork(in byte[] firstPacket); in notifyCleartextNetwork() method
DIActivityManager.aidl556 void notifyCleartextNetwork(int uid, in byte[] firstPacket); in notifyCleartextNetwork() method
DActivityThread.java1934 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7146 public void notifyCleartextNetwork(int uid, byte[] firstPacket) { in notifyCleartextNetwork() method in ActivityManagerService