Searched refs:getType (Results 126 - 150 of 513) sorted by last modified time

1234567891011>>

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java361 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(0).getType());
362 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(1).getType());
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java255 public String getType() { method in class:SimpleSessionDescription.Media
H A DSipAudioCall.java758 && "audio".equals(media.getType())
798 media.getType(), 0, 1, media.getProtocol());
1023 && "audio".equals(media.getType())
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java1192 if (info == null || info.isConnected() || info.getType() != mNetworkType) {
1200 int networkType = (info != null && info.isConnected()) ? info.getType() : -1;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DHSIconFileElement.java44 public String getType() { method in class:HSIconFileElement
H A DNetworkAuthenticationTypeElement.java36 public NwkAuthTypeEnum getType() { method in class:NetworkAuthenticationTypeElement.NetworkAuthentication
H A DVenueNameElement.java55 public VenueType getType() { method in class:VenueNameElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DNonEAPInnerAuth.java61 public NonEAPType getType() { method in class:NonEAPInnerAuth
85 return ((NonEAPInnerAuth) thatObject).getType() == getType();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java255 enterpriseConfig.setPhase2Method(remapInnerMethod(ttlsParam.getType()));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java22 public String getType() { method in class:NodeAttribute
H A DXMLNode.java45 attributes.getType(n), attributes.getValue(n)));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java183 venueType = vne.getType();
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java43 public String getType(Uri uri) { method in class:SampleProvider
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/include/gui/
H A DSensor.h72 int32_t getType() const;
/frameworks/native/include/input/
H A DInput.h297 virtual int32_t getType() const = 0;
320 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_KEY; } function in class:android::KeyEvent
374 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_MOTION; } function in class:android::MotionEvent
/frameworks/native/libs/gui/
H A DSensor.cpp327 int32_t Sensor::getType() const { function in class:android::Sensor
H A DSensorManager.cpp204 if (mSensorList[i]->getType() == type &&
/frameworks/native/libs/input/
H A DInput.cpp575 switch (event->getType()) {
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp185 ASSERT_EQ(AINPUT_EVENT_TYPE_KEY, event.getType());
301 ASSERT_EQ(AINPUT_EVENT_TYPE_MOTION, event->getType());
H A DInputPublisherAndConsumer_test.cpp98 ASSERT_EQ(AINPUT_EVENT_TYPE_KEY, event->getType())
182 ASSERT_EQ(AINPUT_EVENT_TYPE_MOTION, event->getType())
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java117 if (event.sensor.getType() == Sensor.TYPE_LINEAR_ACCELERATION) {
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java53 public CType getType() { method in class:CFunc
H A DJFunc.java56 public JType getType() { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));

Completed in 428 milliseconds

1234567891011>>