Home
last modified time | relevance | path

Searched refs:DESTINATION (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/structs/
DStructMf6cctlTest.java49 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/
DSpaAppBridgeActivityTest.kt36 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
DSpaDestinationTest.kt69 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
DSpaActivityTest.kt89 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/
DSdkMeasurement.java51 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/
DBluetoothOppNotificationTest.java149 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()
DBluetoothOppReceiverTest.java361 BluetoothShare.DESTINATION, 7, destinationValue), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
417 BluetoothShare.DESTINATION, 7, destinationValue), in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppTransferHistoryTest.java127 BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
DIncomingFileConfirmActivityTest.java138 BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
DBluetoothOppTransferActivityTest.java108 new CursorMockData(BluetoothShare.DESTINATION, 7, destinationValue), in setUp()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV9Test.java230 MeasurementTables.SourceDestination.DESTINATION in assertSourceDestinationMigration()
238 MeasurementTables.SourceDestination.DESTINATION), in assertSourceDestinationMigration()
259 MeasurementTables.SourceDestination.DESTINATION))); in assertSourceDestinationMigrated()
DContentValueFixtures.java159 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/
DMeasurementManagerJetpackTest.java52 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/
DMeasurementDbMigratorV9.java135 MeasurementTables.SourceDestination.DESTINATION));
216 + MeasurementTables.SourceDestination.DESTINATION
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java161 + BluetoothShare.DESTINATION in createTable()
261 BluetoothShare.DESTINATION)); in oppDatabaseMigration()
314 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
DBluetoothShare.java118 public static final String DESTINATION = "destination"; field in BluetoothShare
DBluetoothOppManager.java479 BluetoothShare.DESTINATION, in insertMultipleShare()
510 BluetoothShare.DESTINATION, in insertSingleShare()
DBluetoothOppTransferAdapter.java93 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
DBluetoothOppUtility.java122 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord()
427 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
DBluetoothOppTransferHistory.java154 BluetoothShare.DESTINATION, in onCreate()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java233 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 …]
DMeasurementTables.java156 String DESTINATION = "destination"; field
567 + SourceDestination.DESTINATION
1164 + SourceDestination.DESTINATION
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcher.java117 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/
DMeasurementManagerCtsTest.java79 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/
DDownloadNotifier.java167 final int DESTINATION = 6; field
274 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()

12