HomeSort by relevance Sort by last modified time
    Searched defs:PACKAGE_NAME (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/icu4c/samples/uresb/
resources.mak 3 PACKAGE_NAME = uresb
  /external/pixman/pixman/
config.h 8 #define PACKAGE_NAME "pixman"
  /external/chromium/sdch/open-vcdiff/vsprojects/
config.h 45 #define PACKAGE_NAME "open-vcdiff"
  /external/elfutils/
config.h 23 #define PACKAGE_NAME "Red Hat elfutils"
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 29 private static final String PACKAGE_NAME = "com.android.cts.stub";
51 info1.packageName = PACKAGE_NAME;
52 info2.packageName = PACKAGE_NAME;
55 info1 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
56 info2.packageName = PACKAGE_NAME + ".2";
60 info1.packageName = PACKAGE_NAME + ".1";
61 info2 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
PackageItemInfo_DisplayNameComparatorTest.java 29 private static final String PACKAGE_NAME = "com.android.cts.stub";
37 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
41 componentName = new ComponentName(PACKAGE_NAME, CMPACTIVITY_NAME);
InstrumentationInfoTest.java 28 private static final String PACKAGE_NAME = "com.android.cts.stub";
34 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME);
PackageStatsTest.java 25 private static final String PACKAGE_NAME = "com.android.cts.stub";
34 PackageStats stats = new PackageStats(PACKAGE_NAME);
35 assertEquals(PACKAGE_NAME, stats.packageName);
ProviderInfoTest.java 31 private static final String PACKAGE_NAME = "com.android.cts.stub";
40 ApplicationInfo appInfo = pm.getApplicationInfo(PACKAGE_NAME, 0);
41 List<ProviderInfo> providers = pm.queryContentProviders(PACKAGE_NAME, appInfo.uid, 0);
ServiceInfoTest.java 28 private static final String PACKAGE_NAME = "com.android.cts.stub";
33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
  /cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java 30 private static final String PACKAGE_NAME = "com.android.cts.stub";
47 mPackageManager.setApplicationEnabledSetting(PACKAGE_NAME,
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 32 private static final String PACKAGE_NAME = "com.android.cts.stub";
36 super(PACKAGE_NAME, RemoteViewsStubActivity.class);
47 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good);
73 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1);
99 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2);
  /development/testrunner/
android_mk.py 38 PACKAGE_NAME = "LOCAL_PACKAGE_NAME"
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
config.h 52 #define PACKAGE_NAME "open-vcdiff"
  /external/chromium_org/third_party/snappy/linux/
config.h 78 #define PACKAGE_NAME "snappy"
  /external/chromium_org/third_party/snappy/mac/
config.h 78 #define PACKAGE_NAME "snappy"
  /external/chromium_org/third_party/yasm/source/config/win/
config.h 119 #define PACKAGE_NAME "yasm"
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h 119 #define PACKAGE_NAME "yasm"
  /external/expat/
expat_config.h 63 #define PACKAGE_NAME "expat"
  /external/flac/
config.h 104 #define PACKAGE_NAME ""
  /external/grub/
config.h 89 #define PACKAGE_NAME "GRUB"
  /external/libcap-ng/
config.h 60 #define PACKAGE_NAME "libcap-ng"
  /external/libusb/
config.h 67 #define PACKAGE_NAME "libusb"
  /external/libusb-compat/
config.h 58 #define PACKAGE_NAME "libusb-compat"
  /external/open-vcdiff/vsprojects/
config.h 52 #define PACKAGE_NAME "open-vcdiff"

Completed in 309 milliseconds

1 2 3 4 5 6