OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCode
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java
24
private int
mCode
= -1;
37
mCode
= code;
42
return
mCode
;
/sdk/ide_common/src/com/android/ide/common/resources/configuration/
CountryCodeQualifier.java
31
private final int
mCode
;
79
mCode
= code;
83
return
mCode
;
98
return
mCode
!= DEFAULT_CODE;
120
return
mCode
== ((CountryCodeQualifier)qualifier).
mCode
;
128
return
mCode
;
136
return getFolderSegment(
mCode
);
141
if (
mCode
!= DEFAULT_CODE) {
142
return String.format("MCC %1$d",
mCode
);
[
all
...]
NetworkCodeQualifier.java
31
private final int
mCode
;
79
mCode
= code;
83
return
mCode
;
98
return
mCode
!= DEFAULT_CODE;
131
return
mCode
== ((NetworkCodeQualifier)qualifier).
mCode
;
139
return
mCode
;
147
return getFolderSegment(
mCode
);
152
if (
mCode
!= DEFAULT_CODE) {
153
return String.format("MNC %1$d",
mCode
);
[
all
...]
/frameworks/base/include/utils/
TextOutput.h
89
uint32_t
mCode
;
161
inline TypeCode::TypeCode(uint32_t code) :
mCode
(code) { }
163
inline uint32_t TypeCode::typeCode() const { return
mCode
; }
/frameworks/base/media/mtp/
MtpProperty.h
45
MtpPropertyCode
mCode
;
84
inline MtpPropertyCode getPropertyCode() const { return
mCode
; }
100
return ( ((
mCode
& 0xF000) == 0x5000)
101
|| ((
mCode
& 0xF800) == 0xD000));
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
ResultCode.java
164
private int
mCode
;
167
mCode
= code;
175
return
mCode
;
180
if (r.
mCode
== value) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java
52
int
mCode
;
63
if (
mCode
!= 0) {
84
mCode
= a.getInteger(R.styleable.KeyButtonView_keyCode, 0);
212
if (
mCode
!= 0) {
233
if (
mCode
!= 0) {
243
if (
mCode
!= 0) {
272
final KeyEvent ev = new KeyEvent(mDownTime, when, action,
mCode
, repeatCount,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
54
char
mCode
;
170
if (node.
mCode
== c) {
177
childNode.
mCode
= c;
288
final char c = node.
mCode
;
415
if (node.
mCode
== c) {
422
childNode.
mCode
= c;
503
mLookedUpString[index] = node.
mCode
;
529
if (node.
mCode
== currentChar) {
[
all
...]
/development/apps/Development/src/com/android/development/
DevelopmentSettings.java
456
mCode
= code;
466
flinger.transact(
mCode
, data, null, 0);
475
final int
mCode
;
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java
641
private int
mCode
= -1;
644
mCode
= code;
657
if ((
mCode
& Utils.DONE_SAVE) != 0 && mModel != null
679
} else if ((
mCode
& Utils.DONE_SAVE) != 0 && mModel != null && isEmptyNewEvent()) {
683
if ((
mCode
& Utils.DONE_DELETE) != 0 && mOriginalModel != null
704
if ((
mCode
& Utils.DONE_EXIT) != 0) {
707
if ((
mCode
& Utils.DONE_SAVE) != 0) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
48
public final int
mCode
;
191
mCode
= code;
286
mCode
= getRtlParenthesisCode(firstChar, params.mIsRtlKeyboard);
288
mCode
= code;
290
mCode
= Keyboard.CODE_DUMMY;
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java
119
private Integer
mCode
= null;
127
return
mCode
!= null && mTestName != null && mTestClass != null;
403
testInfo.
mCode
= StatusCodes.ERROR;
405
testInfo.
mCode
= Integer.parseInt(value);
409
if (testInfo.
mCode
!= StatusCodes.IN_PROGRESS) {
447
switch (testInfo.
mCode
) {
481
Log.e(LOG_TAG, "Unknown status code received: " + testInfo.
mCode
);
548
StatusCodes.START == mLastTestResult.
mCode
) {
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 108 milliseconds