Searched refs:mType (Results 1 – 6 of 6) sorted by relevance
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | FieldInfo.java | 24 private String mType; field in FieldInfo 36 mType = type; in FieldInfo() 45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType); in getNameAndType() 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() 55 if (!type.equals(mType)) { in normalizeType() 57 mType = type; in normalizeType()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
D | MidiPortSelector.java | 38 private int mType = MidiDeviceInfo.PortInfo.TYPE_INPUT; field in MidiPortSelector 58 mType = type; in MidiPortSelector() 99 int portCount = (mType == MidiDeviceInfo.PortInfo.TYPE_INPUT) in getInfoPortCount() 108 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceAdded() 119 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceRemoved() 135 if (mType == MidiDeviceInfo.PortInfo.TYPE_INPUT) { in onDeviceStatusChanged() 138 + ", mType = " + mType in onDeviceStatusChanged() 144 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceStatusChanged()
|
D | MidiPortWrapper.java | 27 private int mType; field in MidiPortWrapper 38 mType = portType; in MidiPortWrapper() 77 && portInfo.getType() == mType) { in findPortInfo() 109 if (mType != otherWrapper.mType) in equals() 120 hashCode = 31 * hashCode + mType; in hashCode()
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
D | MidiPortSelector.java | 38 private int mType = MidiDeviceInfo.PortInfo.TYPE_INPUT; field in MidiPortSelector 58 mType = type; in MidiPortSelector() 99 int portCount = (mType == MidiDeviceInfo.PortInfo.TYPE_INPUT) in getInfoPortCount() 108 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceAdded() 119 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceRemoved() 135 if (mType == MidiDeviceInfo.PortInfo.TYPE_INPUT) { in onDeviceStatusChanged() 138 + ", mType = " + mType in onDeviceStatusChanged() 144 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceStatusChanged()
|
D | MidiPortWrapper.java | 27 private int mType; field in MidiPortWrapper 38 mType = portType; in MidiPortWrapper() 77 && portInfo.getType() == mType) { in findPortInfo() 109 if (mType != otherWrapper.mType) in equals() 120 hashCode = 31 * hashCode + mType; in hashCode()
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
D | ContactAdder.java | 297 private String mType; field in ContactAdder.AccountData 310 mType = description.type; in AccountData() 343 return mType; in getType()
|