HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 290 int mType;
297 mType = type;
308 int mType;
318 mType = type;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 51 private final int mType;
65 mType = getTypeFromPath(path);
109 jc, mApplication.getContentResolver(), mType);
129 mType, mPath, entry.bucketId, entry.bucketName);
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/gadget/
WidgetService.java 86 private final int mType;
95 mType = type;
101 if (mType == WidgetDatabaseHelper.TYPE_ALBUM) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java 135 private final int mType;
138 mType = type;
142 return mType;
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 100 private final String mType;
110 mType = type;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 46 private int mType;
72 mType = Integer.parseInt(userAttributes.get(KEY_TYPE));
93 mType = type;
193 return mType;
222 userAttributes.putInt(KEY_TYPE, mType);
249 mType = userAttributes.getInt(KEY_TYPE);
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 36 int mType;
43 mType = type;
144 outputTypes[i] = sw->mType;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 91 private String mType;
94 mType = type;
98 return mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
OrientationMenuAction.java 50 private final int mType;
54 mType = type;
97 switch (mType) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 164 private final String mType;
168 mType = type;
203 setNewType(mType, null);
206 setNewType(mType, newType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 85 private ResourceType mType;
91 mType = type;
154 if (mType != null) {
161 mType,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 28 private final GLStateType mType;
38 mType = type;
52 mType = type;
128 return mType;
173 pp.prettyPrint(mType, null);
GLSparseArrayProperty.java 26 private final GLStateType mType;
44 mType = type;
52 mType = type;
99 return mType;
131 return new GLSparseArrayProperty(mType, mDefaultValue, mCreateOnAccess, copy);
156 pp.prettyPrint(mType, null);
  /sdk/sdk_common/src/com/android/ide/common/resources/
ResourceFolder.java 40 final ResourceFolderType mType;
56 mType = type;
106 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(mType);
134 switch (mType) {
214 return mType;
331 if (rft == mType) {
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 74 Type mType;
199 return mType.getElement();
220 return mType.getCount() * mType.getElement().getBytesSize();
258 mType = t;
267 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
268 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
272 "32 bit integer source does not match allocation type " + mType.mElement.mType)
    [all...]
  /external/srec/srec/cfront/
nisthdr.h 175 char mType;
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 74 uint32_t mType;
82 uint32_t mType;
87 uint32_t mType;
  /frameworks/base/media/java/android/media/
RingtoneManager.java 221 private int mType = TYPE_RINGTONE;
242 setType(mType);
254 setType(mType);
272 mType = type;
283 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/base/voip/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/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/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/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContentProvider.java 205 private final String mType;
209 mType = type;
217 return mType;
222 return mUri + " --> " + mType;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 57 private int mType;
108 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
110 switch (mType) {
140 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
187 switch (mType) {
204 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType);
225 switch (mType) {
286 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
288 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
307 switch (mType) {
    [all...]

Completed in 1898 milliseconds

1 2 34 5 6