Searched defs:createIntent (Results 1 - 14 of 14) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DStartedMatcher.java23 this(createIntent(packageName, expectedActivityClass));
27 this(createIntent(expectedActivityClass));
31 this(createIntent(expectedActivityClass));
67 public static Intent createIntent(Class<? extends Activity> activityClass, String extraKey, String extraValue) { method in class:StartedMatcher
68 Intent intent = createIntent(activityClass);
73 public static Intent createIntent(Class<? extends Activity> activityClass, String action) { method in class:StartedMatcher
74 Intent intent = createIntent(activityClass);
79 public static Intent createIntent(Class<? extends Activity> activityClass) { method in class:StartedMatcher
81 return createIntent(packageName, activityClass);
84 public static Intent createIntent(Strin method in class:StartedMatcher
[all...]
H A DStartedServiceMatcher.java26 this(createIntent(packageName, expectedServiceClass));
30 this(createIntent(expectedServiceClass));
34 this(createIntent(expectedServiceClass));
87 public static Intent createIntent(Class<? extends Service> serviceClass, String extraKey, String extraValue) { method in class:StartedServiceMatcher
88 Intent intent = createIntent(serviceClass);
93 public static Intent createIntent(Class<? extends Service> serviceClass, String action) { method in class:StartedServiceMatcher
94 Intent intent = createIntent(serviceClass);
99 public static Intent createIntent(Class<? extends Service> serviceClass) { method in class:StartedServiceMatcher
106 return createIntent(packageName, serviceClass);
109 public static Intent createIntent(Strin method in class:StartedServiceMatcher
[all...]
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 722 milliseconds