OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMPTY_KEY
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/signature/
EmptySignature.java
12
private static final EmptySignature
EMPTY_KEY
= new EmptySignature();
15
return
EMPTY_KEY
;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java
42
return ExpectedKey.
EMPTY_KEY
;
ExpectedKey.java
30
static ExpectedKey
EMPTY_KEY
= newInstance("");
Completed in 131 milliseconds