OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_BIND_PREFERENCES
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/preference/
PreferenceFragment.java
118
private static final int
MSG_BIND_PREFERENCES
= 1;
124
case
MSG_BIND_PREFERENCES
:
204
mHandler.removeMessages(
MSG_BIND_PREFERENCES
);
323
if (mHandler.hasMessages(
MSG_BIND_PREFERENCES
)) return;
324
mHandler.obtainMessage(
MSG_BIND_PREFERENCES
).sendToTarget();
PreferenceActivity.java
221
private static final int
MSG_BIND_PREFERENCES
= 1;
227
case
MSG_BIND_PREFERENCES
: {
[
all
...]
Completed in 118 milliseconds