Home
last modified time | relevance | path

Searched defs:onQuotaLimitReached (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserver.java69 default void onQuotaLimitReached(String alertName, String ifName) {} in onQuotaLimitReached() method
H A DNetworkObserverRegistry.java123 public void onQuotaLimitReached(String alertName, String ifName) { in onQuotaLimitReached() method in NetworkObserverRegistry
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl4 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl22 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl38 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl51 void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl21 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl22 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl22 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl38 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl38 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached() method
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java33 public void onQuotaLimitReached(@NonNull String alertName, @NonNull String ifName) { } in onQuotaLimitReached() method in BaseNetdUnsolicitedEventListener
/aosp12/system/netd/tests/
H A DTestUnsolService.cpp89 binder::Status TestUnsolService::onQuotaLimitReached(const std::string& alertName, in onQuotaLimitReached() function in android::net::TestUnsolService
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNetdWrapper.java85 public void onQuotaLimitReached(String alertName, String ifName) in onQuotaLimitReached() method in NetdWrapper.NetdUnsolicitedEventListener
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java594 public void onQuotaLimitReached(String alertName, String ifName) in onQuotaLimitReached() method in NetworkManagementService.NetdUnsolicitedEventListener