HomeSort by relevance Sort by last modified time
    Searched defs:PROVIDER_PACKAGE (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/appwidget/src/android/appwidget/cts/
UpdateProviderInfoTest.java 45 private static final String PROVIDER_PACKAGE = "android.appwidget.cts.widgetprovider";
149 .setComponent(new ComponentName(PROVIDER_PACKAGE, PROVIDER_CLASS))
159 runShellCommand("pm uninstall " + PROVIDER_PACKAGE);
175 PROVIDER_PACKAGE, Process.myUserHandle());
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java 50 static final String PROVIDER_PACKAGE = "com.android.cts.documentprovider";

Completed in 74 milliseconds