Searched defs:mCode (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
H A DUriMatcher.java132 mCode = code;
140 mCode = NO_MATCH;
207 node.mCode = code;
228 return this.mCode;
271 return node.mCode;
278 private int mCode; field in class:UriMatcher
/frameworks/av/media/mtp/
H A DMtpProperty.h45 MtpPropertyCode mCode; member in class:android::MtpProperty
84 inline MtpPropertyCode getPropertyCode() const { return mCode; }
100 return ( ((mCode & 0xF000) == 0x5000)
101 || ((mCode & 0xF800) == 0xD000));
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonEvent.java33 private final int mCode; field in class:NativeDaemonEvent
40 mCode = code;
51 return mCode;
73 return mCode >= 100 && mCode < 200;
80 return mCode >= 200 && mCode < 300;
87 return mCode >= 400 && mCode < 500;
94 return mCode >
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java53 int mCode; field in class:KeyButtonView
71 if (mCode != 0) {
92 mCode = a.getInteger(R.styleable.KeyButtonView_keyCode, 0);
247 if (mCode != 0) {
268 if (mCode != 0) {
278 if (mCode != 0) {
307 final KeyEvent ev = new KeyEvent(mDownTime, when, action, mCode, repeatCount,
/frameworks/native/include/binder/
H A DTextOutput.h94 uint32_t mCode; member in class:android::TypeCode
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
168 inline uint32_t TypeCode::typeCode() const { return mCode; }
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResultCode.java164 private int mCode; field in class:ResultCode
167 mCode = code;
175 return mCode;
180 if (r.mCode == value) {

Completed in 487 milliseconds