OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_UNSPECIFIED
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java
31
public static final int
TYPE_UNSPECIFIED
= 0;
56
protected int mBaseType =
TYPE_UNSPECIFIED
;
74
return new FrameFormat(
TYPE_UNSPECIFIED
, TARGET_UNSPECIFIED);
195
if (specification.getBaseType() !=
TYPE_UNSPECIFIED
251
if (specification.getBaseType() !=
TYPE_UNSPECIFIED
252
&& getBaseType() !=
TYPE_UNSPECIFIED
345
case
TYPE_UNSPECIFIED
: return "unspecified";
/frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java
40
public static final int
TYPE_UNSPECIFIED
= 0;
237
mReasonType =
TYPE_UNSPECIFIED
;
/external/chromium_org/content/shell/renderer/test_runner/
event_sender.h
74
TYPE_UNSPECIFIED
,
event_sender.cc
1031
: type(
TYPE_UNSPECIFIED
),
[
all
...]
Completed in 101 milliseconds