HomeSort by relevance Sort by last modified time
    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 215 private static final int MSG_BIND_PREFERENCES = 1;
221 case MSG_BIND_PREFERENCES: {
    [all...]

Completed in 52 milliseconds