Searched refs:ChooserActivity (Results 1 – 5 of 5) sorted by relevance
27 public class ChooserWrapperActivity extends ChooserActivity {
77 SharedPreferences sp = ChooserActivity.getPinnedSharedPrefs(getContext()); in onClick()
91 public class ChooserActivity extends ResolverActivity { class779 mDisplayIcon = icon != null ? icon.loadDrawable(ChooserActivity.this) : null; in ChooserTargetInfo()1206 mLayoutInflater = LayoutInflater.from(ChooserActivity.this); in ChooserRowAdapter()1303 row.addView(new Space(ChooserActivity.this), in createViewHolder()1426 private ChooserActivity mChooserActivity;1449 public ChooserTargetServiceConnection(ChooserActivity chooserActivity, in ChooserTargetServiceConnection()1530 private ChooserActivity mChooserActivity;1533 public RefinementResultReceiver(ChooserActivity host, TargetInfo target, in RefinementResultReceiver()
107 || ChooserActivity.class.getName().equals(ri.activityInfo.name)); in onCreate()
46 import com.android.internal.app.ChooserActivity;990 chooserIntent.putExtra(ChooserActivity.EXTRA_PRIVATE_RETAIN_IN_ON_STOP, true); in sendShareIntent()