Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 76) sorted by relevance

1234

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationChannelTest.java57 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 …]
DNotificationManagerTest.java532 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/
DPostMessageTest.java205 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/
DOmapiTest.java345 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/
DBluetoothLeBroadcastChannelTest.java109 BluetoothLeBroadcastChannel channel = in createBroadcastChannelFromBuilder() local
133 BluetoothLeBroadcastChannel channel = in createBroadcastChannelFromCopy() local
/cts/tests/sensor/jni/
DSensorTest.cpp43 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/
DAccessControlTest.java270 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/
DAccessControlTest.java268 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/
DAccessControlTest.java267 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/
DDynamicsProcessingTest.java155 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/
DFgsTestCommon.java36 final var channel = getNotificationChannelId(context); in ensureNotificationChannel() local
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java61 NotificationChannel channel = new NotificationChannel(notificationChannelId, "SystemUi Cts", in doShowNotification() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21143.java66 NotificationChannel channel = in testPocCVE_2023_21143() local
DTestForegroundService.java75 final NotificationChannel channel = new NotificationChannel( in createNotificationChannelId() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerShowsHunOnIncomingCallActivity.java66 NotificationChannel channel = in update() local
/cts/hostsidetests/os/test-apps/InattentiveSleepTestApp/src/android/os/inattentivesleeptests/
DPartialWakeLockService.java44 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestFgsService.java52 final NotificationChannel channel = in onStartCommand() local
/cts/tests/sensor/sensorratepermission/DebuggableAPI31/src/android/sensorratepermission/cts/debuggableapi31/
DDebuggableAPI31Test.java108 SensorDirectChannel channel = mSensorManager.createDirectChannel(hardwareBuffer); in testDirectChannel() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DOverlayTestService.java73 String channel = Components.Notifications.CHANNEL_MAIN; in startForeground() local
/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/
DTestService.java43 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in getNotificationChannelId() local
/cts/tests/tests/contactkeysprovider/visibleapp/src/android/provider/cts/visibleapp/
DVisibleService.java55 NotificationChannel channel = new NotificationChannel(channelId, in onStartCommand() local
/cts/tests/tests/contactkeysprovider/ownerapp/src/android/provider/cts/invisibleapp/
DInvisibleService.java52 NotificationChannel channel = new NotificationChannel(channelId, in onCreate() local
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java45 final NotificationChannel channel = new NotificationChannel(channelId, channelName, in createNotificationChannel() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundService.java89 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate() local
/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/
DBaseAudioRecorderService.java108 final NotificationChannel channel = in createChannel() local

1234