/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | KeyboardTest.java | 67 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 68 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() 75 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 76 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() 84 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 85 assertTrue(stickyKey.on); // The key state is toggled. in testKeyOnPressedAndReleased() 92 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 93 assertTrue(stickyKey.on); in testKeyOnPressedAndReleased() 101 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 102 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() [all …]
|
/cts/tests/tests/keystore/ |
D | OWNERS | 3 # Bugs for failures on Pixel devices should be assigned to frankwoo@, cc tommychiu@ 4 # Bugs for failures on Cuttlefish should be assigned to cloud-android-devs@ 7 # Please CC android-hardware-security on all bugs.
|
/cts/tests/tests/companion/ |
D | README.md | 8 - suitable for to run on NFFs 12 `CtsCompanionDeviceManager_UiAutomation_TestCases`, on the other hand, uses `UiAutomation` in order 13 to test CDM flows end-to-end and is (at least for now) designed to run only on the mobile
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ScreenUtils.java | 21 public static void setScreenOn(boolean on) throws Exception { in setScreenOn() argument 22 BatteryUtils.turnOnScreen(on); in setScreenOn()
|
D | BatteryUtils.java | 164 public static void turnOnScreen(boolean on) throws Exception { in turnOnScreen() argument 165 if (on) { in turnOnScreen() 174 Log.d(TAG, "Screen turned " + (on ? "ON" : "OFF")); in turnOnScreen()
|
/cts/tools/cts-tradefed/ |
D | README | 7 cts-tradefed is built on top of the Android Trade Federation test harness. 15 - automatically continue a CTS test run on another device if connection 38 To run a test plan on a single device: 58 To shard a plan test run on multiple devices 67 See http://source.android.com for instructions on obtaining the Android 73 The source for the tradefed framework can be found on the 'tradefed' branch. 81 More documentation and details on using and extending trade federation will
|
D | OWNERS | 9 per-file cts-on-csi*.xml = ycchen@google.com, hsinyichen@google.com, tyanh@google.com 11 per-file cts-on-gsi*.xml = bettyzhou@google.com, ycchen@google.com, hsinyichen@google.com, tyanh@go… 12 per-file cts-on-aosp*.xml = ycchen@google.com, hsinyichen@google.com, tyanh@google.com
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | LegacyConditionProviderService.java | 45 public void toggleDND(boolean on) { in toggleDND() argument 47 new Condition(conditionId, "", on ? Condition.STATE_TRUE : Condition.STATE_FALSE)); in toggleDND()
|
/cts/tests/tests/media/ |
D | README.md | 16 | CtsMediaProjectionSDK33TestCases | MediaProjection related tests, detecting consent re-use on SDK… 17 | CtsMediaProjectionSDK34TestCases | MediaProjection related tests, detecting consent re-use on SDK… 23 The test files used by the test suite are available on Google cloud 35 so that all assets for all of the media tests are on the device. 50 Solution in such cases is to remove the /sdcard/test/CtsMedia* folder on
|
/cts/common/device-side/bedstead/dpmwrapper/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 16 // Mockito spy to implement the IPC between users (so tests running on current user can call the 17 // device owner running on system user), but before S is shipped it should be replaced by using the
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | group2.rscript | 14 rsDebug("Failed to read in on iteration: ", x); 19 rsDebug("Failed to read -5 on iteration: ", x);
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 32 // Feature splits are dependent on this base, so it must be exported. 52 // Feature splits are dependent on this base, so it must be exported.
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 10 * [Pulse-Eight USB CEC adapter on Amazon](https://www.amazon.com/s/ref=nb_sb_ss_i_1_22?url=search… 14 1. Connect "TV" port on the adapter to your TV 44 DEBUG: [ 70] turning controlled mode on 93 [on] \{address\} 94 : power on the device with the given logical address. 115 : set OSD message on the specified device. 136 : lists active devices on the bus 220 for more info on formatting your request and a full list of commands and their
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TestNotificationListener.java | 104 public static void toggleListenerAccess(Context context, boolean on) throws Exception { in toggleListenerAccess() argument 106 + " " + (on ? "allow_listener" : "disallow_listener") in toggleListenerAccess() 111 assertEquals(listenerComponent + " has not been " + (on ? "allowed" : "disallowed"), in toggleListenerAccess() 112 on, nm.isNotificationListenerAccessGranted(listenerComponent)); in toggleListenerAccess()
|
D | NetworkingHelper.java | 247 void setAirplaneMode(boolean on) throws Exception { in setAirplaneMode() argument 248 if (isAirplaneModeOn() == on) { in setAirplaneMode() 254 "cmd connectivity airplane-mode " + (on ? "enable" : "disable")); in setAirplaneMode() 257 if (!on && mHasWifi) { in setAirplaneMode() 261 waitUntil("Airplane mode didn't change to " + (on ? " on" : " off"), 60 /* seconds */, in setAirplaneMode() 266 return on == isAirplaneModeOn(); in setAirplaneMode() 268 if (on) { in setAirplaneMode()
|
/cts/tests/signature/api-check/android-test-runner-current-api/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 37 // the manifest. Their classes should still be available at runtime as a dependency on 38 // android.test.runner should automatically add a dependency on android.test.base and
|
/cts/tests/openglperf2/assets/vertex/ |
D | basic | 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 21 // Set the position on screen.
|
/cts/tests/tests/media/common/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 62 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 95 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 102 // since cts-media-common depends on ctsmediav2common, resulting in a dependency loop.
|
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/ |
D | VeqTestResult.java | 28 private static final Splitter LINE_SPLITTER = Splitter.on(System.lineSeparator()); 30 private static final Splitter KEY_VALUE_SPLITTER = Splitter.on("=").trimResults();
|
/cts/hostsidetests/devicepolicy/app/SimplePreMApp/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 15 // This app is meant for testing device policy permission APIs on legacy apps (pre-M)
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | Utils.java | 106 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess() argument 108 String command = " cmd notification " + (on ? "allow_dnd " : "disallow_dnd ") + packageName; in toggleNotificationPolicyAccess() 131 + nm.isNotificationPolicyAccessGranted() + " not " + on + " for " in toggleNotificationPolicyAccess() 132 + packageName, on, nm.isNotificationPolicyAccessGranted()); in toggleNotificationPolicyAccess()
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationManager29Test.java | 100 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess() argument 103 + " " + (on ? "allow_dnd" : "disallow_dnd") in toggleNotificationPolicyAccess() 111 nm.isNotificationPolicyAccessGranted() + " not " + on, on, in toggleNotificationPolicyAccess()
|
/cts/tools/cts-device-info/jni/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 19 // on release device.
|
/cts/tests/tests/mediastress/jni/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|