Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/debug/
DDebugPropertyHelper.java25 private static final String PREFIX = "persist.camera"; field in DebugPropertyHelper
28 private static final String PROP_FRAME_LOG = PREFIX + ".frame_log";
34 private static final String PROP_CAPTURE_DEBUG_UI = PREFIX + ".debug_ui";
36 private static final String PROP_FORCE_LEGACY_ONE_CAMERA = PREFIX + ".legacy";
38 private static final String PROP_WRITE_CAPTURE_DATA = PREFIX + ".capture_write";
40 private static final String PROP_CAPTURE_DNG = PREFIX + ".capture_dng";
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DPackageUtil.java42 public static final String PREFIX="com.android.packageinstaller."; field in PackageUtil
43 public static final String INTENT_ATTR_INSTALL_STATUS = PREFIX+"installStatus";
44 public static final String INTENT_ATTR_APPLICATION_INFO=PREFIX+"applicationInfo";
45 public static final String INTENT_ATTR_PERMISSIONS_LIST=PREFIX+"PermissionsList";
47 public static final String INTENT_ATTR_PACKAGE_NAME=PREFIX+"PackageName";
/packages/services/Telecomm/src/com/android/server/telecom/
DTimeouts.java38 private static final String PREFIX = "telecom."; field in Timeouts
52 return Settings.Secure.getLong(contentResolver, PREFIX + key, defaultValue); in get()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipPreferences.java30 private static final String PREFIX = "[SipPreferences] "; field in SipPreferences
85 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
DSipBroadcastReceiver.java37 private static final String PREFIX = "[SipBroadcastReceiver] "; field in SipBroadcastReceiver
98 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
DSipProfileDb.java39 private static final String PREFIX = "[SipProfileDb] "; field in SipProfileDb
174 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
DSipAccountRegistry.java102 private static final String PREFIX = "[SipAccountRegistry] "; field in SipAccountRegistry
290 Log.d(SipUtil.LOG_TAG, PREFIX + message); in log()
DSipConnection.java38 private static final String PREFIX = "[SipConnection] "; field in SipConnection
350 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
DSipConnectionService.java51 private static final String PREFIX = "[SipConnectionService] "; field in SipConnectionService
283 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
DSipSettings.java60 private static final String PREFIX = "[SipSettings] "; field in SipSettings
441 Log.d(SipUtil.LOG_TAG, PREFIX + msg);
DSipEditor.java47 private static final String PREFIX = "[SipEditor] "; field in SipEditor
594 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DPackage.java35 private final static String PREFIX = "dicttool"; field in Package.Packager
51 final File intermediateFile = File.createTempFile(PREFIX, SUFFIX); in run()
DBinaryDictOffdeviceUtils.java53 private final static String PREFIX = "dicttool"; field in BinaryDictOffdeviceUtils
134 final File dst = File.createTempFile(PREFIX, SUFFIX); in process()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
DNameConverterTests.java37 structuredName.put(StructuredName.PREFIX, "Mr."); in testStructuredNameToDisplayName()
76 checkNameComponent(StructuredName.PREFIX, prefix, structuredName); in assertStructuredName()
/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java126 static final String PREFIX = "prefix"; field
417 + PrefixColumns.PREFIX + " TEXT COLLATE NOCASE, " in setupTables()
779 PrefixColumns.PREFIX + ") " + in insertUpdatedContactsAndNumberPrefix()
860 PrefixColumns.PREFIX + ") " + in insertNamePrefixes()
1026 Tables.PREFIX_TABLE + " (" + PrefixColumns.PREFIX + ");"); in updateSmartDialDatabase()
1095 " WHERE " + Tables.PREFIX_TABLE + "." + PrefixColumns.PREFIX + in getLooseMatches()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredName.java110 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
177 || values.containsKey(StructuredName.PREFIX) in containsSearchableColumns()
DNameSplitter.java154 prefix = values.getAsString(StructuredName.PREFIX); in fromValues()
172 putValueIfPresent(values, StructuredName.PREFIX, prefix); in toValues()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPhonebookPullRequest.java61 int prefixIndex = c.getColumnIndex(StructuredName.PREFIX); in fetchContact()
143 .withValue(StructuredName.PREFIX , e.name.prefix) in addContacts()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DStructuredNameDataItem.java56 return getContentValues().getAsString(StructuredName.PREFIX); in getPrefix()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java557 final String PREFIX = "A "; in testPredictionsAfterRecorrection() local
560 final int endOfPrefix = PREFIX.length(); in testPredictionsAfterRecorrection()
564 type(PREFIX); in testPredictionsAfterRecorrection()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java843 mockNameValues.put(StructuredName.PREFIX, "prefix"); in testMigrateWithDisplayNameFromGoogleToExchange1()
859 assertEquals("prefix", output.getAsString(StructuredName.PREFIX)); in testMigrateWithDisplayNameFromGoogleToExchange1()
887 .withProjection(StructuredName.PREFIX, StructuredName.GIVEN_NAME, in testMigrateWithDisplayNameFromGoogleToExchange2()
903 assertEquals("prefix", outputValues.getAsString(StructuredName.PREFIX)); in testMigrateWithDisplayNameFromGoogleToExchange2()
923 .appendQueryParameter(StructuredName.PREFIX, "prefix") in testMigrateWithStructuredNameFromExchangeToGoogle()
936 mockNameValues.put(StructuredName.PREFIX, "prefix"); in testMigrateWithStructuredNameFromExchangeToGoogle()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExchangeAccountType.java90 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName()
119 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindDisplayName()
DBaseAccountType.java159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName()
194 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindDisplayName()
205 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindDisplayName()
933 ks.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in parseDataKind()
963 kd.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in parseDataKind()
974 kd.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in parseDataKind()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java59 values.put(StructuredName.PREFIX, "Mrs."); in testSearchIndexForStructuredName()
80 values.put(StructuredName.PREFIX, "Mrs."); in testSearchIndexForStructuredName_phoneticOnly()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DNameConverter.java43 StructuredName.PREFIX,

12