Home
last modified time | relevance | path

Searched refs:FEATURE_LEANBACK_ONLY (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DBatteryStatsValidationTests.java84 if (!hasFeature(FEATURE_LEANBACK_ONLY, false)) return; in testPowerUse()
126 if (!hasFeature(FEATURE_LEANBACK_ONLY, false)) return; in testPowerBlameUid()
/cts/tests/tests/media/src/android/media/cts/
DRingtoneTest.java128 .hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY); in isTV()
DRingtoneManagerTest.java113 && !pm.hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY); in isSupportedDevice()
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java300 if (mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY)) { in testAlarmClockShowTimers()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java45 public static final String FEATURE_LEANBACK_ONLY = "android.software.leanback_only"; field in BatteryStatsValidationTest
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DUidAtomTests.java411 if (!hasFeature(FEATURE_LEANBACK_ONLY, false)) return; in testDeviceCalculatedPowerUse()
433 if (!hasFeature(FEATURE_LEANBACK_ONLY, false)) return; in testDeviceCalculatedPowerBlameUid()
DAtomTestCase.java99 public static final String FEATURE_LEANBACK_ONLY = "android.software.leanback_only"; field in AtomTestCase
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java539 context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY)); in testNotificationSeen()