Home
last modified time | relevance | path

Searched defs:networkCanProtect (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl77 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl95 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl94 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl95 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl95 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl117 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl117 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl117 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1002 boolean networkCanProtect(int uid); in networkCanProtect() method
/aosp12/system/netd/server/
H A DNetdNativeService.cpp1177 binder::Status NetdNativeService::networkCanProtect(int32_t uid, bool* ret) { in networkCanProtect() function in android::net::NetdNativeService