OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherPackage
(Results
1 - 2
of
2
) sorted by null
/dalvik/tests/064-field-access/src/other/
OtherPackage.java
8
public class
OtherPackage
{
/dalvik/tests/064-field-access/src/
Main.java
17
import other.
OtherPackage
;
127
* This is a sub-class of
OtherPackage
, which should be allowed to access
130
class SubOther extends
OtherPackage
{
139
* of
OtherPackage
as the source.
148
Class otherClass =
OtherPackage
.class;
156
OtherPackage
otherPkgInst = new
OtherPackage
();
200
* of
OtherPackage
does not allow us to modify protected fields in
201
* all other subclasses of
OtherPackage
.
Completed in 37 milliseconds