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

1 2 3 4 5 6

  /external/chromium/sdch/open-vcdiff/vsprojects/
config.h 45 #define PACKAGE_NAME "open-vcdiff"
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 34 private static final String PACKAGE_NAME = "com.android.cts.stub";
69 info1.packageName = PACKAGE_NAME;
70 info2.packageName = PACKAGE_NAME;
73 info1 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
74 info2.packageName = PACKAGE_NAME + ".2";
78 info1.packageName = PACKAGE_NAME + ".1";
79 info2 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
PackageManagerTest.java 53 private static final String PACKAGE_NAME = "com.android.cts.stub";
125 new ComponentName(PACKAGE_NAME, cmpActivityName), null, activityIntent, 0);
130 new ComponentName(PACKAGE_NAME, ACTIVITY_NAME), null, activityIntent, 0);
166 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0);
167 List<ProviderInfo> providers = mPackageManager.queryContentProviders(PACKAGE_NAME,
370 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0);
373 CharSequence appText = mPackageManager.getText(PACKAGE_NAME, discriptionRes, appInfo);
375 ComponentName activityName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
376 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
377 ComponentName receiverName = new ComponentName(PACKAGE_NAME, RECEIVER_NAME)
    [all...]
PackageItemInfo_DisplayNameComparatorTest.java 34 private static final String PACKAGE_NAME = "com.android.cts.stub";
57 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
61 componentName = new ComponentName(PACKAGE_NAME, CMPACTIVITY_NAME);
PackageStatsTest.java 30 private static final String PACKAGE_NAME = "com.android.cts.stub";
77 PackageStats stats = new PackageStats(PACKAGE_NAME);
78 assertEquals(PACKAGE_NAME, stats.packageName);
  /external/libffi/include/
Makefile.am 8 includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
  /external/chromium/sdch/mac/
config.h 94 #define PACKAGE_NAME "open-vcdiff"
  /external/expat/
expat_config.h 56 #define PACKAGE_NAME "expat"
expat_config.h.in 55 #undef PACKAGE_NAME
  /external/genext2fs/
config.h 94 #define PACKAGE_NAME ""
  /external/grub/
config.h 89 #define PACKAGE_NAME "GRUB"
  /external/libpcap/
config.h 161 #define PACKAGE_NAME ""
  /external/oprofile/
config.h 77 #define PACKAGE_NAME ""
  /cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java 28 private static final String PACKAGE_NAME = "com.android.cts.stub";
45 mPackageManager.setApplicationEnabledSetting(PACKAGE_NAME,
  /device/samsung/crespo/alsa-lib/include/
config.h 123 #define PACKAGE_NAME ""
  /development/testrunner/
create_test.py 54 package="$PACKAGE_NAME.tests">
61 android:targetPackage="$PACKAGE_NAME"
108 package_name = manifest.GetPackageName()
109 mapping = {"PACKAGE_NAME":package_name, "MODULE_NAME":module_name,
158 module_name = mk.GetVariable(mk.PACKAGE_NAME)
208 module_name = mk.GetVariable(mk.PACKAGE_NAME)
211 (mk.PACKAGE_NAME, mk.FILENAME))
213 package_name = manifest.GetPackageName()
214 if not package_name
    [all...]
  /external/clearsilver/
cs_config.h 200 #define PACKAGE_NAME ""
  /external/icu4c/samples/uresb/
resources.mak 3 PACKAGE_NAME = uresb
  /external/libffi/darwin-x86/
fficonfig.h 108 #define PACKAGE_NAME "libffi"
  /device/samsung/crespo/alsa-utils/include/
aconfig.h.in 38 #undef PACKAGE_NAME
  /external/libpng/
config.h.in 59 #undef PACKAGE_NAME
  /external/protobuf/gtest/build-aux/
config.h.in 47 #undef PACKAGE_NAME
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 27 private static final String PACKAGE_NAME = "foo.bar.baz";
48 first.setPackageName(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);
  /ndk/
ndk-gdb 332 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
333 log "Found package name: $PACKAGE_NAME"
334 if [ $? != 0 -o "$PACKAGE_NAME" = "<none>" ] ; then
422 echo "ERROR: Package $PACKAGE_NAME is not debuggable ! You can fix that in two ways:"
448 DEVICE_GDBSERVER=`adb_shell ls /data/data/$PACKAGE_NAME/lib/gdbserver`
467 DATA_DIR=`adb_shell run-as $PACKAGE_NAME /system/bin/sh -c pwd`
498 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
499 run $ADB_CMD shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH
511 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
545 run $ADB_CMD shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID
    [all...]

Completed in 1824 milliseconds

1 2 3 4 5 6