HomeSort by relevance Sort by last modified time
    Searched defs:PACKAGE_NAME (Results 26 - 50 of 366) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyPreferenceTest.java 36 private static final String PACKAGE_NAME = "com.android.app";
52 .setPackageName(PACKAGE_NAME)
AnomalyTest.java 36 private static String PACKAGE_NAME = "com.android.settings";
49 .setPackageName(PACKAGE_NAME)
63 assertThat(mAnomaly.packageName).isEqualTo(PACKAGE_NAME);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/tips/
UnrestrictAppTipTest.java 33 private static final String PACKAGE_NAME = "com.android.app";
41 AppInfo appInfo = new AppInfo.Builder().setPackageName(PACKAGE_NAME).build();
55 assertThat(parcelTip.getPackageName()).isEqualTo(PACKAGE_NAME);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
ChangeWifiStateDetailsTest.java 41 private static final String PACKAGE_NAME = "app";
60 mFragment.logSpecialPermissionChange(true /*newState*/, PACKAGE_NAME);
63 eq(PACKAGE_NAME));
68 mFragment.logSpecialPermissionChange(false /*newState*/, PACKAGE_NAME);
71 eq(PACKAGE_NAME));
  /packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/anomaly/action/
LocationCheckActionTest.java 35 private static final String PACKAGE_NAME = "com.android.chrome";
47 .setUid(getPackageUid(mContext, PACKAGE_NAME))
48 .setPackageName(PACKAGE_NAME)
  /platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
ScreenshotCollectorHostTest.java 52 private static final String PACKAGE_NAME = "android.device.collectors";
64 assertTrue(isPackageInstalled(PACKAGE_NAME));
66 new RemoteAndroidTestRunner(PACKAGE_NAME, AJUR_RUNNER, getDevice().getIDevice());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ParentProfileTest.java 85 private static final String PACKAGE_NAME = DevicePolicyManager.class.getPackage().getName();
97 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME);
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ClearDeviceOwnerTest.java 35 public static final String PACKAGE_NAME = BasicAdminReceiver.class.getPackage().getName();
37 PACKAGE_NAME, BasicAdminReceiver.class.getName());
50 assertTrue("App is not device owner", mDevicePolicyManager.isDeviceOwnerApp(PACKAGE_NAME));
55 mDevicePolicyManager.clearDeviceOwnerApp(PACKAGE_NAME);
56 assertFalse(mDevicePolicyManager.isDeviceOwnerApp(PACKAGE_NAME));
  /cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobSchedulerReceiver.java 33 private static final String PACKAGE_NAME = "android.jobscheduler.cts.jobtestapp";
35 public static final String EXTRA_JOB_ID_KEY = PACKAGE_NAME + ".extra.JOB_ID";
36 public static final String EXTRA_ALLOW_IN_IDLE = PACKAGE_NAME + ".extra.ALLOW_IN_IDLE";
37 public static final String ACTION_SCHEDULE_JOB = PACKAGE_NAME + ".action.SCHEDULE_JOB";
38 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS";
  /cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobSchedulerReceiver.java 33 private static final String PACKAGE_NAME = "android.jobscheduler.cts.jobtestapp";
35 public static final String EXTRA_JOB_ID_KEY = PACKAGE_NAME + ".extra.JOB_ID";
36 public static final String EXTRA_ALLOW_IN_IDLE = PACKAGE_NAME + ".extra.ALLOW_IN_IDLE";
37 public static final String ACTION_SCHEDULE_JOB = PACKAGE_NAME + ".action.SCHEDULE_JOB";
38 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS";
  /cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java 28 private static final String PACKAGE_NAME = "android.content.cts";
34 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME);
PackageStatsTest.java 25 private static final String PACKAGE_NAME = "android.content.cts";
34 PackageStats stats = new PackageStats(PACKAGE_NAME);
35 assertEquals(PACKAGE_NAME, stats.packageName);
ServiceInfoTest.java 28 private static final String PACKAGE_NAME = "android.content.cts";
33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 42 private static final String PACKAGE_NAME = "android.widget.cts";
56 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good);
82 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1);
111 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2);
  /external/elfutils/
config.h 56 #define PACKAGE_NAME "elfutils"
  /external/iptables/
config.h 63 #define PACKAGE_NAME "iptables"
  /external/libcap-ng/
config.h 60 #define PACKAGE_NAME "libcap-ng"
  /external/libexif/
config.h 68 #define PACKAGE_NAME "EXIF library"
  /external/libnl/include/
defs.h 59 #undef PACKAGE_NAME
  /external/libusb/windows/
config.h 111 #define PACKAGE_NAME "libusb"
  /external/libusb-compat/
config.h 58 #define PACKAGE_NAME "libusb-compat"
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 56 #define PACKAGE_NAME gflags
  /external/pdfium/third_party/yasm/source/config/win/
config.h 119 #define PACKAGE_NAME "yasm"
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
fficonfig.h 110 #define PACKAGE_NAME "libffi"
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
fficonfig.h 110 #define PACKAGE_NAME "libffi"

Completed in 900 milliseconds

12 3 4 5 6 7 8 91011>>