/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsTable.java | 54 if (indexObj == null) { in getText() 59 final String text = (index < textsTable.length) ? textsTable[index] : null; in getText() 60 if (text != null) { in getText() 521 /* keylabel_to_alpha */ null, 534 null, null, null, null, null, 544 null, null, null, null, 553 null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 554 null, null, null, null, null, null, null, null, null, null, null, null, 592 /* morekeys_nordic_row2_11 */ null, 593 /* morekeys_punctuation */ null, [all …]
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | expected_data.txt | 8 8 data4=null 9 9 data5=null 10 10 data6=null 11 11 data7=null 12 12 data8=null 13 13 data9=null 16 16 data12=null 17 17 data13=null 18 18 data14=null 19 19 data15=null [all …]
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | expected_data.txt | 8 8 data4=null 9 9 data5=null 10 10 data6=null 11 11 data7=null 12 12 data8=null 13 13 data9=null 16 16 data12=null 17 17 data13=null 18 18 data14=null 19 19 data15=null [all …]
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | expected_data.txt | 8 8 data4=null 10 10 data6=null 11 11 data7=null 12 12 data8=null 16 16 data12=null 17 17 data13=null 18 18 data14=null 19 19 data15=null 23 23 data_sync1=null 24 24 data_sync2=null [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | NameSplitterTest.java | 54 assertSplitName(null, null, null, null, null, null); in testNull() 55 assertJoinedName(null, null, null, null, null, null); in testNull() 59 assertSplitName("", null, null, null, null, null); in testEmpty() 60 assertJoinedName(null, null, null, null, null, null); in testEmpty() 64 assertSplitName(" ", null, null, null, null, null); in testSpaces() 65 assertJoinedName(null, null, null, null, null, null); in testSpaces() 69 assertSplitName("Smith", null, "Smith", null, null, null); in testFamilyName() 70 assertJoinedName("Smith", null, "Smith", null, null, null); in testFamilyName() 74 assertSplitName("Ms MD", "Ms", null, null, "MD", null); in testIgnoreSuffix() 75 assertJoinedName("Ms MD", "Ms", null, null, "MD", null); in testIgnoreSuffix() [all …]
|
D | PostalSplitterTest.java | 48 assertSplitPostal(null, null, null, null, null, null, null, null); in testNull() 49 assertJoinedPostal(null, null, null, null, null, null, null, null); in testNull() 53 assertSplitPostal("", null, null, null, null, null, null, null); in testEmpty() 54 assertJoinedPostal(null, null, null, null, null, null, null, null); in testEmpty() 58 assertSplitPostal(" ", " ", null, null, null, null, null, null); in testSpaces() 59 assertJoinedPostal(" ", " ", null, null, null, null, null, null); in testSpaces() 63 assertJoinedPostal("PO Box 2600\nImaginationland", null, "PO Box 2600", null, in testPobox() 64 "Imaginationland", null, null, null); in testPobox() 69 "1600 Amphitheatre Parkway", null, null, "Mountain View", "CA", "94043", null); in testNormal() 74 "1600 Amphitheatre Parkway", null, null, "Mountain View", null, "94043", null); in testMissingRegion() [all …]
|
D | PostalSplitterForJapaneseTest.java | 64 assertSplitPostal(null, null, null, null, null, null, null, null); in testNull() 65 assertJoinedPostal(null, null, null, null, null, null, null, null); in testNull() 69 assertSplitPostal("", null, null, null, null, null, null, null); in testEmpty() 70 assertJoinedPostal(null, null, null, null, null, null, null, null); in testEmpty() 74 assertSplitPostal(" ", " ", null, null, null, null, null, null); in testSpaces() 75 assertJoinedPostal(" ", " ", null, null, null, null, null, null); in testSpaces() 79 assertJoinedPostal(CITY + "\n" + POBOX, null, POBOX, null, CITY, null, null, null); in testPobox() 84 STREET, null, null, CITY, REGION, POSTCODE, null); in testNormal() 89 STREET, null, null, REGION, null, POSTCODE, null); in testMissingRegion() 92 STREET, null, null, null, null, POSTCODE, null); in testMissingRegion() [all …]
|
D | SearchIndexManagerTest.java | 69 contactId, null, "John Doe Bob I Parr Helen I Parr PhD par helen parhelen", null); in testSearchIndexForStructuredName() 89 assertSearchIndex(contactId, null, "yamada taro", null); in testSearchIndexForStructuredName_phoneticOnly() 105 contactId, null, "\u695A\u8FAD \u695A\u8FAD CI \u8FAD CHUCI CC C", null); in testSearchIndexForChineseName() 120 assertStoredValue(buildSearchUri("\u695A\u8FAD"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 121 assertStoredValue(buildSearchUri("\u8FAD"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 122 assertStoredValue(buildSearchUri("CI"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 123 assertStoredValue(buildSearchUri("CHUCI"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 124 assertStoredValue(buildSearchUri("CC"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 125 assertStoredValue(buildSearchUri("C"), SearchSnippets.SNIPPET, null); in testSearchByChineseName() 140 assertSearchIndex(contactId, null, in testSearchIndexForKoreanName() [all …]
|
D | VoicemailProviderTest.java | 98 Cursor c = mResolver.query(uri, projection, Calls.NEW + "=0", null, in testInsertReadMessageIsNotNew() 99 null); in testInsertReadMessageIsNotNew() 143 int count = mResolver.update(uri, values, null, null); in testUpdate() 150 mResolver.update(uri, new ContentValues(), null, null); in testUpdateOwnPackageVoicemail_NotDirty() 163 mResolver.update(uri, new ContentValues(), null, null); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() 173 assertEquals(1, getCount(voicemailUri(), null, null)); in testDeleteOwnPackageVoicemail_DeletesRow() 175 mResolver.delete(ownVoicemail, null, null); in testDeleteOwnPackageVoicemail_DeletesRow() 177 assertEquals(0, getCount(ownVoicemail, null, null)); in testDeleteOwnPackageVoicemail_DeletesRow() 183 assertEquals(1, getCount(voicemailUri(), null, null)); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() 187 mResolver.delete(anotherVoicemail, null, null); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() [all …]
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarEventModel.java | 51 return (mEmail == null) ? 0 : mEmail.hashCode(); in hashCode() 84 this(name, email, Attendees.ATTENDEE_STATUS_NONE, null, null); in Attendee() 200 public String mUri = null; 213 public String mSyncId = null; 214 public String mSyncAccount = null; 215 public String mSyncAccountType = null; 222 public String mOwnerAccount = null; 223 public String mTitle = null; 224 public String mLocation = null; 225 public String mDescription = null; [all …]
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 145 return null; in startService() 277 Cursor cursor = mResolver.query(mEventsUri, null, null, null, null); in execute() 293 Cursor cursor = mResolver.query(mEventsUri, null, null, null, null); in execute() 365 if (dates == null) { in VerifyAllInstances() 382 if (instances != null) { in execute() 390 if (instances == null) { in execute() 533 } else if (timezone != null) { in init() 541 mDuration = null; in init() 542 mRrule = null; in init() 546 mUid2445 = null; in init() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 123 private ContentProviderClient mProviderClient = null; 125 private BluetoothMapMasInstance mMasInstance = null; 130 private String mAuthority = null; 138 new BluetoothMapFolderElement("DUMMY", null); // Will be set by the MAS when generated. 139 private Uri mMessageUri = null; 140 private Uri mContactUri = null; 282 if(account != null) { in BluetoothMapContentObserver() 291 if (mProviderClient == null) { in BluetoothMapContentObserver() 296 if(mContactList == null) { in BluetoothMapContentObserver() 308 if(mMsgListSms == null) { in BluetoothMapContentObserver() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 166 private MediaThumbRequest mCurrentThumbRequest = null; 273 if (database != null) { 300 Audio.Media.getContentUri(EXTERNAL_VOLUME), null); 302 Images.Media.getContentUri(EXTERNAL_VOLUME), null); 304 Video.Media.getContentUri(EXTERNAL_VOLUME), null); 306 Files.getContentUri(EXTERNAL_VOLUME), null); 337 if (mtpService != null) { 373 super(context, name, null, getDatabaseVersion(context)); in DatabaseHelper() 402 SQLiteDatabase result = null; in getWritableDatabase() 409 return null; in getWritableDatabase() [all …]
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | CallCardPresenter.java | 93 if (presenter != null) { in onContactInfoComplete() 101 if (presenter != null) { in onImageLoadComplete() 122 if (call != null) { in init() 126 if (ui != null) { in init() 136 updateContactEntry(null, true); in init() 140 onStateChange(null, InCallPresenter.getInstance().getInCallState(), CallList.getInstance()); in init() 148 if (mPrimaryContactInfo != null) { in onUiReady() 168 if (mPrimary != null) { in onUiUnready() 172 mPrimary = null; in onUiUnready() 173 mPrimaryContactInfo = null; in onUiUnready() [all …]
|
D | InCallPresenter.java | 101 private InCallCameraManager mInCallCameraManager = null; 126 if (call == null) { 137 if (call == null) { 181 if (sInCallPresenter == null) { in getInstance() 262 final boolean doFinish = (mInCallActivity != null && isActivityStarted()); in attemptFinishActivity() 280 if (inCallActivity == null) { in setActivity() 283 if (mInCallActivity != null && mInCallActivity != inCallActivity) { in setActivity() 294 if (inCallActivity == null) { in unsetActivity() 297 if (mInCallActivity == null) { in unsetActivity() 306 updateActivity(null); in unsetActivity() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 214 private static SendOrSaveCallback sTestSendOrSaveCallback = null; 339 private ContentValues mExtraValues = null; 373 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null, in editDraft() 374 null /* extraValues */); in editDraft() 381 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */); in compose() 388 launch(launcher, account, null, COMPOSE, toAddress, null, null, null, in composeToAddress() 389 null /* extraValues */); in composeToAddress() 397 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues); in composeWithExtraValues() 440 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */); in reply() 447 launch(launcher, account, message, REPLY_ALL, null, null, null, null, in replyAll() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 84 if (recipients != null) { in getConversationParticipantsFromRecipients() 175 null); in getOrCreateConversationFromThreadId() 193 return getOrCreateConversation(db, threadId, senderBlocked, recipients, false, false, null); in getOrCreateConversationFromRecipient() 218 if (conversationId == null) { in getOrCreateConversation() 258 String conversationId = null; in getExistingConversation() 260 Cursor cursor = null; in getExistingConversation() 266 null); in getExistingConversation() 273 if (cursor != null) { in getExistingConversation() 294 Cursor cursor = null; in getThreadId() 300 null, null, null); in getThreadId() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 78 private ByteArrayInputStream mPduDataStream = null; 83 private PduHeaders mHeaders = null; 88 private PduBody mBody = null; 93 private static byte[] mTypeParam = null; 98 private static byte[] mStartParam = null; 123 if (mPduDataStream == null) { in parse() 124 return null; in parse() 129 if (null == mHeaders) { in parse() 131 return null; in parse() 140 return null; in parse() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 56 private ByteArrayInputStream mPduDataStream = null; 61 private PduHeaders mHeaders = null; 66 private PduBody mBody = null; 71 private static byte[] mTypeParam = null; 76 private static byte[] mStartParam = null; 108 if (mPduDataStream == null) { in parse() 109 return null; in parse() 114 if (null == mHeaders) { in parse() 116 return null; in parse() 125 return null; in parse() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 173 if (account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) { in getSubscriptionIdForPhoneAccount() 192 if (userSelected != null) { in getOutgoingPhoneAccountForScheme() 205 return null; in getOutgoingPhoneAccountForScheme() 211 return null; in getOutgoingPhoneAccountForScheme() 221 if (account != null) { in getUserSelectedOutgoingPhoneAccount() 224 return null; in getUserSelectedOutgoingPhoneAccount() 232 if (accountHandle == null) { in setUserSelectedOutgoingPhoneAccount() 234 mState.defaultOutgoing = null; in setUserSelectedOutgoingPhoneAccount() 238 if (account == null) { in setUserSelectedOutgoingPhoneAccount() 290 String defaultSimCallManager = null; in getSystemSimCallManagerComponent() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderListFragment.java | 183 private FolderObserver mFolderObserver = null; 185 private AccountObserver mAccountObserver = null; 187 private FolderOrAccountListener mFolderOrAccountListener = null; 189 private AllAccountObserver mAllAccountsObserver = null; 202 private Account mNextAccount = null; 204 private Folder mNextFolder = null; 206 private FolderWatcher mFolderWatcher = null; 245 sb.append(mMergedAdapter != null ? mMergedAdapter.getCount() : -1); in toString() 258 fragment.setArguments(getBundleFromArgs(folder, folder.childFoldersListUri, null)); in ofTree() 272 fragment.setArguments(getBundleFromArgs(null, folderListUri, excludedFolderTypes)); in ofTopLevelTree() [all …]
|
/packages/services/Telephony/src/org/apache/james/mime4j/util/ |
D | CharsetUtil.java | 798 private String canonical = null; 799 private String mime = null; 800 private String[] aliases = null; 944 new Charset("Cp737", null, new String[] {}), 945 new Charset("Cp856", null, new String[] {}), 946 new Charset("Cp875", null, new String[] {}), 947 new Charset("Cp921", null, new String[] {}), 948 new Charset("Cp922", null, new String[] {}), 949 new Charset("Cp930", null, new String[] {}), 950 new Charset("Cp933", null, new String[] {}), [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
D | CharsetUtil.java | 798 private String canonical = null; 799 private String mime = null; 800 private String[] aliases = null; 944 new Charset("Cp737", null, new String[] {}), 945 new Charset("Cp856", null, new String[] {}), 946 new Charset("Cp875", null, new String[] {}), 947 new Charset("Cp921", null, new String[] {}), 948 new Charset("Cp922", null, new String[] {}), 949 new Charset("Cp930", null, new String[] {}), 950 new Charset("Cp933", null, new String[] {}), [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataDbHelper.java | 164 private static TreeMap<String, MetadataDbHelper> sInstanceMap = null; 172 final String clientId = null != clientIdOrNull ? clientIdOrNull : ""; in getInstance() 173 if (null == sInstanceMap) sInstanceMap = new TreeMap<>(); in getInstance() 175 if (null == helper) { in getInstance() 184 null, CURRENT_METADATA_DATABASE_VERSION); in MetadataDbHelper() 215 db.insert(CLIENT_TABLE_NAME, null, defaultMetadataValues); in createClientTable() 343 return null != getMetadataUriAsString(context, clientId); in isClientKnown() 359 SQLiteDatabase defaultDb = MetadataDbHelper.getDb(context, null); in getMetadataUriAsString() 363 null, null, null, null); in getMetadataUriAsString() 365 if (!cursor.moveToFirst()) return null; in getMetadataUriAsString() [all …]
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | ParticipantRefreshTest.java | 52 provider.attachInfo(mContext, null); in setUp() 68 phoneLookup.addOverrideData(uri, null, null, ContactUtil.PhoneLookupQuery.PROJECTION, in addPhoneLookup() 88 db.insert(DatabaseHelper.PARTICIPANTS_TABLE, null, values); in addParticipant() 107 ParticipantsQuery.PROJECTION, selection, selectionArgs, null, null, null); in verifyParticipant() 109 if (cursor == null || cursor.getCount() != 1) { in verifyParticipant() 148 null, null); in testIncrementalRefreshNotResolvedSingleMatch() 150 { 1L, "John", "content://photo/john", "650-123-1233", null, null, null } in testIncrementalRefreshNotResolvedSingleMatch() 162 null, null); in testIncrementalRefreshNotResolvedMultiMatch() 164 { 1L, "John", "content://photo/john", "650-123-1233", null, null, null }, in testIncrementalRefreshNotResolvedMultiMatch() 165 { 2L, "Joe", "content://photo/joe", "650-123-1233", null, null, null } in testIncrementalRefreshNotResolvedMultiMatch() [all …]
|