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

1 2 34 5 6 7 8

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskTest.java 134 mDevicePolicyManager.setLockTaskPackages(getWho(), new String[] { PACKAGE_NAME });
151 mDevicePolicyManager.setLockTaskPackages(getWho(), new String[] { PACKAGE_NAME });
167 mDevicePolicyManager.setLockTaskPackages(getWho(), new String[] { PACKAGE_NAME });
190 mDevicePolicyManager.setLockTaskPackages(getWho(), new String[] { PACKAGE_NAME });
308 intent.setClassName(PACKAGE_NAME, LockTaskUtilityActivity.class.getName());
ApplicationRestrictionsTest.java 69 final String CTS_PACKAGE = PACKAGE_NAME;
165 intent.setClassName(PACKAGE_NAME, ApplicationRestrictionActivity.class.getName());
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler";
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus));
134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageItemInfoTest.java 33 private static final String PACKAGE_NAME = "com.android.cts.content";
95 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
ResolveInfoTest.java 29 private static final String PACKAGE_NAME = "com.android.cts.content";
40 intent.setComponent(new ComponentName(PACKAGE_NAME, ACTIVITY_NAME));
ComponentInfoTest.java 38 private final String PACKAGE_NAME = "com.android.cts.content";
190 mComponentInfo.packageName = PACKAGE_NAME;
200 mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
  /external/chromium_org/sdch/open-vcdiff/src/
config.h.in 111 #undef PACKAGE_NAME
  /external/chromium_org/third_party/opus/src/
config.h.in 116 #undef PACKAGE_NAME
  /external/chromium_org/third_party/yasm/source/patched-yasm/
config.h.in 118 #undef PACKAGE_NAME
  /external/cmockery/cmockery_0_1_2/src/
config.h.in 112 #undef PACKAGE_NAME
  /external/genext2fs/
config.h.in 93 #undef PACKAGE_NAME
  /external/iputils/ninfod/
config.h.in 103 #undef PACKAGE_NAME
  /external/libopus/
config.h.in 116 #undef PACKAGE_NAME
  /external/chromium_org/third_party/fontconfig/include/
config.h 250 #define PACKAGE_NAME "fontconfig"
  /external/chromium_org/third_party/libxml/linux/
config.h 270 #define PACKAGE_NAME ""
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h 201 #define PACKAGE_NAME "google-perftools"
config_linux.h 201 #define PACKAGE_NAME "google-perftools"
  /external/libmtp/
config.h.in 144 #undef PACKAGE_NAME
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 222 #define PACKAGE_NAME "gperftools"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 222 #define PACKAGE_NAME "gperftools"
  /external/llvm/device/include/llvm/Config/
config.h 646 #define PACKAGE_NAME "LLVM"
  /external/llvm/host/include/llvm/Config/
config.h 680 #define PACKAGE_NAME "LLVM"
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 34 private static final String PACKAGE_NAME = "android.content";
73 mLayoutParams.packageName = PACKAGE_NAME;
208 mLayoutParams.packageName = PACKAGE_NAME;
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 61 private static final String PACKAGE_NAME = "com.android.cts.widget";
74 super(PACKAGE_NAME, RemoteViewsCtsActivity.class);
84 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good);
91 new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good);
97 assertEquals(PACKAGE_NAME, mRemoteViews.getPackage());
106 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.listview_layout);
109 mRemoteViews = new RemoteViews(PACKAGE_NAME, INVALD_ID);
112 mRemoteViews = new RemoteViews(PACKAGE_NAME, 0);
328 assertEquals(PACKAGE_NAME, mRemoteViews.getPackage());
  /development/testrunner/
android_mk.py 38 PACKAGE_NAME = "LOCAL_PACKAGE_NAME"

Completed in 752 milliseconds

1 2 34 5 6 7 8