Home | History | Annotate | Download | only in view

Lines Matching defs:mSources

57     private final int mSources;
420 mSources = sources;
438 mSources = in.readInt();
623 return (mSources & SOURCE_KEYBOARD) == SOURCE_KEYBOARD
640 return mSources;
652 return (mSources & source) == source;
958 out.writeInt(mSources);
1010 description.append(" Sources: 0x").append(Integer.toHexString(mSources)).append(" (");
1040 if ((mSources & source) == source) {