Searched refs:fromContext (Results 1 – 5 of 5) sorted by relevance
41 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_settings)); in onListItemClick()
76 .fromContext(context, icon)); in createLiveFolder()
137 public static void actionSettingsWithDebug(Context fromContext) { in actionSettingsWithDebug() argument138 Intent i = new Intent(fromContext, AccountSettings.class); in actionSettingsWithDebug()141 fromContext.startActivity(i); in actionSettingsWithDebug()
158 = Intent.ShortcutIconResource.fromContext(myActivity, R.mipmap.ic_launcher_email); in setupShortcut()
386 … intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, Intent.ShortcutIconResource.fromContext( in onListItemClick()