HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGE_NAME (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 52 private static final String PACKAGE_NAME = "com.example.android.activityanim";
81 bundle.getInt(PACKAGE_NAME + ".resourceId"));
82 String description = bundle.getString(PACKAGE_NAME + ".description");
83 final int thumbnailTop = bundle.getInt(PACKAGE_NAME + ".top");
84 final int thumbnailLeft = bundle.getInt(PACKAGE_NAME + ".left");
85 final int thumbnailWidth = bundle.getInt(PACKAGE_NAME + ".width");
86 final int thumbnailHeight = bundle.getInt(PACKAGE_NAME + ".height");
87 mOriginalOrientation = bundle.getInt(PACKAGE_NAME + ".orientation");
  /external/elfutils/0.153/
config.h.in 22 #undef PACKAGE_NAME
  /external/libcap-ng/libcap-ng-0.7/
config.h.in 59 #undef PACKAGE_NAME
  /external/libexif/
config.h.in 64 #undef PACKAGE_NAME
  /external/libogg/
config.h.in 47 #undef PACKAGE_NAME
  /external/libusb-compat/
config.h.in 56 #undef PACKAGE_NAME
  /external/libvorbis/
config.h.in 62 #undef PACKAGE_NAME
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 33 private static final String PACKAGE_NAME = "com.android.cts.widget";
37 super(PACKAGE_NAME, RemoteViewsCtsActivity.class);
48 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good);
74 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1);
103 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2);
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 44 private static final String PACKAGE_NAME = "com.android.cts.usb.serialtest";
64 mDevice.uninstallPackage(PACKAGE_NAME);
73 mDevice.uninstallPackage(PACKAGE_NAME);
112 RemoteAndroidTestRunner testRunner = new RemoteAndroidTestRunner(PACKAGE_NAME, CTS_RUNNER,
  /external/chromium_org/third_party/libevent/android/
config.h 215 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/libevent/freebsd/
config.h 215 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/libevent/linux/
config.h 215 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/libevent/mac/
config.h 215 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/libevent/solaris/
config.h 215 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/libxml/mac/
config.h 270 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/protobuf/
config.h 144 #define PACKAGE_NAME "Protocol Buffers"
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_freebsd.h 203 #define PACKAGE_NAME "google-perftools"
  /external/libunwind/include/
config.h 223 #define PACKAGE_NAME "libunwind"
  /external/libxml2/
config.h 286 #define PACKAGE_NAME ""
  /external/netperf/
config.h 240 #define PACKAGE_NAME "netperf"
  /cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGeneratorTest.java 30 private static final String PACKAGE_NAME = "com.android.test";
100 args.add(PACKAGE_NAME);
  /external/chromium_org/third_party/sqlite/src/
config.h.in 86 #undef PACKAGE_NAME
  /external/icu/icu4c/source/common/
icucfg.h.in 58 #undef PACKAGE_NAME
  /external/libpng/
config.h.in 59 #undef PACKAGE_NAME
  /external/libusb/
config.h.in 65 #undef PACKAGE_NAME

Completed in 1240 milliseconds

1 23 4 5 6 7 8