HomeSort by relevance Sort by last modified time
    Searched refs:MSG_BIND_PREFERENCES (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 128 private static final int MSG_BIND_PREFERENCES = 1;
134 case MSG_BIND_PREFERENCES:
250 mHandler.removeMessages(MSG_BIND_PREFERENCES);
370 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return;
371 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget();
PreferenceActivity.java 234 private static final int MSG_BIND_PREFERENCES = 1;
240 case MSG_BIND_PREFERENCES: {
    [all...]
  /frameworks/support/preference/src/main/java/androidx/preference/
PreferenceFragment.java 137 private static final int MSG_BIND_PREFERENCES = 1;
143 case MSG_BIND_PREFERENCES:
371 mHandler.removeMessages(MSG_BIND_PREFERENCES);
531 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return;
532 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget();
PreferenceFragmentCompat.java 137 private static final int MSG_BIND_PREFERENCES = 1;
143 case MSG_BIND_PREFERENCES:
371 mHandler.removeMessages(MSG_BIND_PREFERENCES);
531 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return;
532 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget();

Completed in 93 milliseconds