Searched refs:KEY_ONE_SHOT (Results 1 – 2 of 2) sorted by relevance
246 public static final String KEY_ONE_SHOT = "KEY_ONE_SHOT"; field in DynamicSystemClient
31 import static android.os.image.DynamicSystemClient.KEY_ONE_SHOT;317 mOneShot = intent.getBooleanExtra(KEY_ONE_SHOT, true); in executeInstallCommand()