Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 25 of 37) sorted by relevance

12

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigParser.java31 private Entry.EntryType mType; field in TestModuleConfigParser
40 if (mType == null) { in getType()
43 return mType; in getType()
48 if (mType == Entry.EntryType.TEST_MODULE_CONFIG) { in setAdditionalInfo()
56 if (mType == null) { in getTestModuleConfig()
72 mType = Entry.EntryType.TEST_MODULE_CONFIG; in parseFile()
77 mType = Entry.EntryType.FILE; in parseFile()
DTestSuiteTradefedParser.java45 private Entry.EntryType mType; field in TestSuiteTradefedParser
59 if (mType == null) { in getType()
62 return mType; in getType()
66 if (mType == null) { in getName()
73 if (mType == null) { in getFullName()
80 if (mType == null) { in getBuildNumber()
87 if (mType == null) { in getTargetArch()
94 if (mType == null) { in getVersion()
185 mType = Entry.EntryType.TEST_SUITE_TRADEFED; in parseFile()
192 mType = super.getType(); in parseFile()
DBuildPropParser.java30 private Entry.EntryType mType; field in BuildPropParser
39 if (mType == null) { in getType()
42 return mType; in getType()
70 if (mType == null) { in getProperties()
77 if (mType == null) { in getProperty()
103 mType = Entry.EntryType.BUILD_PROP; in parseFile()
107 mType = super.getType(); in parseFile()
DRcParser.java39 private Entry.EntryType mType; field in RcParser
49 if (mType == null) { in getType()
52 return mType; in getType()
137 mType = Entry.EntryType.RC; in parseFile()
141 mType = super.getType(); in parseFile()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserBuilder.java41 private @Nullable UserType mType; field in UserBuilder
71 mType = type; in type()
94 if (mType != null) { in create()
95 if (mType.baseType().contains(UserType.BaseType.SYSTEM)) { in create()
100 if (mType.baseType().contains(UserType.BaseType.PROFILE)) { in create()
112 if (mType.name().equals(MANAGED_PROFILE_TYPE_NAME)) { in create()
122 } else if (!mType.name().equals(SECONDARY_USER_TYPE_NAME)) { in create()
126 "Can not create users of type " + mType + " on this device"); in create()
129 commandBuilder.addOption("--user-type", mType.name()); in create()
160 .append(", type=").append(mType) in toString()
DAdbUser.java59 @Nullable UserType mType; field in AdbUser.MutableUser
103 return mMutableUser.mType; in type()
141 stringBuilder.append(", type=" + mMutableUser.mType); in toString()
/cts/suite/audio_quality/lib/include/task/
DTaskCase.h60 inline Value(): mType(ETypeDouble) {}; in Value()
61 inline explicit Value(Type type): mType(type) {}; in Value()
62 inline explicit Value(double val): mType(ETypeDouble) { in Value()
65 inline explicit Value(int64_t val): mType(ETypeI64) { in Value()
69 return mType; in getType()
72 mType = type; in setType()
76 mType = ETypeDouble; in setDouble()
86 mType = ETypeI64; in setInt64()
98 return ((mValue[0] == b.mValue[0]) && (mType == b.mType));
103 Type mType; variable
DTaskProcess.h61 ProcessType mType; variable
78 return (mType == EId); in isIdType()
81 ParamType mType;
DTaskGeneric.h56 return mType; in getType()
108 TaskType mType;
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DSystemInfoParser.java25 private final Class<T> mType; field in SystemInfoParser
28 mType = type; in SystemInfoParser()
34 Method m = mType.getMethod("parse", String.class); in apply()
36 t = mType.cast(ret); in apply()
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricInfo.java27 private final int mType; field in EnterpriseMetricInfo
33 mType = event.eventId; in EnterpriseMetricInfo()
44 return mType; in type()
59 + ", type=" + mType in toString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DSetSupportMessageActivity.java39 private String mType; field in SetSupportMessageActivity
57 mType = getIntent().getStringExtra(EXTRA_SUPPORT_MSG_TYPE); in onCreate()
58 setTitle(TYPE_SHORT_MSG.equals(mType) in onCreate()
64 mSupportMessage.setText(TYPE_SHORT_MSG.equals(mType) in onCreate()
74 message = getString(TYPE_SHORT_MSG.equals(mType) in onClick()
85 if (TYPE_SHORT_MSG.equals(mType)) { in onClick()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java128 public int mType; field in WindowInsetsAnimationControllerTests
147 isCar() && mType == ime()); in setUpWindowInsetsAnimationControllerTests()
150 if (mType == ime()) { in setUpWindowInsetsAnimationControllerTests()
176 awaitControl(mType); in setUpWindowInsetsAnimationControllerTests()
202 if (mType == navigationBars() || mType == statusBars()) { in assumeTestCompatibility()
204 != mRootView.getRootWindowInsets().getInsetsIgnoringVisibility(mType)); in assumeTestCompatibility()
241 awaitControl(mType); in retryIfCancelled()
252 mRootView.getWindowInsetsController().controlWindowInsetsAnimation(mType, 0, in testControl_andCancel()
272 mRootView.getWindowInsetsController().controlWindowInsetsAnimation(mType, 0, in testControl_andImmediatelyCancel()
287 setVisibilityAndWait(mType, false); in testControl_immediately_show()
[all …]
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DPlayerBuilder.java30 mType = playerType; in setPlayerType()
45 int playerType = mType & TYPE_MASK; in build()
56 int playerSubType = mType & SUB_TYPE_MASK; in build()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorderBuilder.java33 mType = type; in setRecorderType()
53 int playerType = mType & TYPE_MASK; in build()
64 int recorderSubType = mType & SUB_TYPE_MASK; in build()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMember.java29 private final String mType; field in DexMember
35 mType = type; in DexMember()
52 return mType; in getDexType()
56 return dexToJavaType(mType); in getJavaType()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java208 private final Type mType; field in AllocationCache.AllocationKey
212 mType = type; in AllocationKey()
218 return mType.hashCode() ^ mUsage; in hashCode()
226 return otherKey.mType.equals(mType) && otherKey.mUsage == mUsage; in equals()
DAllocationInfo.java46 private final Type mType; field in AllocationInfo
240 mType = typeBuilder.create(); in AllocationInfo()
252 return mType; in getType()
400 return mType.equals(other.mType) && mUsage == other.mUsage; in equals()
414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage); in createAllocation()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp39 if (mType == EBuiltin) { in run()
310 mType = EBuiltin; in parseAttribute()
312 mType = EScript; in parseAttribute()
330 : mType(type), in Param()
338 : mType(TaskProcess::EConst), in Param()
346 return mType; in getType()
351 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal)); in getParamString()
357 ASSERT(mType == TaskProcess::EConst); in getValue()
363 ASSERT(mType == TaskProcess::EConst); in getValuePtr()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java83 private int mType; field in AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher
87 mType = type; in AccessibilityEventTypeMatcher()
92 return event.getEventType() == mType; in matchesSafely()
97 description.appendText("Matching to type " + mType); in describeTo()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java185 private final Field mType; field in DeviceEvent.DeviceEventTable
195 mType = getField(EventTableConstants.TYPE); in DeviceEventTable()
203 mType.putString(values, event.type.name()); in buildContentValues()
217 DeviceEventType.valueOf(mType.getString(cursor)), in buildStream()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DBuilderBase.java33 protected int mType = TYPE_UNDEFINED; field in BuilderBase
/cts/tests/sensor/jni/
DSensorTest.h124 return mType; in getType()
134 const int mType; variable
DSensorTest.cpp138 : mType(type), mSize(0), mBuffer(nullptr), in TestSharedMemory()
198 switch(mType) { in release()
230 this, static_cast<int>(mType), mSharedMemoryFd, mHardwareBuffer, mSize, mBuffer); in release()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestCommand.java29 private final PowerPolicyTestCommandType mType; field in PowerPolicyTestCommand
37 mType = type; in PowerPolicyTestCommand()
41 return mType; in getType()

12