Searched refs:getType (Results 201 - 225 of 513) sorted by path

1234567891011>>

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java139 if (volume.getType() == VolumeInfo.TYPE_EMULATED) {
164 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC) {
206 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) {
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DHSIconFileElement.java44 public String getType() { method in class:HSIconFileElement
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DNonEAPInnerAuth.java61 public NonEAPType getType() { method in class:NonEAPInnerAuth
85 return ((NonEAPInnerAuth) thatObject).getType() == getType();
/frameworks/base/packages/Osu/src/com/android/configparse/
H A DConfigBuilder.java117 enterpriseConfig.setPhase2Method(remapInnerMethod(ttlsParam.getType()));
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DNodeAttribute.java22 public String getType() { method in class:NodeAttribute
H A DXMLNode.java44 attributes.getType(n), attributes.getValue(n)));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java385 if (mSharedVolume.getType() == VolumeInfo.TYPE_EMULATED) {
403 if (mVolume.getType() == VolumeInfo.TYPE_PRIVATE) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java307 public String getType(Uri uri) { method in class:SettingsProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java122 proto.setType(ev.sensor.getType());
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityClassifier.java44 if (event.sensor.getType() == Sensor.TYPE_PROXIMITY) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java566 if (mSensor.getType() == Sensor.TYPE_PICK_UP_GESTURE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java109 final int type = Character.getType(codePoint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java117 if (icon1.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE
118 || icon2.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java133 if (a.getType() != b.getType()) return false;
134 switch (a.getType()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DKeycodeSelectionHelper.java41 && field.getType().equals(int.class)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java187 if (rec.getType() != VolumeInfo.TYPE_PRIVATE) continue;
259 switch (vol.getType()) {
617 switch (vol.getType()) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java195 int type = GLUtils.getType(bitmap);
232 int type = GLUtils.getType(bitmap);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java522 public Type getType() { method in class:Allocation
1018 if (!mType.equals(a.getType())) {
2932 Type type = alloc.getType();
H A DAllocationAdapter.java104 if (!mAdaptedAllocation.getType().hasMipmaps()) {
123 if (!mAdaptedAllocation.getType().hasFaces()) {
146 if (mAdaptedAllocation.getType().getX() <= x) {
149 if (mWindow.getX() == mAdaptedAllocation.getType().getX()) {
152 if ((mWindow.getX() + x) >= mAdaptedAllocation.getType().getX()) {
168 if (mAdaptedAllocation.getType().getY() == 0) {
171 if (mAdaptedAllocation.getType().getY() <= y) {
174 if (mWindow.getY() == mAdaptedAllocation.getType().getY()) {
177 if ((mWindow.getY() + y) >= mAdaptedAllocation.getType().getY()) {
193 if (mAdaptedAllocation.getType()
[all...]
H A DProgram.java151 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
171 if (va != null && va.getType().hasFaces() &&
H A DScript.java514 public Type getType() { method in class:Script.FieldBase
515 return mAllocation.getType();
H A DScriptIntrinsic3DLUT.java64 final Type t = lut.getType();
H A DScriptIntrinsicBLAS.java277 int M = A.getType().getY();
278 int N = A.getType().getX();
279 if (!A.getType().getElement().isCompatible(e) ||
280 !X.getType().getElement().isCompatible(e) ||
281 !Y.getType().getElement().isCompatible(e)) {
284 if (X.getType().getY() > 1 || Y.getType().getY() > 1) {
299 if (X.getType().getX() != expectedXDim ||
300 Y.getType().getX() != expectedYDim) {
322 int M = A.getType()
[all...]
H A DScriptIntrinsicHistogram.java88 if (ain.getType().getElement().getVectorSize() <
89 mOut.getType().getElement().getVectorSize()) {
94 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
97 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
141 if (mOut.getType().getElement() != Element.U32(mRS) &&
142 mOut.getType().getElement() != Element.U32_2(mRS) &&
143 mOut.getType().getElement() != Element.U32_3(mRS) &&
144 mOut.getType()
[all...]
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java134 wifiConnected = activeInfo.getType() == ConnectivityManager.TYPE_WIFI;
135 mobileConnected = activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
299 && networkInfo.getType() == ConnectivityManager.TYPE_WIFI) {

Completed in 416 milliseconds

1234567891011>>