OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteService
(Results
1 - 5
of
5
) sorted by null
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
RemoteService.java
19
public class
RemoteService
extends ServiceBase {
StrictModeActivity.java
469
bindService(new Intent(this,
RemoteService
.class),
/frameworks/base/core/java/android/content/pm/permission/
RuntimePermissionPresenter.java
91
private final
RemoteService
mRemoteService;
109
mRemoteService = new
RemoteService
(context);
126
RemoteService
.MSG_GET_APP_PERMISSIONS, args);
149
RemoteService
.MSG_GET_APPS_USING_PERMISSIONS, args);
153
private static final class
RemoteService
174
public
RemoteService
(Context context) {
/development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java
58
public class
RemoteService
extends Service {
85
Log.i("
RemoteService
", "Received start id " + startId + ": " + intent);
244
startService(new Intent(Controller.this,
RemoteService
.class));
253
stopService(new Intent(Controller.this,
RemoteService
.class));
371
Intent intent = new Intent(Binding.this,
RemoteService
.class);
552
mBindIntent = new Intent(this,
RemoteService
.class);
MessengerService.java
38
import com.example.android.apis.app.
RemoteService
.Controller;
Completed in 719 milliseconds