Searched refs:PREF_FIRST_BOOT (Results 1 – 1 of 1) sorted by relevance
107 static final String PREF_FIRST_BOOT = "first_boot"; field in NfcService501 if (mPrefs.getBoolean(PREF_FIRST_BOOT, true)) { in doInBackground()503 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false); in doInBackground()