OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAVAILABLE
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java
25
public static final int
UNAVAILABLE
= -14;
69
case
UNAVAILABLE
:
70
return "
UNAVAILABLE
";
/external/apache-http/src/org/apache/http/util/
VersionInfo.java
64
/** A string constant for
unavailable
information. */
65
public final static String
UNAVAILABLE
= "
UNAVAILABLE
";
109
infoModule = (module != null) ? module :
UNAVAILABLE
;
110
infoRelease = (release != null) ? release :
UNAVAILABLE
;
111
infoTimestamp = (time != null) ? time :
UNAVAILABLE
;
112
infoClassloader = (clsldr != null) ? clsldr :
UNAVAILABLE
;
183
// If version info is missing, a single "
UNAVAILABLE
" for the module
185
if (!
UNAVAILABLE
.equals(infoRelease))
187
if (!
UNAVAILABLE
.equals(infoTimestamp)
[
all
...]
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectServicesList.java
99
case WifiP2pDevice.
UNAVAILABLE
:
100
return "
Unavailable
";
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java
81
case WifiP2pDevice.
UNAVAILABLE
:
82
return "
Unavailable
";
/external/chromium_org/chrome/browser/search/
hotword_service.cc
66
UNAVAILABLE
= 0,
89
HotwordExtensionAvailability availability_state =
UNAVAILABLE
;
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc
195
IA_STATE_MAP(
UNAVAILABLE
)
/external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js
148
} else if (availability == chrome.cast.ReceiverAvailability.
UNAVAILABLE
) {
/external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java
163
vi.getRelease() : VersionInfo.
UNAVAILABLE
;
/external/chromium_org/remoting/webapp/js_proto/
chrome_proto.js
440
chrome.cast.ReceiverAvailability.
UNAVAILABLE
;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar
Completed in 345 milliseconds