Searched refs:VendorUtils (Results 1 – 4 of 4) sorted by relevance
31 import android.telephony.mbms.vendor.VendorUtils;149 if (!Objects.equals(intent.getStringExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT), in onReceive()155 if (VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL.equals(intent.getAction())) { in onReceive()158 } else if (VendorUtils.ACTION_FILE_DESCRIPTOR_REQUEST.equals(intent.getAction())) { in onReceive()160 } else if (VendorUtils.ACTION_CLEANUP.equals(intent.getAction())) { in onReceive()168 if (VendorUtils.ACTION_DOWNLOAD_RESULT_INTERNAL.equals(intent.getAction())) { in verifyIntentContents()183 if (!intent.hasExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT)) { in verifyIntentContents()192 if (!intent.hasExtra(VendorUtils.EXTRA_FINAL_URI)) { in verifyIntentContents()208 } else if (VendorUtils.ACTION_FILE_DESCRIPTOR_REQUEST.equals(intent.getAction())) { in verifyIntentContents()209 if (!intent.hasExtra(VendorUtils.EXTRA_SERVICE_ID)) { in verifyIntentContents()[all …]
24 import android.telephony.mbms.vendor.VendorUtils;
37 public class VendorUtils { class
17740 public class VendorUtils {17741 ctor public VendorUtils();