Searched refs:activityIdToBundleUrl (Results 1 – 1 of 1) sorted by relevance
82 activityIdToBundleUrl.put(activityId, bundleUrl) in loadApp()351 private val activityIdToBundleUrl = SparseArray<String>() constant354 return activityId < -1 && activityIdToBundleUrl[activityId] != null in hasBundleUrlForActivityId()358 return activityIdToBundleUrl[activityId] in getBundleUrlForActivityId()