HomeSort by relevance Sort by last modified time
    Searched defs:AUDIO (Results 1 - 10 of 10) sorted by null

  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmProvider.java 112 db.execSQL("CREATE TABLE audio (" +
134 db.execSQL("DROP TABLE IF EXISTS audio");
146 case AUDIO:
147 qb.setTables("audio");
151 qb.setTables("audio");
242 case AUDIO: {
245 rowId = db.insert("audio", "title", values);
247 newUri = ContentUris.withAppendedId(DrmStore.Audio.CONTENT_URI, rowId);
285 case AUDIO:
286 out.table = "audio";
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 81 AUDIO
479 if (mode == WRITE || mode == PPPDUMP || mode == AUDIO) {
948 " -A, --audio=file Extract SCO audio data\n"
980 { "audio", 1, 0, 'A' },
1143 audio_fd = open_file(audio_file, AUDIO, flags);
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 26 * headset, and whether it's capable of services such as audio or telephony.
114 public static final int AUDIO = 0x200000;
124 * BluetoothClass.Service#AUDIO}.
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 108 public static final int AUDIO = 3;
252 mAttachmentType = AUDIO;
490 } else if (type == AUDIO) {
499 // For video and audio, set the duration of the slide to
501 if (type == VIDEO || type == AUDIO) {
538 } else if (type == AUDIO) {
547 // For video and audio, set the duration of the slide to
549 if (type == VIDEO || type == AUDIO) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 157 milliseconds