Home
last modified time | relevance | path

Searched refs:isReadOnly (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyStoreTest.java255 private static boolean isReadOnly(KeyStore ks) { in isReadOnly() method in KeyStoreTest
292 if (isReadOnly(ks)) { in clearKeyStore()
574 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
591 if (isCaseSensitive(keyStore) || isReadOnly(keyStore)) { in test_KeyStore_getKey()
611 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
625 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
640 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
651 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
687 if (isReadOnly(keyStore)) { in test_KeyStore_getCertificateChain()
696 if (isReadOnly(keyStore) || isCaseSensitive(keyStore)) { in test_KeyStore_getCertificateChain()
[all …]
/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureLibraryTest.java111 assertFalse(mLibrary.isReadOnly()); in testIsReadOnly()
/cts/tests/tests/os/src/android/os/cts/
DSharedMemoryTest.java260 assertTrue(buffer.isReadOnly()); in testWriteToReadOnly()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java730 public boolean isReadOnly() { in isReadOnly() method in PropertyValuesHolderTest.ShapeHolderYProperty
774 public boolean isReadOnly() { in isReadOnly() method in PropertyValuesHolderTest.ViewColorProperty
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java643 assertFalse(mDatabase.isReadOnly()); in testIsReadOnly()
649 assertTrue(database.isReadOnly()); in testIsReadOnly()