/packages/apps/Camera2/src/com/android/camera/debug/ |
D | DebugPropertyHelper.java | 25 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/ |
D | PackageUtil.java | 42 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/ |
D | Timeouts.java | 38 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/ |
D | SipPreferences.java | 30 private static final String PREFIX = "[SipPreferences] "; field in SipPreferences 85 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
|
D | SipBroadcastReceiver.java | 37 private static final String PREFIX = "[SipBroadcastReceiver] "; field in SipBroadcastReceiver 98 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
|
D | SipProfileDb.java | 39 private static final String PREFIX = "[SipProfileDb] "; field in SipProfileDb 174 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
|
D | SipAccountRegistry.java | 102 private static final String PREFIX = "[SipAccountRegistry] "; field in SipAccountRegistry 290 Log.d(SipUtil.LOG_TAG, PREFIX + message); in log()
|
D | SipConnection.java | 38 private static final String PREFIX = "[SipConnection] "; field in SipConnection 350 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
|
D | SipConnectionService.java | 51 private static final String PREFIX = "[SipConnectionService] "; field in SipConnectionService 283 Log.d(SipUtil.LOG_TAG, PREFIX + msg); in log()
|
D | SipSettings.java | 60 private static final String PREFIX = "[SipSettings] "; field in SipSettings 441 Log.d(SipUtil.LOG_TAG, PREFIX + msg);
|
D | SipEditor.java | 47 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/ |
D | Package.java | 35 private final static String PREFIX = "dicttool"; field in Package.Packager 51 final File intermediateFile = File.createTempFile(PREFIX, SUFFIX); in run()
|
D | BinaryDictOffdeviceUtils.java | 53 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/ |
D | NameConverterTests.java | 37 structuredName.put(StructuredName.PREFIX, "Mr."); in testStructuredNameToDisplayName() 76 checkNameComponent(StructuredName.PREFIX, prefix, structuredName); in assertStructuredName()
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 126 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/ |
D | DataRowHandlerForStructuredName.java | 110 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME, 177 || values.containsKey(StructuredName.PREFIX) in containsSearchableColumns()
|
D | NameSplitter.java | 154 prefix = values.getAsString(StructuredName.PREFIX); in fromValues() 172 putValueIfPresent(values, StructuredName.PREFIX, prefix); in toValues()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PhonebookPullRequest.java | 61 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/ |
D | StructuredNameDataItem.java | 56 return getContentValues().getAsString(StructuredName.PREFIX); in getPrefix()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputLogicTests.java | 557 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/ |
D | RawContactModifierTests.java | 843 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/ |
D | ExchangeAccountType.java | 90 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()
|
D | BaseAccountType.java | 159 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/ |
D | SearchIndexManagerTest.java | 59 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/ |
D | NameConverter.java | 43 StructuredName.PREFIX,
|