Home
last modified time | relevance | path

Searched refs:kFeaturePushSync (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dtransport.h75 extern const char* const kFeaturePushSync;
Dtransport.cpp77 const char* const kFeaturePushSync = "push_sync"; variable
Dadb.cpp1224 features.emplace_back(kFeaturePushSync); in handle_host_request()