OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:display2
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java
314
* @param matchDisplay2 If non-null, must match
DISPLAY2
column if row counts as match
324
// look for minimum set of columns (note,
display2
is optional)
354
* @param matchDisplay2 If non-null, this must be the prefix of
display2
362
String
display2
= (colDisp2 >= 0) ? c.getString(colDisp2) : null;
local
370
result = result && (
display2
!= null) &&
display2
.startsWith(matchDisplay2);
/external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar
Completed in 34 milliseconds