Searched refs:PREF (Results 1 – 9 of 9) sorted by relevance
58 public static final String PREF = "adaptive_sleep_slice"; field in ContextualAdaptiveSleepSlice66 final long setupTime = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE).getLong( in getSlice()70 mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE) in getSlice()149 return mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE).getBoolean( in isUserInteracted()160 final long firstSetupTime = mContext.getSharedPreferences(PREF, in isRecentlySetup()
33 this, NfcService.PREF, NfcService.PREF_TAG_APP_LIST); in onCreate()43 SharedPreferences prefs = getSharedPreferences(NfcService.PREF, in onRestoreFinished()
158 public static final String PREF = "NfcServicePrefs"; field in NfcService724 mPrefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); in NfcService()
20 …port static com.android.settings.homepage.contextualcards.slices.ContextualAdaptiveSleepSlice.PREF;71 doReturn(mSharedPreferences).when(mContext).getSharedPreferences(eq(PREF), anyInt()); in setup()
7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
7 TEL;CELL;PREF:+1234 56789
48 static final String PREF = "NciDeviceHost"; field in NativeNfcManager