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.java256 private static boolean isReadOnly(KeyStore ks) { in isReadOnly() method in KeyStoreTest
293 if (isReadOnly(ks)) { in clearKeyStore()
575 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
592 if (isCaseSensitive(keyStore) || isReadOnly(keyStore)) { in test_KeyStore_getKey()
612 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
626 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
641 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
652 if (isReadOnly(keyStore)) { in test_KeyStore_getKey()
688 if (isReadOnly(keyStore)) { in test_KeyStore_getCertificateChain()
697 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.java731 public boolean isReadOnly() { in isReadOnly() method in PropertyValuesHolderTest.ShapeHolderYProperty
775 public boolean isReadOnly() { in isReadOnly() method in PropertyValuesHolderTest.ViewColorProperty
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java684 assertFalse(mDatabase.isReadOnly()); in testIsReadOnly()
690 assertTrue(database.isReadOnly()); in testIsReadOnly()