/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | KeyboardTest.java | 65 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 66 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() 73 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 74 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() 82 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 83 assertTrue(stickyKey.on); // The key state is toggled. in testKeyOnPressedAndReleased() 90 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 91 assertTrue(stickyKey.on); in testKeyOnPressedAndReleased() 99 assertFalse(nonStickyKey.on); in testKeyOnPressedAndReleased() 100 assertFalse(stickyKey.on); in testKeyOnPressedAndReleased() [all …]
|
/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 | 135 public static void turnOnScreen(boolean on) throws Exception { in turnOnScreen() argument 136 if (on) { in turnOnScreen() 145 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
|
/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/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/ |
D | LegacyNotificationManager20Test.java | 145 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess() argument 147 String command = " cmd notification " + (on ? "allow_dnd " : "disallow_dnd ") + packageName; in toggleNotificationPolicyAccess() 153 nm.isNotificationPolicyAccessGranted() + " not " + on, on, in toggleNotificationPolicyAccess() 166 boolean on) throws IOException { in toggleListenerAccess() argument 168 String command = " cmd notification " + (on ? "allow_listener " : "disallow_listener ") in toggleListenerAccess() 176 nm.isNotificationListenerAccessGranted(listenerComponent) == on); in toggleListenerAccess()
|
/cts/common/device-side/bedstead/dpmwrapper/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 17 // Mockito spy to implement the IPC between users (so tests running on current user can call the 18 // 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);
|
D | instance.rscript | 7 // Set our allocation based on the global input value.
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 31 // Feature splits are dependent on this base, so it must be exported. 51 // Feature splits are dependent on this base, so it must be exported.
|
/cts/tests/tests/media/libmediandkjni/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 40 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 77 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 110 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/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/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/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationManager29Test.java | 74 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess() argument 77 + " " + (on ? "allow_dnd" : "disallow_dnd") in toggleNotificationPolicyAccess() 85 nm.isNotificationPolicyAccessGranted() + " not " + on, on, in toggleNotificationPolicyAccess()
|
/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/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/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/src/android/server/wm/ |
D | MinimalPostProcessingTests.java | 69 private void assertDisplayRequestedMinimalPostProcessing(ComponentName name, boolean on) { in assertDisplayRequestedMinimalPostProcessing() argument 80 assertEquals(requested, on); in assertDisplayRequestedMinimalPostProcessing() 85 assertTrue(supported ? requested == on : !requested); in assertDisplayRequestedMinimalPostProcessing()
|
/cts/tests/tests/mediaparser/ |
D | OWNERS | 2 # go/android-fwk-media-solutions for info on areas of ownership.
|
/cts/hostsidetests/mediaparser/ |
D | OWNERS | 2 # go/android-fwk-media-solutions for info on areas of ownership.
|
/cts/tests/tests/mediatranscoding/ |
D | OWNERS | 3 # go/android-fwk-media-solutions for info on areas of ownership.
|
/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
|
/cts/tests/tests/media/libimagereaderjni/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 36 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/rscpp/librscpptest/ |
D | instance.rscript | 7 // Set our allocation based on the global input value.
|
/cts/tools/release-parser/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 38 // dependencies of all of the tests must be on its classpath. This is
|