OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_LAST
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
RecommendationDataManager.java
74
private static final int
MSG_LAST
= MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED;
259
for (int what = MSG_FIRST; what <=
MSG_LAST
; ++what) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
185
private static final int
MSG_LAST
= MSG_SWITCH_LANGUAGE_AUTOMATICALLY;
375
for (int i = 0; i <=
MSG_LAST
; ++i) {
[
all
...]
Completed in 240 milliseconds