Searched refs:onStrictCleartextDetected (Results 1 – 6 of 6) 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
72 binder::Status onStrictCleartextDetected(int uid, const std::string& hex) override;
143 binder::Status TestUnsolService::onStrictCleartextDetected(int uid, const std::string& hex) { in onStrictCleartextDetected() function in android::net::TestUnsolService
282 LOG_EVENT_FUNC(BINDER_RETRY, onStrictCleartextDetected, uid, hex); in notifyStrictCleartext()