Home | History | Annotate | Download | only in wifi

Lines Matching defs:intent

22 import android.content.Intent;
35 /** Intent when user dismissed the "Connect to Network" notification. */
39 /** Intent when user tapped action button to connect to recommended network. */
43 /** Intent when user tapped action button to open Wi-Fi Settings. */
47 /** Intent when user tapped "Failed to connect" notification to open Wi-Fi Settings. */
51 /** Extra data added to the Intent to specify the registering network notifier. */
178 Intent intent = new Intent(action).setPackage("android");
181 intent.putExtra(AVAILABLE_NETWORK_NOTIFIER_TAG, extraData);
184 return mFrameworkFacade.getBroadcast(mContext, requestCode, intent,