OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedLabel
(Results
1 - 4
of
4
) 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());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java
112
final CharSequence
expectedLabel
= getContext().getText(expectedLabelResId);
113
assertEquals(tag + " label " + index,
expectedLabel
, actualMoreKeys[index].mLabel);
/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 170 milliseconds