Searched refs:MSG_BIND_PREFERENCES (Results 1 – 2 of 2) sorted by relevance
118 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceFragment124 case MSG_BIND_PREFERENCES:204 mHandler.removeMessages(MSG_BIND_PREFERENCES); in onDestroyView()323 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()324 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()
215 private static final int MSG_BIND_PREFERENCES = 1; field in PreferenceActivity221 case MSG_BIND_PREFERENCES: {1320 if (mHandler.hasMessages(MSG_BIND_PREFERENCES)) return; in postBindPreferences()1321 mHandler.obtainMessage(MSG_BIND_PREFERENCES).sendToTarget(); in postBindPreferences()