Searched refs:VendorUtils (Results 1 – 4 of 4) sorted by relevance
31 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 …]
24 import android.telephony.mbms.vendor.VendorUtils;
37 public class VendorUtils { class
17159 public class VendorUtils {17160 ctor public VendorUtils();