Searched defs:ChooserActivity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java91 public class ChooserActivity extends ResolverActivity { class in inherits:ResolverActivity
92 private static final String TAG = "ChooserActivity";
95 * Boolean extra to change the following behavior: Normally, ChooserActivity finishes itself
100 = "com.android.internal.app.ChooserActivity.EXTRA_PRIVATE_RETAIN_IN_ON_STOP";
183 Log.w("ChooserActivity", "Target is not an intent: " + targetParcelable);
385 // Note that this is only safe because the Intent handled by the ChooserActivity is
779 mDisplayIcon = icon != null ? icon.loadDrawable(ChooserActivity.this) : null;
1206 mLayoutInflater = LayoutInflater.from(ChooserActivity.this);
1303 row.addView(new Space(ChooserActivity.this),
1426 private ChooserActivity mChooserActivit
[all...]

Completed in 57 milliseconds