HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
ImDataItem.java 22 import android.provider.ContactsContract.CommonDataKinds.Im;
27 * Represents an IM data item, wrapping the columns in
28 * {@link ContactsContract.CommonDataKinds.Im}.
46 ImDataItem im = new ImDataItem(item.getRawContact(), local
48 im.setMimeType(Im.CONTENT_ITEM_TYPE);
49 return im;
56 return getContentValues().getAsString(Im.DATA);
61 * Values are one of Im.TYPE_*
64 return getContentValues().getAsInteger(Im.TYPE)
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 51 PgmImage::PgmImage(const PgmImage &im) :
54 DeepCopy(im, *this);
57 PgmImage& PgmImage::operator= (const PgmImage &im)
59 if (this == &im) return *this;
60 DeepCopy(im, *this);
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
244 o << "Size: " << im.m_w << " x " << im.m_h << "\n";
245 o << "Comment: " << im.m_comment << "\n";
246 switch (im.m_format
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 23 import android.provider.ContactsContract.CommonDataKinds.Im;
43 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
44 values.put(Im.TYPE, Im.TYPE_HOME);
45 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
46 values.put(Im.DATA, TEST_ADDRESS);
47 ImDataItem im = (ImDataItem) DataItem.createFrom(null, values); local
50 ContactDetailFragment.buildImActions(mContext, entry, im);
65 ImDataItem im = (ImDataItem) DataItem.createFrom(null, values); local
85 ImDataItem im = (ImDataItem) DataItem.createFrom(null, values); local
105 ImDataItem im = (ImDataItem) DataItem.createFrom(null, values); local
129 ImDataItem im = ImDataItem.createFromEmail( local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 51 PgmImage::PgmImage(const PgmImage &im) :
54 DeepCopy(im, *this);
57 PgmImage& PgmImage::operator= (const PgmImage &im)
59 if (this == &im) return *this;
60 DeepCopy(im, *this);
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
244 o << "Size: " << im.m_w << " x " << im.m_h << "\n";
245 o << "Comment: " << im.m_comment << "\n";
246 switch (im.m_format
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CapsuleCollisionShape.java 98 public void read(JmeImporter im) throws IOException {
99 super.read(im);
100 InputCapsule capsule = im.getCapsule(this);
ConeCollisionShape.java 55 public void read(JmeImporter im) throws IOException {
56 super.read(im);
57 InputCapsule capsule = im.getCapsule(this);
CollisionShape.java 116 public void read(JmeImporter im) throws IOException {
117 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
PointLight.java 146 public void read(JmeImporter im) throws IOException {
147 super.read(im);
148 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 61 public void read(JmeImporter im) throws IOException {
62 super.read(im);
63 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderKey.java 119 public void read(JmeImporter im) throws IOException{
120 super.read(im);
121 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FadeFilter.java 151 public void read(JmeImporter im) throws IOException {
152 super.read(im);
153 InputCapsule ic = im.getCapsule(this);
RadialBlurFilter.java 150 public void read(JmeImporter im) throws IOException {
151 super.read(im);
152 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CapsuleCollisionShape.java 101 public void read(JmeImporter im) throws IOException {
102 super.read(im);
103 InputCapsule capsule = im.getCapsule(this);
ConeCollisionShape.java 57 public void read(JmeImporter im) throws IOException {
58 super.read(im);
59 InputCapsule capsule = im.getCapsule(this);
CylinderCollisionShape.java 93 public void read(JmeImporter im) throws IOException {
94 super.read(im);
95 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
Point2PointJoint.java 99 public void read(JmeImporter im) throws IOException {
100 super.read(im);
102 InputCapsule cap=im.getCapsule(this);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/cinematic/events/
GuiTrack.java 114 public void read(JmeImporter im) throws IOException {
115 super.read(im);
116 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
NormalRecalcControl.java 100 public void read(JmeImporter im) throws IOException {
101 super.read(im);
102 InputCapsule ic = im.getCapsule(this);
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 120 IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager local
122 List<InputMethodInfo> infos = im.getInputMethodList();
133 im.setInputMethod(null, id);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Filter.java 55 public void read(JmeImporter im) throws IOException {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
ChildCollisionShape.java 40 public void read(JmeImporter im) throws IOException {
41 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactQuaternionArray.java 79 public void read(JmeImporter im) throws IOException {
80 InputCapsule in = im.getCapsule(this);
CompactVector3Array.java 79 public void read(JmeImporter im) throws IOException {
80 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
KeyFrame.java 70 public void read(JmeImporter im) throws IOException {
71 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterPointShape.java 93 public void read(JmeImporter im) throws IOException {
94 this.point = (Vector3f) im.getCapsule(this).readSavable("point", null);

Completed in 645 milliseconds

12 3 4 5 6 7 8 910