Home | History | Annotate | Download | only in settings

Lines Matching refs:INTENT

22 import android.content.Intent;
167 "intent TEXT," +
2142 final Intent intent;
2161 intent = new Intent(Intent.ACTION_MAIN, null);
2162 intent.addCategory(Intent.CATEGORY_LAUNCHER);
2163 intent.setComponent(cn);
2166 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
2174 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
2175 values.put(Settings.Bookmarks.INTENT, intent.toUri(0));