OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChooserTargetService
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/service/chooser/
ChooserTargetService.java
35
* applications do not have the ability to query a
ChooserTargetService
directly.
51
* <action android:name="android.service.chooser.
ChooserTargetService
" />
76
public abstract class
ChooserTargetService
extends Service {
77
// TAG = "
ChooserTargetService
[MySubclass]";
78
private final String TAG =
ChooserTargetService
.class.getSimpleName()
84
* The Intent action that a
ChooserTargetService
must respond to
87
public static final String SERVICE_INTERFACE = "android.service.chooser.
ChooserTargetService
";
91
* <code>activity</code> element in a manifest to link it to a
ChooserTargetService
96
* The permission that a
ChooserTargetService
must require in order to bind to it.
97
* If this permission is not enforced the system will skip that
ChooserTargetService
[
all
...]
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 413 milliseconds