/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationChannelTest.java | 57 NotificationChannel channel = in testDescribeContents() local 64 NotificationChannel channel = in testConstructor() local 90 NotificationChannel channel = in testWriteToParcel() local 130 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testName() local 137 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testDescription() local 144 NotificationChannel channel = in testLights() local 154 NotificationChannel channel = in testLightColor() local 163 NotificationChannel channel = in testVibration() local 174 NotificationChannel channel = in testVibrationPattern() local 197 NotificationChannel channel = in testVibrationPatternAndEffect() local [all …]
|
D | NotificationManagerTest.java | 532 final NotificationChannel channel = in testCreateChannelGroup() local 558 final NotificationChannel channel = in testGetChannelGroup() local 579 final NotificationChannel channel = in testGetChannelGroups() local 609 final NotificationChannel channel = in testDeleteChannelGroup() local 623 final NotificationChannel channel = in testCreateChannel() local 645 NotificationChannel channel = in testCreateChannel_rename() local 667 NotificationChannel channel = in testCreateChannel_addToGroup() local 690 NotificationChannel channel = in testCreateChannel_cannotChangeGroup() local 704 final NotificationChannel channel = in testCreateSameChannelDoesNotUpdate() local 717 NotificationChannel channel = in testCreateChannelAlreadyExistsNoOp() local [all …]
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | PostMessageTest.java | 205 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testMessageChannel() local 241 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testClose() local 285 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testReceiveMessagePort() local 308 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testWebMessageHandler() local 342 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); in testWebMessageDefaultHandler() local
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
D | OmapiTest.java | 345 Channel channel = null; in testOpenBasicChannelNullAid() local 375 Channel channel = null; in testOpenBasicChannelNonNullAid() local 428 Channel channel = null; in testSelectableAid() local 464 Channel channel = null; in testNonSelectableAid() local 489 Channel channel = null; in testSecurityExceptionInTransmit() local 522 Channel channel = null; in internalTransmitApdu() local 544 Channel channel = null; in internalTransmitApduWithoutP2() local 828 Channel channel = null; in testGetSession() local 858 Channel channel = null; in testSelectNext() local
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothLeBroadcastChannelTest.java | 109 BluetoothLeBroadcastChannel channel = in createBroadcastChannelFromBuilder() local 133 BluetoothLeBroadcastChannel channel = in createBroadcastChannelFromCopy() 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()
|
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
D | AccessControlTest.java | 270 Channel channel = null; in testSelectableAid() local 298 Channel channel = null; in testUnauthorisedAid() local 325 Channel channel = null; in testTransmitAPDU() local 355 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
D | AccessControlTest.java | 268 Channel channel = null; in testSelectableAid() local 296 Channel channel = null; in testUnauthorisedAid() local 323 Channel channel = null; in testTransmitAPDU() local 353 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
D | AccessControlTest.java | 267 Channel channel = null; in testSelectableAid() local 295 Channel channel = null; in testUnauthorisedAid() local 322 Channel channel = null; in testTransmitAPDU() local 352 Channel channel = null; in testUnauthorisedAPDU() local
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | DynamicsProcessingTest.java | 155 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_1ParametersChannel() local 252 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_6Channel_perStage() local 349 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_7Channel_perBand() local 418 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_8Channel_setAllChannelsTo() local 475 Channel channel = mDP.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test1_9Channel_setChannelTo() local 576 Channel channel = config.getChannelByChannelIndex(TEST_CHANNEL_INDEX); in test2_1ConfigChannel() local 812 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test2_4Channel_perStage() local 876 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test2_5Channel_perBand() local 1204 Channel channel = new Channel(inputGain, preEqInUse, preEqBandCount, mbcInUse, in test2_12Channel() local 1360 Channel channel = new Channel(config.getChannelByChannelIndex(TEST_CHANNEL_INDEX)); in test3_2Builder_setAllChannelsTo() local [all …]
|
/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/ |
D | FgsTestCommon.java | 36 final var channel = getNotificationChannelId(context); in ensureNotificationChannel() local
|
/cts/hostsidetests/systemui/app/src/android/systemui/cts/ |
D | TestNotificationActivity.java | 61 NotificationChannel channel = new NotificationChannel(notificationChannelId, "SystemUi Cts", in doShowNotification() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_21143.java | 66 NotificationChannel channel = in testPocCVE_2023_21143() local
|
D | TestForegroundService.java | 75 final NotificationChannel channel = new NotificationChannel( in createNotificationChannelId() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/ |
D | DialerShowsHunOnIncomingCallActivity.java | 66 NotificationChannel channel = in update() local
|
/cts/hostsidetests/os/test-apps/InattentiveSleepTestApp/src/android/os/inattentivesleeptests/ |
D | PartialWakeLockService.java | 44 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
|
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestFgsService.java | 52 final NotificationChannel channel = in onStartCommand() local
|
/cts/tests/sensor/sensorratepermission/DebuggableAPI31/src/android/sensorratepermission/cts/debuggableapi31/ |
D | DebuggableAPI31Test.java | 108 SensorDirectChannel channel = mSensorManager.createDirectChannel(hardwareBuffer); in testDirectChannel() local
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | OverlayTestService.java | 73 String channel = Components.Notifications.CHANNEL_MAIN; in startForeground() local
|
/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/ |
D | TestService.java | 43 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in getNotificationChannelId() local
|
/cts/tests/tests/contactkeysprovider/visibleapp/src/android/provider/cts/visibleapp/ |
D | VisibleService.java | 55 NotificationChannel channel = new NotificationChannel(channelId, in onStartCommand() local
|
/cts/tests/tests/contactkeysprovider/ownerapp/src/android/provider/cts/invisibleapp/ |
D | InvisibleService.java | 52 NotificationChannel channel = new NotificationChannel(channelId, in onCreate() local
|
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/ |
D | TestService.java | 45 final NotificationChannel channel = new NotificationChannel(channelId, channelName, in createNotificationChannel() local
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdCtsForegroundService.java | 89 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
|
/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/ |
D | BaseAudioRecorderService.java | 108 final NotificationChannel channel = in createChannel() local
|