HomeSort by relevance Sort by last modified time
    Searched refs:FEATURE_PICTURE_IN_PICTURE (Results 1 - 8 of 8) sorted by null

  /cts/tests/app/src/android/app/cts/
PipActivityTest.java 19 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;
62 mActivity.getPackageManager().hasSystemFeature(FEATURE_PICTURE_IN_PICTURE);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowReportingTest.java 25 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;
153 .hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) {
AccessibilityWindowQueryTest.java 24 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;
589 .hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 247 new Feature(PackageManager.FEATURE_PICTURE_IN_PICTURE, false),
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 370 if (packageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityManagerTestBase.java 38 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;
    [all...]
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java 102 public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture";
    [all...]
UidAtomTests.java 644 !hasFeature(FEATURE_PICTURE_IN_PICTURE, true) ||
    [all...]

Completed in 395 milliseconds