Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DContactsProvider2_AccountRemovalTest.java183 ArrayList<ContactIdPair> remaining = new ArrayList<ContactIdPair>(idList.size()); in assertContactsInDeleteLogEventually() local
184 remaining.addAll(idList); in assertContactsInDeleteLogEventually()
185 while (!remaining.isEmpty()) { in assertContactsInDeleteLogEventually()
188 assertWithinTimeoutLimit(start, "Contacts " + Arrays.toString(remaining.toArray()) + in assertContactsInDeleteLogEventually()
193 for (ContactIdPair ids : remaining) { in assertContactsInDeleteLogEventually()
202 remaining.removeAll(toBeRemoved); in assertContactsInDeleteLogEventually()
214 ArrayList<ContactIdPair> remaining = new ArrayList<ContactIdPair>(idList.size()); in assertContactsDeletedEventually() local
215 remaining.addAll(idList); in assertContactsDeletedEventually()
216 while (!remaining.isEmpty()) { in assertContactsDeletedEventually()
223 for (ContactIdPair ids : remaining) { in assertContactsDeletedEventually()
[all …]
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java142 private void assertRemaining(int messageLength, int remaining, int maxChars) { in assertRemaining() argument
144 assertTrue(checkRemaining(SEPTETS_SKT, messageLength, remaining) in assertRemaining()
145 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()
147 assertTrue(checkRemaining(SEPTETS_KT, messageLength, remaining) in assertRemaining()
148 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()
150 assertTrue(checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()
154 private boolean checkRemaining(int total, int messageLength, int remaining) { in checkRemaining() argument
155 return total - messageLength == remaining; in checkRemaining()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java307 int remaining = buf.length; in readFully() local
308 while (remaining > 0) { in readFully()
309 int chunkSize = in.read(buf, offset, remaining); in readFully()
311 throw new EOFException("Premature EOF. Remaining: " + remaining); in readFully()
314 remaining -= chunkSize; in readFully()
DHexEncoding.java57 return encode(buf.array(), buf.arrayOffset() + buf.position(), buf.remaining()); in encode()
DBlockCipherTestBase.java706 assertEquals(0, inputBuffer.remaining()); in assertKatOneShotTransformUsingDoFinal()
1462 int inputLen = input.remaining(); in update()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java225 if (buffer.remaining() < readSize) { in getDataFromImage()
226 readSize = buffer.remaining(); in getDataFromImage()
/cts/tests/tests/media/src/android/media/cts/
DCodecState.java331 ByteBuffer audioBuffer = ByteBuffer.allocate(buffer.remaining()); in drainOutputBuffer()
DVideoDecoderPerfTest.java214 int sampleSize = sample.remaining(); in doDecode()
DDecodeEditEncodeTest.java839 byte[] data = new byte[buf.remaining()]; in addChunk()
DVideoEncoderTest.java110 + codec.getInputBuffer(ix).remaining() in play()
/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureSurfaceView.java357 mCompressedTexture.getData().remaining(), in onSurfaceCreated()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java824 data = new byte[buffer.remaining()]; in getDataFromImage()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex26443 public final int remaining()