Home
last modified time | relevance | path

Searched refs:assertArrayNotEquals (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java119 assertArrayNotEquals(primaryStorageKey, in testPasswordMigration()
278 assertArrayNotEquals(primaryStorageKey, in testManagedProfileUnifiedChallengeMigration()
280 assertArrayNotEquals(profileStorageKey, in testManagedProfileUnifiedChallengeMigration()
320 assertArrayNotEquals(primaryStorageKey, in testManagedProfileSeparateChallengeMigration()
322 assertArrayNotEquals(profileStorageKey, in testManagedProfileSeparateChallengeMigration()
DBaseLockSettingsServiceTests.java222 protected static void assertArrayNotEquals(byte[] expected, byte[] actual) { in assertArrayNotEquals() method in BaseLockSettingsServiceTests