/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/structs/ |
D | StructMf6cctlTest.java | 49 private static final Inet6Address DESTINATION = field in StructMf6cctlTest 57 StructMf6cctl mf6cctl = new StructMf6cctl(SOURCE, DESTINATION, in testConstructor() 61 assertTrue(Arrays.equals(DESTINATION.getAddress(), mf6cctl.groupAddress)); in testConstructor() 73 () -> new StructMf6cctl(SOURCE, DESTINATION, 1, oifset)); in testConstructor_tooBigOifIndex_throwsIllegalArgumentException() 85 assertArrayEquals(DESTINATION.getAddress(), mf6cctl.groupAddress); in testParseMf6cctl() 96 StructMf6cctl mf6cctl = new StructMf6cctl(SOURCE, DESTINATION, in testWriteToBytes()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/ |
D | SpaAppBridgeActivityTest.kt | 36 val destination = getDestinationForApp(DESTINATION, intent) in getDestinationForApp_hasPackageName() 38 assertThat(destination).isEqualTo("$DESTINATION/$PACKAGE_NAME/${UserHandle.myUserId()}") in getDestinationForApp_hasPackageName() 45 val destination = getDestinationForApp(DESTINATION, intent) in getDestinationForApp_noPackageName() 51 const val DESTINATION = "Destination" constant
|
D | SpaDestinationTest.kt | 69 activityMetadata = bundleOf(META_DATA_KEY_DESTINATION to DESTINATION) in getDestination_withoutHighlightMenuKey() 73 assertThat(destination).isEqualTo(DESTINATION) in getDestination_withoutHighlightMenuKey() 80 META_DATA_KEY_DESTINATION to DESTINATION, in getDestination_withHighlightMenuKey() 86 assertThat(destination).isEqualTo(DESTINATION) in getDestination_withHighlightMenuKey() 94 const val DESTINATION = "Destination" constant
|
D | SpaActivityTest.kt | 89 context.startSpaActivity(DESTINATION) in startSpaActivity() 95 assertThat(intent.getStringExtra(KEY_DESTINATION)).isEqualTo(DESTINATION) in startSpaActivity() 99 const val DESTINATION = "Destination" constant
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/measurement/providers/sdkmeasurement/src/com/android/tests/providers/sdkmeasurement/ |
D | SdkMeasurement.java | 51 private static final Uri DESTINATION = WebUtil.validUri("http://destination.test"); field in SdkMeasurement 158 Collections.singletonList(webTriggerParams), DESTINATION) in buildDefaultWebTriggerRegistrationRequest()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotificationTest.java | 149 BluetoothShare.DESTINATION, in updateActiveNotification() 228 BluetoothShare.DESTINATION, in updateCompletedNotification_withOutBoundShare_showsNoti() 308 BluetoothShare.DESTINATION, in updateCompletedNotification_withInBoundShare_showsNoti() 388 BluetoothShare.DESTINATION, BluetoothShare.STATUS, in updateIncomingFileConfirmationNotification()
|
D | BluetoothOppReceiverTest.java | 361 BluetoothShare.DESTINATION, 7, destinationValue), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 417 BluetoothShare.DESTINATION, 7, destinationValue), in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | BluetoothOppTransferHistoryTest.java | 127 BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
|
D | IncomingFileConfirmActivityTest.java | 138 BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
|
D | BluetoothOppTransferActivityTest.java | 108 new CursorMockData(BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV9Test.java | 230 MeasurementTables.SourceDestination.DESTINATION in assertSourceDestinationMigration() 238 MeasurementTables.SourceDestination.DESTINATION), in assertSourceDestinationMigration() 259 MeasurementTables.SourceDestination.DESTINATION))); in assertSourceDestinationMigrated()
|
D | ContentValueFixtures.java | 159 public static final String DESTINATION = "https://destination.test"; field in ContentValueFixtures.SourceDestinationValues 827 sourceDestination.put(MeasurementTables.SourceDestination.DESTINATION, in generateSourceDestinationContentValuesV9() 828 SourceDestinationValues.DESTINATION); in generateSourceDestinationContentValuesV9()
|
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/measurement/ |
D | MeasurementManagerJetpackTest.java | 52 private static final Uri DESTINATION = Uri.parse("http://trigger-origin.com"); field in MeasurementManagerJetpackTest 129 Collections.singletonList(webTriggerParams), DESTINATION); in registerWebTrigger_NoErrors()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV9.java | 135 MeasurementTables.SourceDestination.DESTINATION)); 216 + MeasurementTables.SourceDestination.DESTINATION
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 161 + BluetoothShare.DESTINATION in createTable() 261 BluetoothShare.DESTINATION)); in oppDatabaseMigration() 314 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
|
D | BluetoothShare.java | 118 public static final String DESTINATION = "destination"; field in BluetoothShare
|
D | BluetoothOppManager.java | 479 BluetoothShare.DESTINATION, in insertMultipleShare() 510 BluetoothShare.DESTINATION, in insertSingleShare()
|
D | BluetoothOppTransferAdapter.java | 93 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
|
D | BluetoothOppUtility.java | 122 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord() 427 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
|
D | BluetoothOppTransferHistory.java | 154 BluetoothShare.DESTINATION, in onCreate()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementDao.java | 233 SourceDestination.DESTINATION, in getSourceDestinations() argument 251 cursor.getColumnIndex(SourceDestination.DESTINATION)))); in getSourceDestinations() 256 cursor.getColumnIndex(SourceDestination.DESTINATION)))); in getSourceDestinations() 304 SourceDestination.DESTINATION in selectSourceIdsByDestinations() 424 SourceDestination.DESTINATION in getDeleteAttributionScopesWhereStatement() 747 destinationValues.put(SourceDestination.DESTINATION, appDestination.toString()); in insertSource() 771 destinationValues.put(SourceDestination.DESTINATION, webDestination.toString()); in insertSource() 1657 SourceDestination.DESTINATION, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() 1702 SourceDestination.DESTINATION, // 7 in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() 1748 SourceDestination.DESTINATION, in countDistinctDestinationsPerPublisherPerRateLimitWindow() [all …]
|
D | MeasurementTables.java | 156 String DESTINATION = "destination"; field 567 + SourceDestination.DESTINATION 1164 + SourceDestination.DESTINATION
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncSourceFetcher.java | 117 if (json.isNull(SourceHeaderContract.DESTINATION) in parseCommonSourceParams() 265 if (!json.isNull(SourceHeaderContract.DESTINATION)) { in parseCommonSourceParams() 266 appUri = Uri.parse(json.getString(SourceHeaderContract.DESTINATION)); in parseCommonSourceParams() 1048 String DESTINATION = "destination"; field
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/measurement/src/com/android/adservices/tests/cts/measurement/ |
D | MeasurementManagerCtsTest.java | 79 private static final Uri DESTINATION = WebUtil.validUri("http://trigger-origin.test"); field in MeasurementManagerCtsTest 556 Collections.singletonList(webTriggerParams), DESTINATION) 573 Collections.singletonList(webTriggerParams), DESTINATION) 1150 Collections.singletonList(webTriggerParams), DESTINATION) in registerWebTriggerAndVerifyRateLimitReached()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 167 final int DESTINATION = 6; field 274 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
|