Searched refs:mType (Results 1 - 4 of 4) sorted by last modified time

/system/vold/
H A DVolumeBase.cpp39 mType(type), mMountFlags(0), mMountUserId(-1), mCreated(false), mState(
169 StringPrintf("%d \"%s\" \"%s\"", mType, mDiskId.c_str(), mPartGuid.c_str()));
H A DVolumeBase.h80 Type getType() { return mType; }
128 Type mType; member in class:android::vold::VolumeBase
/system/extras/tests/sdcard/
H A Dtestcase.cpp45 mType(UNKNOWN_TEST), mDump(false), mCpuScaling(false),
80 if (UNKNOWN_TEST == mType)
174 if (strcmp(mName, "write") == 0) mType = WRITE;
175 if (strcmp(mName, "read") == 0) mType = READ;
176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
177 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
178 if (strcmp(mName, "traverse") == 0) mType = TRAVERSE;
180 return UNKNOWN_TEST != mType;
H A Dtestcase.h120 Type type() const { return mType; }
137 Type mType; member in class:android_test::TestCase

Completed in 51 milliseconds