OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondId
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDownloadManagerTest.java
150
long
secondId
= manager.enqueue(secondRequest.setDestinationUri(secondDestination));
SQLiteDatabaseTest.java
587
long
secondId
= database.replaceOrThrow("table_name", null, valuesB);
588
Cursor secondCursor = executeQuery(query +
secondId
);
592
assertThat(
secondId
).isEqualTo(id);
[
all
...]
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
[
all
...]
Completed in 338 milliseconds