Searched refs:RESPONSE_TOKEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java66 // RESPONSE_TOKEN = data fragment from launching Intent
73 private static final String RESPONSE_TOKEN = "response_token"; field in class:CaptivePortalLoginActivity
170 intent.putExtra(RESPONSE_TOKEN, mResponseToken);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java95 // RESPONSE_TOKEN = data fragment from launching Intent
99 private static final String RESPONSE_TOKEN = "response_token"; field in class:NetworkMonitor
533 intent.getStringExtra(RESPONSE_TOKEN))) {

Completed in 375 milliseconds