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.java125 assertArrayNotEquals(primaryStorageKey, in testPasswordMigration()
287 assertArrayNotEquals(primaryStorageKey, in testManagedProfileUnifiedChallengeMigration()
289 assertArrayNotEquals(profileStorageKey, in testManagedProfileUnifiedChallengeMigration()
331 assertArrayNotEquals(primaryStorageKey, in testManagedProfileSeparateChallengeMigration()
333 assertArrayNotEquals(profileStorageKey, in testManagedProfileSeparateChallengeMigration()
DBaseLockSettingsServiceTests.java250 protected static void assertArrayNotEquals(byte[] expected, byte[] actual) { in assertArrayNotEquals() method in BaseLockSettingsServiceTests