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

  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 30 private static final String PKG_NAME = "com.android.browserpowertest";
37 super(PKG_NAME, PowerTestActivity.class);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 47 private static final String PKG_NAME = "com.android.cts.uiautomator";
62 if (!new UiObject(new UiSelector().packageName(PKG_NAME)).exists())
254 assertTrue("CTS test app must be running", pkgName.equals(PKG_NAME));
256 boolean gone = new UiObject(new UiSelector().packageName(PKG_NAME)).waitUntilGone(5000);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 59 public static final String PKG_NAME;
73 PKG_NAME = "";
75 PKG_NAME = fullyQualifiedName.substring(0, lastDot);
79 for (int i = 0; i < PKG_NAME.length(); i++) {
80 char ch = PKG_NAME.charAt(i);
    [all...]
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
CtsUiAutomatorTest.java 46 private static final String PKG_NAME = "com.android.uiautomator.tests.cts.testapp";
58 if (!new UiObject(new UiSelector().packageName(PKG_NAME)).exists()) {
61 .setComponent(new ComponentName(PKG_NAME, PKG_NAME + ".MainActivity"));
228 assertTrue("CTS test app must be running", pkgName.equals(PKG_NAME));
230 boolean gone = new UiObject(new UiSelector().packageName(PKG_NAME)).waitUntilGone(5000);
    [all...]

Completed in 311 milliseconds