repo.or.cz
/
mytuuics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
修改拨动开关
[mytuuics.git]
/
dalvik
/
tests
/
024-illegal-access
/
src2
/
SemiPrivate.java
blob
cf6f8e6e1da92eba23af3ddc8db320ab305d9aa5
1
// Copyright 2006 The Android Open Source Project
2
3
/**
4
* Version with private access.
5
*/
6
public class
SemiPrivate
{
7
private static
String mPrivvy
=
"stuff"
;
8
}