Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl125 void notifyCleartextNetwork(in byte[] firstPacket); in notifyCleartextNetwork() method
DIActivityManager.aidl482 void notifyCleartextNetwork(int uid, in byte[] firstPacket); in notifyCleartextNetwork() method
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java576 public void notifyCleartextNetwork(byte[] bytes) throws RemoteException { in notifyCleartextNetwork() method in TransactionParcelTests.StubAppThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java13362 public void notifyCleartextNetwork(int uid, byte[] firstPacket) { in notifyCleartextNetwork() method