HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 51 - 75 of 319) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputInfoTest.java 30 public class TvInputInfoTest extends AndroidTestCase {
43 StubTunerTvInputService.class.getName())) {
58 TvInputSettingsActivityStub.class));
70 TvInputSetupActivityStub.class));
TvInputManagerTest.java 29 public class TvInputManagerTest extends AndroidTestCase {
31 StubTunerTvInputService.class.getName()
34 NoMetadataTvInputService.class.getName(), NoPermissionTvInputService.class.getName()
56 mManager.getTvInputList(), StubTunerTvInputService.class.getName()).getId();
71 mManager.getTvInputList(), StubTunerTvInputService.class.getName()));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
DatabaseConfigTest.java 15 @RunWith(WithTestDefaultsRunner.class)
16 public class DatabaseConfigTest {
25 assertThat(DatabaseConfig.getDatabaseMap().getClass().getName(), equalTo(H2Map.class.getName()));
37 assertThat(DatabaseConfig.getDatabaseMap().getClass().getName(), equalTo(H2Map_TypeForwardOnly.class.getName()));
52 @Test(expected = NullDatabaseMapException.class)
58 @Test(expected = NullDatabaseMapException.class)
64 @Test(expected = NullDatabaseMapException.class)
70 @Test(expected = NullDatabaseMapException.class)
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
SwitchPreview.java 38 * -e class com.android.camera.stress.SwitchPreview \
42 public class SwitchPreview extends ActivityInstrumentationTestCase2 <VideoCamera>{
53 super(VideoCamera.class);
102 VideoCamera.class);
108 Camera.class);
  /art/test/100-reflect2/src/
Main.java 20 class Main {
33 f = Main.class.getDeclaredField("z");
35 f = Main.class.getDeclaredField("b");
37 f = Main.class.getDeclaredField("c");
39 f = Main.class.getDeclaredField("d");
41 f = Main.class.getDeclaredField("f");
43 f = Main.class.getDeclaredField("i");
45 f = Main.class.getDeclaredField("j");
47 f = Main.class.getDeclaredField("s");
50 f = Main.class.getDeclaredField("z")
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 28 public class FaceDetectorTest extends InstrumentationTestCase {
36 intent.setClass(getInstrumentation().getTargetContext(), FaceDetectorStub.class);
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/
QuizReportActionService.java 38 public class QuizReportActionService extends IntentService {
44 super(QuizReportActionService.class.getSimpleName());
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 36 * -e class com.example.android.apis.app.LocalServiceTest \
39 public class LocalServiceTest extends ServiceTestCase<LocalService> {
42 super(LocalService.class);
66 startIntent.setClass(getContext(), LocalService.class);
76 startIntent.setClass(getContext(), LocalService.class);
  /development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 38 public class QuizReportActionService extends IntentService {
44 super(QuizReportActionService.class.getSimpleName());
  /external/libnl/lib/route/
class.c 2 * lib/route/class.c Queueing Classes
14 * @defgroup class Queueing Classes
22 #include <netlink/route/class.h>
23 #include <netlink/route/class-modules.h>
34 struct rtnl_class *class; local
37 class = rtnl_class_alloc();
38 if (!class) {
42 class->ce_msgtype = n->nlmsg_type;
44 err = tca_msg_parser(n, (struct rtnl_tca *) class);
48 cops = rtnl_class_lookup_ops(class);
263 struct rtnl_class *class; local
    [all...]
  /external/libnl/src/
nl-tctree-list.c 42 struct rtnl_class *class = (struct rtnl_class *) obj; local
44 uint32_t parent = rtnl_class_get_handle(class);
49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache);
53 rtnl_class_foreach_child(class, class_cache, &print_class, arg + 2);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteDatabaseTest.java 18 @DatabaseConfig.UsingDatabaseMap(SQLiteMap.class)
19 @RunWith(WithTestDefaultsRunner.class)
20 public class SQLiteDatabaseTest extends DatabaseTestBase {
25 equalTo(SQLiteMap.class.getName()));
  /external/strace/
ioprio.c 31 int class, data; local
33 class = IOPRIO_PRIO_CLASS(ioprio);
35 str = xlookup(ioprio_class, class);
40 class, "IOPRIO_CLASS_???", data);
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 41 * @deprecated This class can be implemented easily by apps using a {@link RelativeLayout}
46 public class TwoLineListItem extends RelativeLayout {
99 event.setClassName(TwoLineListItem.class.getName());
105 info.setClassName(TwoLineListItem.class.getName());
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PreviewPageFrame.java 28 * This class represents the frame of page in the print preview list
31 public final class PreviewPageFrame extends LinearLayout {
53 event.setClassName(CompoundButton.class.getName());
60 info.setClassName(CompoundButton.class.getName());
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerViewAccessibilityDelegate.java 28 * This class handles basic accessibility actions and delegates them to LayoutManager.
30 public class RecyclerViewAccessibilityDelegate extends AccessibilityDelegateCompat {
53 info.setClassName(RecyclerView.class.getName());
62 event.setClassName(RecyclerView.class.getName());
  /packages/apps/Dialer/src/com/android/dialer/contact/
ContactUpdateService.java 28 public class ContactUpdateService extends IntentService {
33 super(ContactUpdateService.class.getSimpleName());
39 Intent serviceIntent = new Intent(context, ContactUpdateService.class);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 33 * This class creates another class loader to load multiple copies of various
35 * class names using the correct class loader.
37 public final class ClassLoaderReflectionTest extends TestCase {
40 * Each of these class instances points to a different copy of the class
41 * than the one in the application class loader!
43 private Class<?> aClass;
44 private Class<?> aListClass
    [all...]
  /art/test/044-proxy/src/
Clash3.java 23 * Try to instantiate a proxy class with interfaces that have conflicting
26 public class Clash3 {
31 Proxy.newProxyInstance(Clash.class.getClassLoader(),
32 new Class[] {
33 Interface3a.class,
34 Interface3base.class,
35 Interface3aa.class,
36 Interface3b.class },
45 class R3base implements I3 { int mBlah; public void x() {} }
46 class R3a extends R3base { int mBlah_a;
    [all...]
Clash4.java 23 * Try to instantiate a proxy class with interfaces that have conflicting
26 public class Clash4 {
31 Proxy.newProxyInstance(Clash.class.getClassLoader(),
32 new Class[] {
33 Interface4a.class,
34 Interface4aa.class,
35 Interface4base.class,
36 Interface4b.class,
37 Interface4bb.class },
47 class R4base { int mBlah;
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 36 public class HeadsUpNotificationFragment extends Fragment {
124 push.setClass(getActivity(), LNotificationActivity.class);
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 36 public class HeadsUpNotificationFragment extends Fragment {
124 push.setClass(getActivity(), LNotificationActivity.class);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
GeofenceTransitionsIntentService.java 42 public class GeofenceTransitionsIntentService extends IntentService
48 super(GeofenceTransitionsIntentService.class.getSimpleName());
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
CheckInAndDeleteDataItemsService.java 44 public class CheckInAndDeleteDataItemsService extends IntentService
50 super(CheckInAndDeleteDataItemsService.class.getSimpleName());
105 Intent confirmationActivity = new Intent(this, ConfirmationActivity.class)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalSampleInstrumentation.java 28 * class demonstrating instrumentation against one of this application's sample
31 public class LocalSampleInstrumentation extends Instrumentation {
32 public abstract static class ActivityRunnable implements Runnable {
57 intent.setClass(getTargetContext(), SaveRestoreState.class);

Completed in 457 milliseconds

1 23 4 5 6 7 8 91011>>