Searched refs:getType (Results 251 - 275 of 336) sorted by relevance

<<11121314

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java52 int gc = Character.getType(c);
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java139 final int egressType = egressInfo.getType();
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java323 String mimeType = mLaunchIntent.getType();
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java271 String mimeType = mLaunchIntent.getType();
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java154 int type = result.getType();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java95 public String getType(Uri url) { method in class:IccProvider
/frameworks/rs/
H A DrsScriptC.cpp112 mTypes[ct].set(mSlots[ct]->getType());
/frameworks/base/core/java/android/content/
H A DIntentFilter.java1198 String type = resolve ? intent.resolveType(resolver) : intent.getType();
1307 switch (pe.getType()) {
1334 switch (pe.getType()) {
H A DIntent.java656 * <p>Input: {@link #getType} is the desired MIME type of the item to create or edit.
871 if (target.getType() != null) {
872 mimeTypes = new String[] { target.getType() };
929 * Input: {@link #getType} is the desired MIME type to retrieve. Note
1003 * Input: {@link #getType} is the MIME type of the data being sent.
1035 * Input: {@link #getType} is the MIME type of the data being sent.
4313 public String getType() { method in class:Intent
4325 * @see #getType
4343 * @see #getType
4352 return resolver.getType(mDat
[all...]
H A DContentProviderOperation.java181 public int getType() { method in class:ContentProviderOperation
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java439 return unpackSingle(buffer, key.getType(), nativeType);
578 int size = packSingle(value, null, key.getType(), nativeType, /* sizeOnly */true);
584 packSingle(value, buffer, key.getType(), nativeType, /*sizeOnly*/false);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp611 static int getType(SkBitmap::Config config) function in namespace:android
646 return getType(config);
661 type = getType(config);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java211 public int getType() { method in class:ImageShader.ProgramUniform
335 switch (uniform.getType()) {
364 switch (uniform.getType()) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java382 public int getType() { method in class:VCardEntry.PhoneData
472 public int getType() { method in class:VCardEntry.EmailData
717 public int getType() { method in class:VCardEntry.PostalData
861 public int getType() { method in class:VCardEntry.OrganizationData
964 public int getType() { method in class:VCardEntry.ImData
1425 public int getType() { return mType; } method in class:VCardEntry.SipData
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java584 ComponentName cn = mAm.startService(null, intent, intent.getType(), mUserId);
601 int result = mAm.stopService(null, intent, intent.getType(), mUserId);
619 String mimeType = intent.getType();
/frameworks/base/core/java/android/view/
H A DViewDebug.java1129 final Class<?> type = field.getType();
1504 if (f.getType() != int.class) {
1506 + param + " is of type " + f.getType().getSimpleName());
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java398 switch (t.sensor.getType()) {
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java264 if (info != null && info.getType() == ConnectivityManager.TYPE_WIFI) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java85 extraNetInfo.getType());
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java256 if (!"X.509".equals(chain[i].getType())) {
/frameworks/base/obex/javax/obex/
H A DClientOperation.java201 public String getType() { method in class:ClientOperation
H A DServerOperation.java583 public String getType() { method in class:ServerOperation
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java197 public String getType(Uri uri) { method in class:RecentsProvider
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java117 if (event.sensor.getType() == Sensor.TYPE_LINEAR_ACCELERATION) {
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp336 uint32_t Transform::getType() const { function in class:android::Transform

Completed in 1159 milliseconds

<<11121314