Home
last modified time | relevance | path

Searched refs:getChannel (Results 1 – 24 of 24) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationStyleVerifierActivity.java90 mNm.createNotificationChannel(getChannel()); in setUp()
113 mNm.deleteNotificationChannel(getChannel().getId()); in tearDown()
118 protected abstract NotificationChannel getChannel(); in getChannel() method in NotificationStyleVerifierActivity.NotifyTestCase
136 protected NotificationChannel getChannel() { in getChannel() method in NotificationStyleVerifierActivity.BigPictureAnimatedTest
160 protected NotificationChannel getChannel() { in getChannel() method in NotificationStyleVerifierActivity.BigPictureAnimatedUriTest
188 protected NotificationChannel getChannel() { in getChannel() method in NotificationStyleVerifierActivity.CustomContentViewTest
214 protected NotificationChannel getChannel() { in getChannel() method in NotificationStyleVerifierActivity.CustomBigContentViewTest
238 protected NotificationChannel getChannel() { in getChannel() method in NotificationStyleVerifierActivity.CustomHeadsUpContentViewTest
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java260 FileChannel fc = input.getChannel(); in testGetChannel()
268 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelSize()
275 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelReadBuffer()
294 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelReadBuffers()
312 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelReadBufferFromPosition()
329 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelTransferTo()
334 WritableByteChannel targetChannel = output.getChannel(); in testOffsetCorrectFileChannelTransferTo()
359 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelMap()
375 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelWriteBuffer()
389 FileChannel fc = input.getChannel(); in testOffsetCorrectFileChannelWriteBuffers()
[all …]
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DCoexUnsafeChannelTest.java38 assertEquals(TEST_CHANNEL, unsafeChannel.getChannel()); in testNoPowerCapConstructor()
47 assertEquals(TEST_CHANNEL, unsafeChannel.getChannel()); in testPowerCapConstructor()
DScanResultTest.java421 assertEquals(0, mloLink.getChannel()); in testMloLinkConstructor()
DWifiManagerTest.java2781 assertEquals(currentConfig.getChannel(), testSoftApConfig.getChannel()); in compareSoftApConfiguration()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildStep.java112 FileChannel inChannel = new FileInputStream(in).getChannel(); in copyFile()
113 FileChannel outChannel = new FileOutputStream(out).getChannel(); in copyFile()
/cts/tests/tests/telephony4/src/android/telephony4/cts/
DSimRestrictedApisTest.java95 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannel()
112 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannelBySlot()
/cts/tests/tests/text/src/android/text/cts/
DFontFileTestUtil.java36 final FileChannel fc = fis.getChannel(); in getPostScriptName()
118 final FileChannel fc = fis.getChannel(); in hasTable()
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptor_AutoCloseOutputStreamTest.java62 l = out.getChannel().lock(); in testCloseOrdering()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java748 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannel()
763 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithValidP2()
781 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithInvalidP2()
800 assertThat(mTelephonyManager.iccCloseLogicalChannel(response.getChannel())).isTrue(); in testIccCloseLogicalChannel()
804 boolean result = mTelephonyManager.iccCloseLogicalChannel(response.getChannel()); in testIccCloseLogicalChannel()
833 final int logicalChannel = iccOpenLogicalChannelResponse.getChannel(); in testIccTransmitApduLogicalChannel()
899 final int logicalChannel = iccOpenLogicalChannelResponse.getChannel(); in testIccTransmitApduLogicalChannelWithInvalidInputs()
984 final int logicalChannel = iccOpenLogicalChannel.getChannel(); in testApduFileRead()
1355 int channel = response.getChannel(); in verifyValidIccOpenLogicalChannelResponse()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontFileTestUtil.java37 final FileChannel fc = fis.getChannel(); in getPostScriptName()
DSystemFontsTest.java141 FileChannel fc = fis.getChannel(); in testFontsFallbackUnreadable()
DFontTest.java102 FileChannel channel = fis.getChannel(); in mmap()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLocaleDeviceInfo.java167 FileChannel fileChannel = in.getChannel()) { in sha256()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java133 SessionChannel getChannel() { in getChannel() method in ImeSettings
DMockIme.java806 mSettings.getChannel().registerListener(mCommandHandler); in onCreate()
1259 mSettings.getChannel().unregisterListener(mCommandHandler);
1446 if (!mIme.mSettings.getChannel().send(event.toBundle())) {
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainVisualQueryDetectionService.java491 FileChannel fc = fis.getChannel(); in readFileWithMMap()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java126 FileChannel fileChannel = refStream.getChannel(); in readAudioReferenceFile()
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java765 params.fileChannel = new FileOutputStream(jpegFilePath).getChannel(); in debugDumpDng()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1315 assertEquals(sbn.getNotification().getChannelId(), outRanking.getChannel().getId()); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
3220 assertEquals(outRanking.getKey(), IMPORTANCE_MIN, outRanking.getChannel().getImportance()); in testIsAmbient()
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt180 name: "getChannel"
708 name: "getChannel"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt26 method @IntRange(from=1) public int getChannel();
Dsystem-current.txt6522 method @Deprecated public int getChannel();
Dcurrent.txt41235 method public android.app.NotificationChannel getChannel();
45092 method public int getChannel();