Searched refs:TARGET_COMPONENT_KEY (Results 1 – 4 of 4) sorted by relevance
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;41 intent.putExtra(TARGET_COMPONENT_KEY, component); in broadcastStatus()
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;44 String targetComponent = intent.getStringExtra(TARGET_COMPONENT_KEY); in onReceive()
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;111 intent.putExtra(TARGET_COMPONENT_KEY, component); in broadcastStatus()
41 public static final String TARGET_COMPONENT_KEY = "IncrementalTestAppTargetComponent"; field in Consts