Searched refs:getType (Results 1 - 25 of 336) sorted by path

1234567891011>>

/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
H A DIDrmServiceListener.cpp32 data.writeInt32(event.getType());
/frameworks/av/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/av/media/mtp/
H A DMtpServer.cpp521 mData.putUInt16(storage->getType());
H A DMtpStorage.cpp52 int MtpStorage::getType() const { function in class:android::MtpStorage
H A DMtpStorage.h46 int getType() const;
/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/cmds/content/src/com/android/commands/content/
H A DContent.java495 final int type = cursor.getType(columnIndex);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java721 if (f.getType() == int.class) {
/frameworks/base/core/java/android/animation/
H A DKeyframe.java229 public Class getType() { method in class:Keyframe
H A DPropertyValuesHolder.java258 pvh.mValueType = ((Keyframe)values[0]).getType();
289 pvh.mValueType = ((Keyframe)values[0]).getType();
338 mValueType = ((Keyframe)values[0]).getType();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java654 public int getType() { method in class:BluetoothDevice
H A DBluetoothGatt.java596 svc.getType() == type &&
914 service.getType(), service.getInstanceId(),
953 service.getType(), service.getInstanceId(),
992 mService.readDescriptor(mClientIf, device.getAddress(), service.getType(),
1030 mService.writeDescriptor(mClientIf, device.getAddress(), service.getType(),
1159 service.getType(), service.getInstanceId(),
H A DBluetoothGattServer.java376 if (svc.getType() == type &&
504 service.getType(), service.getInstanceId(),
538 mService.beginServiceDeclaration(mServerIf, service.getType(),
545 includedService.getType(),
589 service.getInstanceId(), service.getType());
593 mService.removeService(mServerIf, service.getType(),
H A DBluetoothGattService.java221 public int getType() { method in class:BluetoothGattService
/frameworks/base/core/java/android/content/
H A DClipData.java716 String realType = resolver.getType(uri);
H A DContentProvider.java69 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
209 public String getType(Uri uri) { method in class:ContentProvider.Transport
210 return ContentProvider.this.getType(uri);
560 * {@link #getType(Uri)} or {@link #getStreamTypes(Uri, String)} requests.
878 public abstract String getType(Uri uri); method in class:ContentProvider
1055 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1082 * @see #getType(android.net.Uri)
1118 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1152 * @see #getType(android.net.Uri)
1183 * <p class="note">For use in Intents, you will want to implement {@link #getType}
[all...]
H A DContentProviderClient.java140 /** See {@link ContentProvider#getType ContentProvider.getType} */
141 public String getType(Uri url) throws RemoteException { method in class:ContentProviderClient
144 return mContentProvider.getType(url);
H A DContentProviderNative.java142 String type = getType(url);
435 public String getType(Uri url) throws RemoteException method in class:ContentProviderProxy
H A DContentProviderOperation.java181 public int getType() { method in class:ContentProviderOperation
H A DContentResolver.java302 public final String getType(Uri url) { method in class:ContentResolver
307 return provider.getType(url);
340 * not necessarily a superset of the type returned by {@link #getType} --
H A DIContentProvider.java40 public String getType(Uri url) throws RemoteException; method in interface:IContentProvider
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 DIntentFilter.java1198 String type = resolve ? intent.resolveType(resolver) : intent.getType();
1307 switch (pe.getType()) {
1334 switch (pe.getType()) {
H A DRestrictionEntry.java150 public int getType() { method in class:RestrictionEntry

Completed in 312 milliseconds

1234567891011>>