Searched refs:MSG_BIND_PREFERENCES (Results 1 – 4 of 4) sorted by relevance
126 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceFragment132 case MSG_BIND_PREFERENCES:244 mHandler.removeMessages(MSG_BIND_PREFERENCES); in onDestroyView()364 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()365 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()
234 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceActivity240 case MSG_BIND_PREFERENCES: {1001 mHandler.removeMessages(MSG_BIND_PREFERENCES); in onDestroy()1445 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()1446 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()
136 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceFragmentCompat142 case MSG_BIND_PREFERENCES:370 mHandler.removeMessages(MSG_BIND_PREFERENCES); in onDestroyView()530 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()531 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()
147 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceFragment153 case MSG_BIND_PREFERENCES:381 mHandler.removeMessages(MSG_BIND_PREFERENCES); in onDestroyView()541 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()542 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()