Home
last modified time | relevance | path

Searched refs:VendorUtils (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsDownloadReceiver.java31 import android.telephony.mbms.vendor.VendorUtils;
160 } else if (VendorUtils.ACTION_CLEANUP.equals(intent.getAction())) { in onReceive()
183 if (!intent.hasExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT)) { in verifyIntentContents()
192 if (!intent.hasExtra(VendorUtils.EXTRA_FINAL_URI)) { in verifyIntentContents()
209 if (!intent.hasExtra(VendorUtils.EXTRA_SERVICE_ID)) { in verifyIntentContents()
214 if (!intent.hasExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT)) { in verifyIntentContents()
218 } else if (VendorUtils.ACTION_CLEANUP.equals(intent.getAction())) { in verifyIntentContents()
219 if (!intent.hasExtra(VendorUtils.EXTRA_SERVICE_ID)) { in verifyIntentContents()
224 if (!intent.hasExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT)) { in verifyIntentContents()
228 if (!intent.hasExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE)) { in verifyIntentContents()
[all …]
H A DUriPathPair.java24 import android.telephony.mbms.vendor.VendorUtils;
/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DEmbmsSampleDownloadService.java44 import android.telephony.mbms.vendor.VendorUtils;
225 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in requestCleanup()
230 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILES_IN_USE, in requestCleanup()
242 fdRequestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, 10); in requestExtraTempFiles()
243 fdRequestIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in requestExtraTempFiles()
279 requestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, numFds); in sendFdRequest()
280 requestIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in sendFdRequest()
308 VendorUtils.EXTRA_FREE_URI_LIST); in performDownload()
393 downloadResultIntent.putExtra(VendorUtils.EXTRA_FINAL_URI, in downloadSingleFile()
396 downloadResultIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, in downloadSingleFile()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/mbms/vendor/
H A DVendorUtils.java37 public class VendorUtils { class
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt48 ActionValue: android.telephony.mbms.vendor.VendorUtils#ACTION_CLEANUP:
54 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_FD_COUNT:
56 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_FINAL_URI:
58 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_FREE_URI_LIST:
60 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_PAUSED_LIST:
62 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_PAUSED_URI_LIST:
64 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_SERVICE_ID:
66 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_TEMP_FILES_IN_USE:
68 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_TEMP_FILE_ROOT:
70 ActionValue: android.telephony.mbms.vendor.VendorUtils#EXTRA_TEMP_LIST:
[all …]
H A Dsystem-current.txt14192 public class VendorUtils {
14193 ctor public VendorUtils();