Searched refs:MSG_BIND_PREFERENCES (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java128 private static final int MSG_BIND_PREFERENCES = 1; field in class:PreferenceFragment
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();
H A DPreferenceActivity.java234 private static final int MSG_BIND_PREFERENCES = 1; field in class:PreferenceActivity
240 case MSG_BIND_PREFERENCES: {
1001 mHandler.removeMessages(MSG_BIND_PREFERENCES);
1445 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return;
1446 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget();
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceFragment.java137 private static final int MSG_BIND_PREFERENCES = 1; field in class:PreferenceFragment
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();
H A DPreferenceFragmentCompat.java137 private static final int MSG_BIND_PREFERENCES = 1; field in class:PreferenceFragmentCompat
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 80 milliseconds