OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_links
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java
410
final URLSpan[]
NO_LINKS
= new URLSpan[] {};
433
findLinks("",
NO_LINKS
, false);
435
findLinks("94043",
NO_LINKS
, false);
436
findLinks("123456789012",
NO_LINKS
, false);
462
findLinks("",
NO_LINKS
, true);
/system/bt/stack/l2cap/
l2c_link.c
65
BOOLEAN
no_links
;
local
81
no_links
= TRUE;
91
no_links
= FALSE;
97
if (
no_links
)
[
all
...]
Completed in 3732 milliseconds