Home
last modified time | relevance | path

Searched refs:kDropDetectAppId (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DDropDetect.cpp89 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect()
120 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()
192 if (message.app_id != kDropDetectAppId) in handleNanoappMessage()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDropDetect.h44 const uint64_t kDropDetectAppId; variable