OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id1a
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table_unittest.cc
66
int64
id1a
;
local
67
ASSERT_TRUE(table.StringToInt(&db_, "string1", &
id1a
));
68
ASSERT_EQ(id1,
id1a
);
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
374
String
id1a
= ImapStore.getImapId(mTestContext, "user1", "host-name", capabilities);
local
378
String uid1a = tokenizeImapId(
id1a
).get("AGUID");
[
all
...]
Completed in 113 milliseconds