Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java132 String app_id, String content_type) { in queryLastApp() argument
134 + " content_type: " + content_type); in queryLastApp()
140 new String[] {app_id, content_type}, in queryLastApp()
276 public boolean addPackage(String x_app_id, String content_type, in addPackage() argument
298 public boolean updatePackage(String x_app_id, String content_type, in updatePackage() argument
320 + " and content_type=\'" + content_type + "\'" in updatePackage()
347 + " and content_type=\'" + content_type + "\'" in deletePackage()
354 + x_app_id + ":" + content_type + " " in deletePackage()
475 public boolean verifyData(String x_app_id, String content_type, in verifyData() argument
483 content_type + " lastapp: " + lastapp); in verifyData()
[all …]
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIWapPushManager.aidl26 int processMessage(String app_id, String content_type, in Intent intent); in processMessage() argument
34 boolean addPackage(String x_app_id, String content_type, in addPackage() argument
43 boolean updatePackage(String x_app_id, String content_type, in updatePackage() argument
52 boolean deletePackage(String x_app_id, String content_type, in deletePackage() argument
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioAttributes.cpp95 aa->content_type = in nativeAudioAttributesFromJavaAudioAttributes()
103 aa->usage, aa->content_type, aa->source, aa->tags, aa->flags, aa->tags); in nativeAudioAttributesFromJavaAudioAttributes()
131 attributes.content_type); in nativeAudioAttributesToJavaAudioAttributes()
H A Dandroid_media_AudioTrack.cpp338 paa->usage, paa->content_type, paa->flags, paa->tags); in android_media_AudioTrack_setup()
512 attributes.content_type = static_cast<audio_content_type_t>(contentType); in android_media_AudioTrack_is_direct_output_supported()
/aosp14/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp274 .content_type = AUDIO_CONTENT_TYPE_MUSIC, in main()
/aosp14/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp94 attributes.content_type, attributes.usage, attributes.flags, attributes.tags); in SoundPool()
H A Dandroid_media_SoundPool.cpp524 audioAttributes.content_type = in android_media_SoundPool_native_setup()
/aosp14/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto31 optional ContentType content_type = 2; field
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto312 optional int32 content_type = 3; field