Home
last modified time | relevance | path

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

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