OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedUniqueId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGeneratorTest.java
30
String
expectedUniqueId
= "myUuid";
31
TestGenerator generator = new TestGenerator(mContext, preferenceKey,
expectedUniqueId
);
34
Assert.assertEquals(
expectedUniqueId
, generator.getUniqueId(null));
38
Assert.assertEquals(
expectedUniqueId
, generator.getUniqueId(null));
45
Assert.assertEquals(
expectedUniqueId
, generator.getUniqueId(null));
SettingsSecureBasedIdentificationGeneratorTest.java
53
private void runTest(String androidId, String salt, String
expectedUniqueId
) {
59
assertEquals(
expectedUniqueId
, result);
Completed in 25 milliseconds