Home
last modified time | relevance | path

Searched refs:mItem (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIsObjectTest.java72 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 …]
DSetObjectTest.java74 …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/
DMockPlaylistAgent.java37 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()
DMediaSession2Test.java394 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()
DMediaController2Test.java421 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/
DHeaderViewListAdapterTest.java443 private Object mItem; field in HeaderViewListAdapterTest.HeaderViewFullAdapter
473 if (mItem == null) { in getItem()
474 mItem = new Object(); in getItem()
476 return mItem; in getItem()