Home
last modified time | relevance | path

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

/frameworks/base/libs/services/src/os/
DStatsDimensionsValue.cpp50 mValueType(kBoolValueType), in StatsDimensionsValue()
88 case kBoolValueType: in writeToParcel()
/frameworks/base/libs/services/include/android/os/
DStatsDimensionsValue.h51 static const int kBoolValueType = 5; variable