OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChooserTarget
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/service/chooser/
ChooserTarget.java
30
* A
ChooserTarget
represents a deep-link into an application as returned by a
43
public final class
ChooserTarget
implements Parcelable {
44
private static final String TAG = "
ChooserTarget
";
103
public
ChooserTarget
(CharSequence title, Icon icon, float score,
116
ChooserTarget
(Parcel in) {
149
* Returns the ranking score supplied by the creator of this
ChooserTarget
.
160
* Returns the ComponentName of the Activity that should be launched for this
ChooserTarget
.
179
return "
ChooserTarget
{"
205
public static final Creator<
ChooserTarget
> CREATOR
206
= new Creator<
ChooserTarget
>() {
[
all
...]
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/26/
android.jar
Completed in 638 milliseconds