OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedLabel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
DragImageTest.cpp
149
String
expectedLabel
= "Example Example Example";
163
DragImage::create(url,
expectedLabel
, fontDescription, deviceScaleFactor);
/cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfoTest.java
43
String
expectedLabel
= "Android TestCase";
44
assertEquals(
expectedLabel
, resolveInfo.loadLabel(pm).toString());
/cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java
144
String
expectedLabel
,
174
expectedLabel
, expectedMimeTypes);
177
expectedLabel
, expectedMimeTypes);
180
private void assertClipDescription(ClipDescription description, String
expectedLabel
,
182
assertEquals(
expectedLabel
, description.getLabel());
Completed in 465 milliseconds