Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h55 extern const char* const kFeaturePushSync;
Dtransport.cpp61 const char* const kFeaturePushSync = "push_sync"; variable
Dadb.cpp1157 features.insert(kFeaturePushSync); in handle_host_request()