Searched refs:mItem (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IsObjectTest.java | 72 ScriptField__object_element_input.Item mItem = in testIsObjectElement() local 74 mItem.element = element; in testIsObjectElement() 75 filed.set(mItem, 0, true); in testIsObjectElement() 93 ScriptField__object_type_input.Item mItem = new ScriptField__object_type_input.Item(); in testIsObjectType() local 94 mItem.type = type; in testIsObjectType() 95 filed.set(mItem, 0, true); in testIsObjectType() 116 ScriptField__object_allocation_input.Item mItem = in testIsObjectAllocation() local 118 mItem.allocation = allocation; in testIsObjectAllocation() 119 filed.set(mItem, 0, true); in testIsObjectAllocation() 139 ScriptField__object_sampler_input.Item mItem = in testIsObjectSampler() local [all …]
|
D | SetObjectTest.java | 74 …ScriptField__set_object_element_input.Item mItem = new ScriptField__set_object_element_input.Item(… in testSetObjectElement() local 75 mItem.element = element; in testSetObjectElement() 76 field.set(mItem, 0, true); in testSetObjectElement() 94 … ScriptField__set_object_type_input.Item mItem = new ScriptField__set_object_type_input.Item(); in testSetObjectType() local 95 mItem.type = type; in testSetObjectType() 96 field.set(mItem, 0, true); in testSetObjectType() 117 …ScriptField__set_object_allocation_input.Item mItem = new ScriptField__set_object_allocation_input… in testSetObjectAllocation() local 118 mItem.allocation = allocation; in testSetObjectAllocation() 119 field.set(mItem, 0, true); in testSetObjectAllocation() 139 …ScriptField__set_object_sampler_input.Item mItem = new ScriptField__set_object_sampler_input.Item(… in testSetObjectSampler() local [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MockPlaylistAgent.java | 37 public MediaItem2 mItem; field in MockPlaylistAgent 82 mItem = item; in addPlaylistItem() 89 mItem = item; in removePlaylistItem() 97 mItem = item; in replacePlaylistItem() 104 mItem = item; in skipToPlaylistItem()
|
D | MediaSession2Test.java | 394 assertSame(testMediaItem, mMockAgent.mItem); in testSkipToPlaylistItem() 487 assertSame(testMediaItem, mMockAgent.mItem); in testAddPlaylistItem() 495 assertSame(testMediaItem, mMockAgent.mItem); in testRemovePlaylistItem() 505 assertSame(testMediaItem, mMockAgent.mItem); in testReplacePlaylistItem()
|
D | MediaController2Test.java | 421 assertEquals(testMediaItem.getMediaId(), mMockAgent.mItem.getMediaId()); in testAddPlaylistItem() 437 assertEquals(targetItem, mMockAgent.mItem); in testRemovePlaylistItem() 449 assertEquals(testMediaItem.getMediaId(), mMockAgent.mItem.getMediaId()); in testReplacePlaylistItem() 474 assertEquals(targetItem, mMockAgent.mItem); in testSkipToPlaylistItem()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | HeaderViewListAdapterTest.java | 443 private Object mItem; field in HeaderViewListAdapterTest.HeaderViewFullAdapter 473 if (mItem == null) { in getItem() 474 mItem = new Object(); in getItem() 476 return mItem; in getItem()
|