OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActivityController
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ActivityController.java
28
public class
ActivityController
<T extends Activity> extends ComponentController<
ActivityController
<T>, T> {
30
public static <T extends Activity>
ActivityController
<T> of(T activity, Intent intent) {
31
return new
ActivityController
<>(activity, intent).attach();
34
public static <T extends Activity>
ActivityController
<T> of(T activity) {
35
return new
ActivityController
<>(activity, null).attach();
38
private
ActivityController
(T activity, Intent intent) {
42
private
ActivityController
<T> attach() {
68
public
ActivityController
<T> create(final Bundle bundle) {
73
@Override public
ActivityController
<T> create()
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
118
* This is set by the
ActivityController
thread to request collection of ANR
124
* This is set by the
ActivityController
thread to request a
130
* This is set by the
ActivityController
thread to request a
136
* This is set by the
ActivityController
thread to request a
142
* Synchronization for the
ActivityController
callback to block
148
* This is set by the
ActivityController
thread to request a
168
* This is set by the
ActivityController
thread to request a "procrank"
265
private class
ActivityController
extends IActivityController.Stub {
462
* NOTE: You cannot perform a dumpsys call from the
ActivityController
[
all
...]
Completed in 283 milliseconds