/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationStyleVerifierActivity.java | 90 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/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 260 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/ |
D | CoexUnsafeChannelTest.java | 38 assertEquals(TEST_CHANNEL, unsafeChannel.getChannel()); in testNoPowerCapConstructor() 47 assertEquals(TEST_CHANNEL, unsafeChannel.getChannel()); in testPowerCapConstructor()
|
D | ScanResultTest.java | 421 assertEquals(0, mloLink.getChannel()); in testMloLinkConstructor()
|
D | WifiManagerTest.java | 2781 assertEquals(currentConfig.getChannel(), testSoftApConfig.getChannel()); in compareSoftApConfiguration()
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildStep.java | 112 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/ |
D | SimRestrictedApisTest.java | 95 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannel() 112 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannelBySlot()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | FontFileTestUtil.java | 36 final FileChannel fc = fis.getChannel(); in getPostScriptName() 118 final FileChannel fc = fis.getChannel(); in hasTable()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptor_AutoCloseOutputStreamTest.java | 62 l = out.getChannel().lock(); in testCloseOrdering()
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 748 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/ |
D | FontFileTestUtil.java | 37 final FileChannel fc = fis.getChannel(); in getPostScriptName()
|
D | SystemFontsTest.java | 141 FileChannel fc = fis.getChannel(); in testFontsFallbackUnreadable()
|
D | FontTest.java | 102 FileChannel channel = fis.getChannel(); in mmap()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | LocaleDeviceInfo.java | 167 FileChannel fileChannel = in.getChannel()) { in sha256()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeSettings.java | 133 SessionChannel getChannel() { in getChannel() method in ImeSettings
|
D | MockIme.java | 806 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/ |
D | MainVisualQueryDetectionService.java | 491 FileChannel fc = fis.getChannel(); in readFileWithMMap()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 126 FileChannel fileChannel = refStream.getChannel(); in readAudioReferenceFile()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | DngCreatorTest.java | 765 params.fileChannel = new FileOutputStream(jpegFilePath).getChannel(); in debugDumpDng()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 1315 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/ |
D | CtsJniTestCases.apk.pb.txt | 180 name: "getChannel" 708 name: "getChannel"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | wifi-current.txt | 26 method @IntRange(from=1) public int getChannel();
|
D | system-current.txt | 6522 method @Deprecated public int getChannel();
|
D | current.txt | 41235 method public android.app.NotificationChannel getChannel(); 45092 method public int getChannel();
|