OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachedto
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/v4/tests/java/android/support/v4/app/
NestedFragmentRestoreTest.java
70
final Context[]
attachedTo
= new Context[1];
75
attachedTo
[0] = activity;
89
assertNotNull("attached as part of recreate",
attachedTo
[0]);
90
assertNotSame("attached to new context", activity,
attachedTo
[0]);
Completed in 425 milliseconds