Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl146 void notifyCleartextNetwork(in byte[] firstPacket); in notifyCleartextNetwork() method
DIActivityManager.aidl441 void notifyCleartextNetwork(int uid, in byte[] firstPacket); in notifyCleartextNetwork() method
DActivityThread.java1400 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork() method in ActivityThread.ApplicationThread