OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:display1
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java
313
* @param matchDisplay1 If non-null, must match
DISPLAY1
column if row counts as match
350
* @param colQuery The column # containing the query. The query must match
display1
.
353
* @param matchDisplay1 If non-null, this must be the prefix of
display1
361
String
display1
= c.getString(colDisp1);
local
364
assertEquals(query,
display1
);
367
result = result && (
display1
!= null) &&
display1
.startsWith(matchDisplay1);
/external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar
Completed in 4471 milliseconds