Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A DNetworkQuirkMetrics.java60 public void setEvent(NetworkQuirkEvent event) { in setEvent() method in NetworkQuirkMetrics
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DNsdManagerTest.java155 private void setEvent(String callbackName, int errorCode) { in setEvent() method in NsdManagerTest
164 private void setEvent(String callbackName, NsdServiceInfo info) { in setEvent() method in NsdManagerTest
/aosp12/system/extras/simpleperf/app_api/java/com/android/simpleperf/
H A DRecordOptions.java63 public RecordOptions setEvent(@NonNull String event) { in setEvent() method in RecordOptions
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java168 private static boolean setEvent(IpConnectivityEvent out, Parcelable in) { in setEvent() method in IpConnectivityEventBuilder