Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIWapPushManager.aidl26 int processMessage(String app_id, String content_type, in Intent intent); in processMessage()
33 boolean addPackage(String x_app_id, String content_type, in addPackage()
41 boolean updatePackage(String x_app_id, String content_type, in updatePackage()
49 boolean deletePackage(String x_app_id, String content_type, in deletePackage()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java119 String app_id, String content_type) { in queryLastApp()
181 public int processMessage(String app_id, String content_type, Intent intent) in processMessage()
243 public boolean addPackage(String x_app_id, String content_type, in addPackage()
295 public boolean updatePackage(String x_app_id, String content_type, in updatePackage()
339 public boolean deletePackage(String x_app_id, String content_type, in deletePackage()
392 public boolean verifyData(String x_app_id, String content_type, in verifyData()
427 public boolean isDataExist(String x_app_id, String content_type, in isDataExist()
/frameworks/av/media/libstagefright/
DItemTable.cpp1008 String8 content_type; in parse() local
1065 String8 content_type; in parse() local