Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryNotificationChannel.java57 NotificationChannel channel = new NotificationChannel(mId, mName, mImportance); in before() local
58 getNotificationManager().createNotificationChannel(channel); in before()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java75 NotificationChannel channel = new NotificationChannel(id, name, importance); in createChannel() local
76 channel.enableVibration(vibrate); in createChannel()
77 channel.setSound(null, null); in createChannel()
78 manager.createNotificationChannel(channel); in createChannel()
/platform_testing/libraries/audio-test-harness/client-lib/src/test/java/com/android/media/audiotestharness/client/grpc/
DGrpcAudioTestHarnessClientTests.java108 Channel channel = audioTestHarnessStubArgumentCaptor.getValue().getChannel(); in startCapture_createsNewStubWithProperChannel() local
109 assertEquals(mManagedChannel, channel); in startCapture_createsNewStubWithProperChannel()
DGrpcAudioCaptureStreamTests.java85 ManagedChannel channel = in setUp() local
90 mAudioTestHarnessStub = AudioTestHarnessGrpc.newStub(channel); in setUp()
/platform_testing/tests/bettertogether/betocq/
DReadMe.md69 - Different Wi-Fi concurrencies: single-channel concurrency (SCC) versus
70 multi-channel concurrency (MCC)
81 - WLAN and Wi-Fi Direct (WFD) concurrency mode operates in the same channel.
83 - Both STA and WFD are connected to 5G indoor channel (for example, 5180 in JP).
96 support WFD group owner (GO) at the 5G indoor channel.
225 1. Configure Wi-Fi AP channel frequency:
228 5260 is a [DFS channel]
259 - Specify `wifi_ssid` and `wifi_password` for each Wi-Fi channel:
270 Where `wifi_2g_ssid` is for the channel of 2437, `wifi_2g_ssid` is for
271 the channel of 5180 and `wifi_dfs_5g_ssid` is for the channel of 5260.
[all …]
Dnc_base_test.py145 channel=wifi_channel,
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DAudioTestHarnessImplTests.java102 ManagedChannel channel = in setUp() local
105 mBlockingStub = AudioTestHarnessGrpc.newBlockingStub(channel); in setUp()
106 mStub = AudioTestHarnessGrpc.newStub(channel); in setUp()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java66 NotificationChannel channel = in AutoNotificationMockingHelperImpl() local
71 mNotificationManager.createNotificationChannel(channel); in AutoNotificationMockingHelperImpl()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java340 NotificationChannel channel = new NotificationChannel( in build() local
342 manager.createNotificationChannel(channel); in build()
/platform_testing/libraries/screenshot/proto/src/main/proto/
Dscreenshot_result.proto24 // Given an RGBA color, a failure will trigger if any channel changes beyond
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private long getTimeMillis () private static void maybeCloseQuietly ( ...