/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 344 final Map<AccountWithDataSet, Set<SimContact>> existing = sut in returnsEmptyMapWhenNoMatchingContactsExist() local 347 assertTrue(existing.isEmpty()); in returnsEmptyMapWhenNoMatchingContactsExist() 376 final Map<AccountWithDataSet, Set<SimContact>> existing = sut in hasAccountWithMatchingContactsWhenSingleMatchingContactExists() local 379 assertThat(existing.size(), equalTo(1)); in hasAccountWithMatchingContactsWhenSingleMatchingContactExists() 380 assertThat(existing.get(account), in hasAccountWithMatchingContactsWhenSingleMatchingContactExists() 420 final Map<AccountWithDataSet, Set<SimContact>> existing = sut in hasMultipleAccountsWhenMultipleMatchingContactsExist() local 423 assertThat(existing.size(), equalTo(2)); in hasMultipleAccountsWhenMultipleMatchingContactsExist() 424 assertThat(existing, Matchers.<Map<AccountWithDataSet, Set<SimContact>>>equalTo( in hasMultipleAccountsWhenMultipleMatchingContactsExist() 454 final Map<AccountWithDataSet, Set<SimContact>> existing = sut in matchesByNameIfSimContactHasNoPhone() local 457 assertThat(existing.size(), equalTo(1)); in matchesByNameIfSimContactHasNoPhone() [all …]
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 799 NetworkRequest existing = mNetworkRequests.get(networkRequest.requestId); in addRequest() local 800 if (existing == networkRequest) return false; in addRequest() 801 if (existing != null) { in addRequest() 805 networkRequest, existing, toShortString())); in addRequest() 806 updateRequestCounts(REMOVE, existing); in addRequest() 817 NetworkRequest existing = mNetworkRequests.get(requestId); in removeRequest() local 818 if (existing == null) return; in removeRequest() 819 updateRequestCounts(REMOVE, existing); in removeRequest() 821 if (existing.isRequest()) { in removeRequest() 822 unlingerRequest(existing.requestId); in removeRequest()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ClusterAlbumSet.java | 131 final HashSet<Path> existing = new HashSet<Path>(); in updateClustersContents() local 135 existing.add(item.getPath()); in updateClustersContents() 149 if (existing.contains(p)) { in updateClustersContents()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | RingtoneModel.kt | 70 val existing = getCustomRingtone(uri) in addCustomRingtone() constant 71 if (existing != null) { in addCustomRingtone() 72 return existing in addCustomRingtone()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoritesTileAdapter.java | 223 final ContactEntry existing = (ContactEntry) duplicates.get(id); in saveCursorToCache() local 224 if (existing != null) { in saveCursorToCache() 227 if (!existing.isDefaultNumber) { in saveCursorToCache() 228 existing.phoneLabel = null; in saveCursorToCache() 229 existing.phoneNumber = null; in saveCursorToCache()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | SelectWifiState.java | 173 ScanResult existing = consolidatedScanResults.get(key); in getNetworks() local 174 if (existing == null || existing.level < result.level) { in getNetworks()
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | XmpInterface.java | 196 private static @Nullable String maybeOverride(@Nullable String existing, in maybeOverride() argument 198 if (!TextUtils.isEmpty(existing)) { in maybeOverride() 200 return existing; in maybeOverride()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ShortcutsUpdater.java | 55 Map<String, ShortcutInfo> existing = getPinnedShortcuts(mgr); in update() local 66 for (String id : existing.keySet()) { in update()
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClientLinkObserver.java | 552 DnsServerEntry existing = mIndex.get(address); in updateExistingEntry() local 553 if (existing != null) { in updateExistingEntry() 554 existing.expiry = expiry; in updateExistingEntry()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.kt | 221 val existing = manager.findFragmentByTag(TAG) in show() constant 222 existing?.let { in show()
|
/packages/apps/Launcher3/src_plugins/ |
D | README.md | 3 Details about how to create a new plugin interface, or to use existing interfaces to write a plugin…
|
/packages/services/Car/cpp/ |
D | README.md | 8 The existing vendor accessible AIDLs are legacy, and cannot be easily
|
/packages/apps/Car/libs/car-ui-lib/ |
D | README.md | 21 …Android Studio with the gradle build files. To do this, select "Open an existing Android Studio pr… 23 ![Open an existing Android Studio project](documentation/images/open_existing_android_studio_projec…
|
/packages/modules/Connectivity/tests/ |
D | TEST_MAPPING | 15 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
|
/packages/modules/Virtualization/zipfuse/src/ |
D | inode.rs | 108 let existing = hashtable.insert(name, entry); in add_to_directory() localVariable 109 assert!(existing.is_none()); in add_to_directory()
|
/packages/modules/GeoTZ/ |
D | download-tzbb-files.sh | 78 echo Removing existing data files...
|
/packages/apps/TimeZoneData/oem_template/data_app/ |
D | README.oem | 22 The main, signed .apk can also be uploaded to an app store and used to update existing
|
/packages/modules/NetworkStack/ |
D | TEST_MAPPING | 21 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
|
/packages/apps/LegacyCamera/jni/ |
D | Android.bp | 36 // suppress existing non-critical warnings
|
/packages/modules/adb/ |
D | SERVICES.TXT | 124 Remove any existing forward local connection from <local>. 132 List all existing forward connections from this server.
|
D | README.md | 36 …ng over other mechanisms (e.g. emulators over TCP) were introduced, the existing transport protoco…
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 35 // Metadata of a new conversation received in an existing conversation.
|
/packages/modules/NeuralNetworks/extensions/ |
D | README.md | 7 behavior of existing operations.
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManager.java | 784 WifiConfiguration existing = in removeNetworkFromScoreCard() local 787 if (existing != null && !existing.fromWifiNetworkSuggestion) { in removeNetworkFromScoreCard()
|
/packages/modules/Virtualization/microdroid/ |
D | microdroid_file_contexts | 503 # NOTE: When modifying existing label rules, changes may also need to
|