OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mispotentiallyprivate
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogStatement.java
63
//
mIsPotentiallyPrivate
indicates that event contains potentially private information. If
67
private final boolean
mIsPotentiallyPrivate
;
86
mIsPotentiallyPrivate
= isPotentiallyPrivate;
96
return
mIsPotentiallyPrivate
;
Completed in 54 milliseconds