/cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/ |
D | Movie.java | 28 private String mId; field in Movie 41 mId = data[0]; in Movie() 57 return mId; in getId() 61 mId = id; in setId() 103 dest.writeStringArray(new String[] {mId, in writeToParcel() 114 sb.append("mId=" + mId); in toString()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ModuleResult.java | 29 private String mId; field in ModuleResult 40 mId = id; in ModuleResult() 64 return mId; in getId() 72 return AbiUtils.parseTestName(mId); in getName() 80 return AbiUtils.parseAbi(mId); in getAbi()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_TestDataBuilder.java | 63 private long mId = -1; field in ContactsContract_TestDataBuilder.Builder 69 if (mId != -1) { in getId() 70 return mId; in getId() 79 mId = cursor.getInt(IdQuery._ID); in getId() 85 assertTrue("Could not obtain _ID for URI: " + mUri, mId != -1); in getId() 86 return mId; in getId() 97 assertTrue("Neither URI nor ID has been specified", mId != -1); in getUri() 98 mUri = ContentUris.withAppendedId(getContentUri(), mId); in getUri() 132 mId = ContentUris.parseId(mUri); in insertDependent() 193 mId = mCursor.getLong(getColumnIndex(BaseColumns._ID)); in loadUsingValues()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskInput.cpp | 97 if (!getTestCase()->registerBuffer(mId, mBuffer)) { in complete() 98 if (!getTestCase()->updateBuffer(mId, mBuffer)) { in complete() 99 LOGE("cannot register/update buffer %s", mId.string()); in complete()
|
D | TaskOutput.cpp | 57 android::sp<Buffer> buffer = getTestCase()->findBuffer(mId); in start() 59 LOGE("cannot find buffer %s", mId.string()); in start() 69 int id = getTestCase()->getRemoteAudio()->getDataId(mId); in start()
|
D | TaskAsync.cpp | 40 if (mId.length() == 0) { in run() 62 mId.append(value); in parseAttribute()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestSummaryXml.java | 33 private final int mId; field in TestSummaryXml 49 mId = id; in TestSummaryXml() 58 return mId; in getId()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleDef.java | 56 private final String mId; field in ModuleDef 70 mId = AbiUtils.createId(abi.getName(), name); in ModuleDef() 119 return mId; in toString() 127 return mId; in getId()
|
/cts/suite/audio_quality/lib/include/task/ |
D | TaskAsync.h | 48 android::String8 mId;
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioProtocol.cpp | 95 mBuffer[2] = htonl(param.mId); in sendCommand() 113 mBuffer[2] = htonl(param.mId); in sendCommand()
|
D | RemoteAudio.cpp | 202 handler->getParam().mId = id; in downloadData() 253 handler->getParam().mId = id; in startPlayback()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | DialogStubActivity.java | 390 private final int mId; field in DialogStubActivity.MockOnClickListener 393 mId = buttonId; in MockOnClickListener() 397 switch (mId) { in onClick()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | AudioProtocol.h | 38 uint32_t mId; variable
|
/cts/tests/tests/media/src/android/media/cts/ |
D | Vp8CodecTestBase.java | 808 private int mId; field in Vp8CodecTestBase.MediaEncoderAsync 862 Log.v(TAG, "Enc" + mId + ". Frame in # " + mInputFrameIndex + 891 String logStr = "Enc" + mId + ". Frame # " + mOutputFrameIndex; 1034 mId = id; in createCodec() 1064 Log.v(TAG, "Enc" + mId + ". Frame in # " + mInputFrameIndex + in feedInputInternal() 1079 Log.v(TAG, "In " + mId + " - TRY_AGAIN_LATER"); in feedInputInternal() 1114 Log.v(TAG, "Out " + mId + " - TRY_AGAIN_LATER"); in getOutputInternal() 1124 String logStr = "Enc" + mId + ". Frame # " + mOutputFrameIndex; in getOutputInternal() 1192 Log.v(TAG, "----Enc" + mId + " waiting for bufferEvent"); in waitForBufferEvent()
|
/cts/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 272 assertEquals(id, mMockActivity.mWindow.mId); in testInvokeContextMenuAction() 483 public int mId; field in InstrumentationTest.MockActivity.MockWindow 554 mId = id; in performContextMenuIdentifierAction()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 2363 private int mId; 2365 mId = id; 2368 if (VERBOSE) Log.v(TAG, "Preview frame callback, id " + mId + ".");
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 36042 public int mId 46384 private int mId 60137 private long mId 72854 private int mId 94362 private final int mId 95600 int mId 105378 private int mId 133692 private final int mId
|