Home
last modified time | relevance | path

Searched defs:firstPacket (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl148 void notifyCleartextNetwork(in byte[] firstPacket); in notifyCleartextNetwork()
H A DIActivityManager.aidl567 void notifyCleartextNetwork(int uid, in byte[] firstPacket); in notifyCleartextNetwork()
H A DActivityThread.java1934 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork()
/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java2257 public static void onCleartextNetworkDetected(byte[] firstPacket) { in onCleartextNetworkDetected()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7213 public void notifyCleartextNetwork(int uid, byte[] firstPacket) { in notifyCleartextNetwork()