Searched refs:mType (Results 1 - 25 of 105) sorted by relevance

12345

/packages/apps/Contacts/src/com/android/contacts/model/
H A DBuilderWrapper.java30 private int mType; field in class:BuilderWrapper
34 mType = type;
38 return mType;
41 public void setType(int mType) { argument
42 this.mType = mType;
H A DCPOWrapper.java27 private int mType; field in class:CPOWrapper
31 mType = type;
35 return mType;
39 this.mType = type;
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DBuilderWrapper.java31 private int mType; field in class:BuilderWrapper
35 mType = type;
39 return mType;
42 public void setType(int mType) { argument
43 this.mType = mType;
H A DCPOWrapper.java28 private int mType; field in class:CPOWrapper
32 mType = type;
36 return mType;
40 this.mType = type;
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarSensorConfig.java48 private final int mType; field in class:CarSensorConfig
52 mType = in.readInt();
65 dest.writeInt(mType);
83 mType = type;
88 if (mType == type) {
92 "Invalid sensor type: expected %d, got %d", type, mType));
105 throw new IllegalArgumentException("SensorType " + mType +
112 return mType;
120 sb.append("mType: " + mType);
[all...]
/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsLayer.java34 private int mType; field in class:VmsLayer
43 mType = type;
49 return mType;
72 return Objects.equals(p.mType, mType) &&
84 return Objects.hash(mType, mSubtype, mVersion);
89 return "VmsLayer{ Type: " + mType + ", Sub type: " + mSubtype + ", Version: " + mVersion + "}";
107 out.writeInt(mType);
122 mType = in.readInt();
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorConfig.java49 private final int mType; field in class:CarSensorConfig
61 mType = type;
66 if (mType == type) {
70 "Invalid sensor type: expected %d, got %d", type, mType));
78 throw new IllegalArgumentException("SensorType " + mType +
85 return mType;
94 sb.append("mType: " + mType);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetCallState.java44 int mType; field in class:HeadsetCallState
51 mType = type;
72 builder.append(mNumber).append(", type=").append(mType).append("]");
86 && mType == that.mType;
91 return Objects.hash(mNumActive, mNumHeld, mCallState, mNumber, mType);
H A DHeadsetClccResponse.java65 int mType; field in class:HeadsetClccResponse
75 mType = type;
100 builder.append(", type=").append(mType).append("]");
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheRequest.java33 private int mType; field in class:ImageCacheRequest
41 mType = type;
48 ((mType == MediaItem.TYPE_THUMBNAIL) ? "THUMB" :
49 (mType == MediaItem.TYPE_MICROTHUMBNAIL) ? "MICROTHUMB" : "?");
58 boolean found = cacheService.getImageData(mPath, mTimeModified, mType, buffer);
64 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
79 Bitmap bitmap = onDecodeOriginal(jc, mType);
87 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
97 cacheService.putImageData(mPath, mTimeModified, mType, array);
H A DActionImage.java53 private int mType; field in class:ActionImage.BitmapJob
56 mType = type;
61 int targetSize = MediaItem.getTargetSize(mType);
65 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggested_word.h46 mType(type), mIndexToPartialCommit(indexToPartialCommit),
62 return mType;
78 int mType; member in class:latinime::SuggestedWord
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountDisplayInfo.java33 private final CharSequence mType; field in class:AccountDisplayInfo
42 mType = type;
56 return mType;
76 return !TextUtils.equals(mName, mType);
80 return withNameAndType(name, mType);
94 context.getString(typeFormat, mType), mIcon, mIsDeviceAccount);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTask.java27 private int mType; field in class:ProcessingTask
35 Message msg = mProcessingHandler.obtainMessage(mType);
54 Message msg = mResultHandler.obtainMessage(mType);
62 Message msg = mResultHandler.obtainMessage(mType);
72 mType = taskController.getReservedType();
76 return mType;
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java50 private final int mType; field in class:CarNavigationInstrumentCluster
87 return mType;
124 that.mType,
136 return mType == CLUSTER_TYPE_CUSTOM_IMAGES_SUPPORTED;
160 mType = type;
173 "type: " + mType + ", " +
/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java49 private final int mType; field in class:CarNavigationInstrumentCluster
93 return mType;
121 that.mType,
132 return mType == CLUSTER_TYPE_CUSTOM_IMAGES_SUPPORTED;
142 mType = type;
157 dest.writeInt(mType);
166 mType = in.readInt();
178 "type: " + mType + ", " +
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DState.java24 private int mType; field in class:State
37 mType = type;
64 return mType;
68 mType = type;
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DToggleDaltonizerPreferenceFragment.java36 private ListPreference mType; field in class:ToggleDaltonizerPreferenceFragment
52 mType = (ListPreference) findPreference("type");
73 if (preference == mType) {
105 mType.setValue(value);
106 mType.setOnPreferenceChangeListener(this);
107 final int index = mType.findIndexOfValue(value);
110 mType.setSummary(getString(R.string.daltonizer_type_overridden,
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DMimeRecord.java39 private final String mType; field in class:MimeRecord
43 mType = Preconditions.checkNotNull(mimeType);
50 return mType;
61 text.setText(mType);
67 return mType;
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
H A DBatteryTip.java86 protected int mType; field in class:BatteryTip
95 mType = in.readInt();
102 mType = type;
115 dest.writeInt(mType);
159 return KEY_PREFIX + mType;
163 return mType;
177 return TIP_ORDER.get(mType) - TIP_ORDER.get(o.mType);
182 return "type=" + mType + " state=" + mState;
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPairingController.java57 private int mType; field in class:BluetoothPairingController
82 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
119 switch (mType) {
184 boolean requires16Digits = mType == BluetoothDevice.PAIRING_VARIANT_PIN_16_DIGITS;
195 switch (mType) {
215 switch (mType) {
234 switch (mType) {
254 switch (mType) {
269 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
271 } else if (mType
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingController.java54 private int mType; field in class:BluetoothPairingController
80 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
123 switch (mType) {
204 boolean requires16Digits = mType == BluetoothDevice.PAIRING_VARIANT_PIN_16_DIGITS;
215 switch (mType) {
235 switch (mType) {
254 switch (mType) {
274 switch (mType) {
289 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
291 } else if (mType
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DEventReport.java40 private final Type mType; field in class:EventReport
47 mType = parseType(attrs.get("type"));
49 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
67 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
148 return mType;
188 json.put("type", mType);
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
H A DPartialSuggestionProvider.java38 private int mType = -1; field in class:PartialSuggestionProvider
101 mType = (mType + 1) % 3;
103 if (mType == 0) {
109 if (mType == 1) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java38 private final BluetoothMapUtils.TYPE mType; field in class:BluetoothMapAccountItem
51 this.mType = appType;
131 if (!other.mType.equals(this.mType)) {
133 Log.d(TAG, "Wrong appType : " + this.mType + " vs " + other.mType);
192 if (mType == null) {
193 if (other.mType != null) {
196 } else if (!mType.equals(other.mType)) {
[all...]

Completed in 418 milliseconds

12345