Home
last modified time | relevance | path

Searched refs:PREF (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/opt/vcard/tests/res/raw/
H A Dv21_pref_handling.vcf5 TEL;WORK;PREF:2
7 EMAIL;PREF;HOME:test@example.com
8 EMAIL;CELL;PREF:test2@examination.com
H A Dv30_comma_separated.vcf3 N;TYPE=PREF,HOME:F;G;M;;
4 TEL;TYPE="COMMA,SEPARATED:INSIDE.DQUOTE",PREF:1
H A Dv21_japanese_1.vcf5 TEL;PREF;VOICE:0300000000
H A Dv30_simple.vcf7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
H A Dv21_complicated.vcf21 EMAIL;PREF;INTERNET:forrestgump@walladalla.com
H A Dv30_complicated.vcf21 EMAIL;PREF;INTERNET:forrestgump@walladalla.com
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DContextualAdaptiveSleepSlice.java58 public static final String PREF = "adaptive_sleep_slice"; field in ContextualAdaptiveSleepSlice
66 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()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcBackupAgent.java32 new SharedPreferencesBackupHelper(this, NfcService.PREF); in onCreate()
41 SharedPreferences prefs = getSharedPreferences(NfcService.PREF, in onRestoreFinished()
H A DP2pLinkManager.java286 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE); in P2pLinkManager()
H A DNfcService.java129 public static final String PREF = "NfcServicePrefs"; field in NfcService
491 mPrefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); in NfcService()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DContextualAdaptiveSleepSliceTest.java20 …port static com.android.settings.homepage.contextualcards.slices.ContextualAdaptiveSleepSlice.PREF;
71 doReturn(mSharedPreferences).when(mContext).getSharedPreferences(eq(PREF), anyInt()); in setup()
/aosp12/packages/apps/Bluetooth/tests/unit/res/raw/
H A Dv30_simple.vcf7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
/aosp12/packages/apps/Contacts/tests/assets/
H A Dv30_simple.vcf7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java39 static final String PREF = "NciDeviceHost"; field in NativeNfcManager