Searched refs:networkSetProtectAllow (Results 1 – 13 of 13) sorted by relevance
75 void networkSetProtectAllow(int uid); in networkSetProtectAllow() method
92 void networkSetProtectAllow(int uid); in networkSetProtectAllow() method
93 void networkSetProtectAllow(int uid); in networkSetProtectAllow() method
115 void networkSetProtectAllow(int uid); in networkSetProtectAllow() method
987 void networkSetProtectAllow(int uid); in networkSetProtectAllow() method
104 binder::Status networkSetProtectAllow(int32_t uid) override;
1225 mNetd->networkSetProtectAllow(uid); in runCommand()
1163 binder::Status NetdNativeService::networkSetProtectAllow(int32_t uid) { in networkSetProtectAllow() function in android::net::NetdNativeService
2126 binder::Status status = mNetd->networkSetProtectAllow(TEST_UID1); in TEST_F()