OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsolatedService
(Results
1 - 6
of
6
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
IsolatedService.java
19
public class
IsolatedService
extends LocalService {
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
IsolatedService.java
19
public class
IsolatedService
extends BaseService {
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
IsolatedService.java
27
public class
IsolatedService
extends Service {
28
static final String TAG = "
IsolatedService
";
/cts/tests/tests/security/src/android/security/cts/
IsolatedService.java
32
public class
IsolatedService
extends Service {
34
private static final String TAG =
IsolatedService
.class.getSimpleName();
/development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java
43
public class
IsolatedService
extends Service {
56
Log.i("
IsolatedService
", "Creating
IsolatedService
: " + this);
61
Log.i("
IsolatedService
", "Destroying
IsolatedService
: " + this);
85
Log.i("
IsolatedService
", "Task removed in " + this + ": " + rootIntent);
193
mService1 = new ServiceInfo(this,
IsolatedService
.class, R.id.start1, R.id.stop1,
/cts/tests/tests/os/src/android/os/cts/
SeccompTest.java
210
final Intent intent = new Intent(getContext(),
IsolatedService
.class);
241
final Intent intent = new Intent(getContext(),
IsolatedService
.class);
307
public static class
IsolatedService
extends Service {
Completed in 303 milliseconds