OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remoteservice
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
RemoteConnectionManager.java
68
RemoteConnectionService
remoteService
= mRemoteConnectionServices.get(componentName);
69
if (
remoteService
!= null) {
70
return
remoteService
.createRemoteConnection(
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
RemoteService.java
19
public class
RemoteService
extends ServiceBase {
StrictModeActivity.java
466
bindService(new Intent(this,
RemoteService
.class),
/packages/experimental/StrictModeTest/
AndroidManifest.xml
25
<service android:name=".
RemoteService
"
/cts/tests/tests/media/
AndroidManifest.xml
62
android:process=":
remoteService
" >
/cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java
31
private static final String SERVICE_ACTION = "android.app.
REMOTESERVICE
";
ProcessTest.java
35
private static final String REMOTE_SERVICE = "android.app.
REMOTESERVICE
";
TokenWatcherTest.java
34
private static final String EMPTY_SERVICE = "android.os.
REMOTESERVICE
";
/development/samples/ApiDemos/
_index.html
34
<li><a href="src/com/example/android/apis/app/
RemoteService
.html">Service bindings</a></li>
AndroidManifest.xml
553
<service android:name=".app.
RemoteService
" android:process=":remote">
565
<activity android:name=".app.
RemoteService
$Controller"
574
<activity android:name=".app.
RemoteService
$Binding"
582
<activity android:name=".app.
RemoteService
$BindingOptions"
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java
120
* This is the object that receives interactions from clients. See
RemoteService
LocalService.java
94
//
RemoteService
for a more complete example.
MessengerService.java
38
import com.example.android.apis.app.
RemoteService
.Controller;
NotifyingService.java
118
//
RemoteService
for a more complete example.
_index.html
211
<dt><a href="
RemoteService
.html">Remote Service Controller and
RemoteService.java
57
public class
RemoteService
extends Service {
/cts/tests/tests/os/
AndroidManifest.xml
109
android:name="android.os.
REMOTESERVICE
" />
119
android:name="android.os.
REMOTESERVICE
" />
/frameworks/base/docs/html/guide/components/
aidl.jd
259
public class
RemoteService
extends Service {
318
href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService
.html">{@code
319
RemoteService
.java}</a> class in <a
464
<p>{@sample development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService
.java
bound-services.jd
31
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService
.html">{@code
32
RemoteService
}</a></li>
627
href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService
.html">{@code
628
RemoteService
.java}</a> class in <a
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java
230
mIntent = new Intent("android.app.
REMOTESERVICE
");
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java
256
//
RemoteService
for a more complete example.
/cts/tests/app/
AndroidManifest.xml
254
android:name="android.app.
REMOTESERVICE
" />
/frameworks/base/docs/html/
sitemap.txt
[
all
...]
Completed in 635 milliseconds