Home
last modified time | relevance | path

Searched refs:OSU_URL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUWebView.java20 public static final String OSU_URL = "com.android.hotspot2.osu.URL"; field in OSUWebView
32 mUrl = getIntent().getStringExtra(OSU_URL); in onCreate()
DOSUClient.java393 intent.putExtra(OSUWebView.OSU_URL, target.toString()); in startUserInput()