Searched refs:FIRST_LOAD_COMPLETE (Results 1 – 1 of 1) sorted by relevance
206 static final String FIRST_LOAD_COMPLETE = "launcher.first_load_complete"; field in Launcher4541 if (!mSharedPrefs.getBoolean(FIRST_LOAD_COMPLETE, false)) { in sendLoadingCompleteBroadcastIfNecessary()4547 editor.putBoolean(FIRST_LOAD_COMPLETE, true); in sendLoadingCompleteBroadcastIfNecessary()