Home
last modified time | relevance | path

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

/frameworks/base/libs/services/src/os/
DStatsDimensionsValue.cpp40 mValueType(kIntValueType), in StatsDimensionsValue()
82 case kIntValueType: in writeToParcel()
/frameworks/base/libs/services/include/android/os/
DStatsDimensionsValue.h49 static const int kIntValueType = 3; variable