/cts/tests/app/src/android/app/cts/ |
D | NotificationChannelTest.java | 40 NotificationChannel channel = in testDescribeContents() local 46 NotificationChannel channel = in testConstructor() local 64 NotificationChannel channel = in testWriteToParcel() local 74 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testName() local 80 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testDescription() local 86 NotificationChannel channel = in testLights() local 95 NotificationChannel channel = in testLightColor() local 103 NotificationChannel channel = in testVibration() local 113 NotificationChannel channel = in testVibrationPattern() local 135 NotificationChannel channel = in testSound() local [all …]
|
D | NotificationManagerTest.java | 163 final NotificationChannel channel = in testCreateChannelGroup() local 188 final NotificationChannel channel = in testGetChannelGroup() local 206 final NotificationChannel channel = in testDeleteChannelGroup() local 219 final NotificationChannel channel = in testCreateChannel() local 240 NotificationChannel channel = in testCreateChannel_rename() local 261 NotificationChannel channel = in testCreateChannel_addToGroup() local 283 NotificationChannel channel = in testCreateChannel_cannotChangeGroup() local 296 final NotificationChannel channel = in testCreateSameChannelDoesNotUpdate() local 308 NotificationChannel channel = in testCreateChannelAlreadyExistsNoOp() local 321 NotificationChannel channel = in testCreateChannelWithGroup() local [all …]
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
D | OmapiTest.java | 259 Channel channel = session.openBasicChannel(null, (byte)0x00); in testOpenBasicChannelNullAid() local 285 Channel channel = session.openBasicChannel(SELECTABLE_AID, (byte)0x00); in testOpenBasicChannelNonNullAid() local 326 Channel channel = session.openLogicalChannel(aid, (byte)0x00); in testSelectableAid() local 364 Channel channel = session.openLogicalChannel(aid, (byte)0x00); in testNonSelectableAid() local 381 Channel channel; in testSecurityExceptionInTransmit() local 419 Channel channel = session.openLogicalChannel(SELECTABLE_AID, (byte)0x00); in internalTransmitApdu() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | PostMessageTest.java | 147 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testMessageChannel() local 178 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testClose() local 221 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testReceiveMessagePort() local
|
/cts/tests/sensor/jni/ |
D | SensorTest.cpp | 43 for (int channel : mSensorDirectChannel) { in ~TestSensorManager() local 90 void TestSensorManager::destroyDirectChannel(int channel) { in destroyDirectChannel() 99 int TestSensorManager::configureDirectReport(TestSensor sensor, int channel, int rate) { in configureDirectReport()
|
D | SensorTestCases.cpp | 176 int32_t channel; in testDirectReport() local
|
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
D | AccessControlTest.java | 245 Channel channel = null; in testSelectableAid() local 273 Channel channel = null; in testUnauthorisedAid() local 297 Channel channel = null; in testTransmitAPDU() local 327 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
D | AccessControlTest.java | 243 Channel channel = null; in testSelectableAid() local 271 Channel channel = null; in testUnauthorisedAid() local 295 Channel channel = null; in testTransmitAPDU() local 325 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
D | AccessControlTest.java | 242 Channel channel = null; in testSelectableAid() local 270 Channel channel = null; in testUnauthorisedAid() local 294 Channel channel = null; in testTransmitAPDU() local 324 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DynamicsProcessingTest.java | 145 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_1ParametersChannel() local 237 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_6Channel_perStage() local 333 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_7Channel_perBand() local 401 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_8Channel_setAllChannelsTo() local 457 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_9Channel_setChannelTo() local 556 Channel channel = config.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test2_1ConfigChannel() local 789 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test2_4Channel_perStage() local 852 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test2_5Channel_perBand() local 1173 Channel channel = new Channel(inputGain, preEqInUse, preEqBandCount, mbcInUse, in test2_12Channel() local 1326 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test3_2Builder_setAllChannelsTo() local [all …]
|
D | JetPlayerTest.java | 203 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel, in onJetEvent()
|
D | AudioManagerTest.java | 1362 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, "TEST", in testPriorityOnlyChannelsCanBypassDnd() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/ |
D | DialerShowsHunOnIncomingCallActivity.java | 66 NotificationChannel channel = in update() local
|
/cts/apps/CameraITS/tools/ |
D | rotation_rig.py | 61 def set_relay_channel_state(vid, pid, channel, relay_state): argument
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | SimpleForegroundService.java | 85 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdCtsForegroundService.java | 89 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | TestLogService.java | 112 ClientChannel channel = mChannels.get(logtag); in record() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | Utils.java | 85 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in showBugreportNotification() local
|
D | LockTaskUiTestActivity.java | 321 NotificationChannel channel = new NotificationChannel( in issueTestNotification() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 138 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in createChannel() local 259 NotificationChannel channel = new NotificationChannel( in setUp() local 274 NotificationChannel channel = mNm.getNotificationChannel(mChannelId); in test() local 337 NotificationChannel channel = new NotificationChannel( in setUp() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | LightNavigationBarVerifier.java | 201 final int[] channel = diffStreams[i]; in dumpDiffStreams() local
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0333/ |
D | local_poc.h | 93 uint32_t channel; member 109 uint32_t channel; member 150 uint32_t channel; member
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 363 final NotificationChannel channel = in testTypeNotificationStateChangedAccessibilityEvent() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 1193 final NotificationChannel channel = new NotificationChannel("foo", "foo", in testStartForegroundService() local
|
/cts/hostsidetests/security/securityPatch/CVE-2017-6262/ |
D | local_poc.h | 135 uint32_t channel; member 165 int channel; member
|