HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 151 - 175 of 329) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/java/android/media/
RingtoneManager.java 214 private int mType = TYPE_RINGTONE;
233 setType(mType);
245 setType(mType);
263 mType = type;
274 switch (mType) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 79 private EntryType mType;
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 238 private final String mType;
246 mType = type;
256 return mType;
369 buffer.append("m=").append(mType).append(' ').append(mPort);
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.h 96 char mType; // Smart or Dumb
105 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0),
117 char getPanelType() {return mPanelInfo.mType;}
  /hardware/qcom/display/msm8226/libqdutils/
mdp_version.h 96 char mType; // Smart or Dumb
102 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0),
113 char getPanelType() {return mPanelInfo.mType;}
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 153 mType(type), mThumb(NULL) {
166 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL, NULL);
185 mCb(mMainInput, mThumbnailInput, mType, mCookie1, mCookie2, mCookie3, mCookie4, mCancelEncoding);
216 CameraFrame::FrameType mType;
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 137 mType(type), mThumb(NULL) {
151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL);
170 mCb(mMainInput, mThumbnailInput, mType, mCookie1, mCookie2, mCookie3, mCancelEncoding);
200 CameraFrame::FrameType mType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 46 private TYPE mType = null;
138 return mType;
142 this.mType = type;
261 xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType));
276 if(mType != null)
277 xmlMsgElement.attribute(null, "type", mType.name());
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 53 * mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
55 final int mType;
58 * If mType is TYPE_DAY, then mData is the index into day infos.
59 * Otherwise mType is TYPE_MEETING and mData is the index into event
65 mType = type;
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 205 private final String mType;
209 mType = type;
217 return mType;
222 return mUri + " --> " + mType;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 184 private int mType;
187 mType = type;
193 int targetSize = MediaItem.getTargetSize(mType);
197 mFileDescriptor.getFileDescriptor(), options, targetSize, mType);
203 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 53 private int mType = CROP_VIEW;
97 return mType;
150 mType = type;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 96 byte mType;
105 mType = type;
140 byte mType;
214 mType = type;
220 mDrawingsTypes[sd.mType].paint(sd, canvas, toScrMatrix, quality);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 39 private int mType = FULL_RENDERING;
155 return mType;
159 mType = type;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 62 private int mType;
113 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
115 switch (mType) {
145 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
192 switch (mType) {
209 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType);
235 switch (mType) {
301 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
303 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
335 switch (mType) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 70 private int mType;
124 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
127 Log.d(TAG, "Requested pairing Type = " + mType + " , Device = " + mDevice);
132 switch (mType) {
165 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
241 switch (mType) {
287 switch (mType) {
305 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType);
341 switch (mType) {
349 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY)
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 57 private int mType;
152 mType = intent.getIntExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, -1);
153 if (mType != -1) {
154 mRingtoneManager.setType(mType);
236 if (mType == RingtoneManager.TYPE_NOTIFICATION) {
238 } else if (mType == RingtoneManager.TYPE_ALARM) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 60 private final int mType;
70 mType = type;
213 return mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 79 private final int mType;
84 mType = type;
175 switch (mType) {
  /system/extras/tests/sdcard/
testcase.h 120 Type type() const { return mType; }
137 Type mType;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 198 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, summary.mType);
221 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, d.mType);
245 public String mType;
268 r.mType = elems[2];
286 r.mType = elems[2];
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 297 private String mType;
310 mType = description.type;
343 return mType;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarksBridge.java 329 private final int mType;
333 mType = type;
392 return mType;
396 switch (mType) {
414 return (item.mId == mId && item.mType == mType);
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.h 25 : mType(type),
35 return mType;
39 return mType;
55 TType *mType;
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 125 ** mType Type of section, as string (.data, .text, et. al.)
132 char* mType;
514 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mType = typeDup;
689 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mType);
796 inContainer->mObjects[objectLoop].mSections[sectionLoop].mType,
    [all...]

Completed in 2049 milliseconds

1 2 3 4 5 67 8 91011>>