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