Searched defs:onStrictCleartextDetected (Results 1 – 4 of 4) sorted by relevance
144 void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected() method
13 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected() method
30 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected() method
143 binder::Status TestUnsolService::onStrictCleartextDetected(int uid, const std::string& hex) { in onStrictCleartextDetected() function in android::net::TestUnsolService