Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
lint
/
missingPermissionJavaAddAnnotationSingle.java
blob: 4ec665790446ee6078c6a3901a8e311643968a29 [
file
] [
log
] [
blame
]
package
p1
.
p2
;
import
android
.
os
.
Vibrator
;
class
LocationTest
{
void
test
(
Vibrator
vibrator
)
{
<
error
>
vibrator
.
can
<
caret
>
cel
()</
error
>;
}
}