/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/ |
D | SpaAppBridgeActivityTest.kt | 36 val destination = getDestinationForApp(DESTINATION, intent) in getDestinationForApp_hasPackageName() constant 46 val destination = getDestinationForApp(DESTINATION, intent) in getDestinationForApp_hasMalformedPackageName() constant 55 val destination = getDestinationForApp(DESTINATION, intent) in getDestinationForApp_noPackageName() constant
|
D | SpaBridgeActivityTest.kt | 59 val destination = activity.getDestination() in getDestination_noDestination_returnNull() constant 68 val (destination, highlightMenuKey) = activity.getDestination()!! in getDestination_withoutHighlightMenuKey() constant 82 val (destination, highlightMenuKey) = activity.getDestination()!! in getDestination_withHighlightMenuKey() constant
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | RouteInfo.java | 146 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 171 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 248 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 257 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo() 279 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo() 289 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo() 313 public RouteInfo(@NonNull IpPrefix destination) { in RouteInfo() 320 public RouteInfo(@NonNull LinkAddress destination) { in RouteInfo() 327 public RouteInfo(@NonNull IpPrefix destination, @RouteType int type) { in RouteInfo() 500 public boolean matches(InetAddress destination) { in matches() [all …]
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 22 … __inline__ void flipVertical(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, in flipVertical() 38 uint8_t * destination, int dstWidth __unused, int dstHeight __unused) { in flipHorizontal() 55 …flip_fun(int flip, uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in flip_fun() 77 …atic __inline__ void rotate90(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, in rotate90() 91 …e__ void rotate180(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate180() 95 …e__ void rotate270(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate270() 101 …te_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate_fun() 118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i… in crop() 132 uint8_t* destination = 0; in JNIFUNCF() local 145 uint8_t* destination = 0; in JNIFUNCF() local [all …]
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperPersister.java | 61 … float scale, @Destination int destination, SetWallpaperCallback callback); in setIndividualWallpaper() 132 @Destination int destination in saveStaticWallpaperMetadata() 138 boolean saveStaticWallpaperToPreferences(int destination, in saveStaticWallpaperToPreferences() 191 void onLiveWallpaperSet(@Destination int destination); in onLiveWallpaperSet() 201 @Destination int destination); in setLiveWallpaperMetadata() 207 void onSuccess(WallpaperInfo wallpaperInfo, @Destination int destination); in onSuccess() 226 static int destinationToFlags(@Destination int destination) { in destinationToFlags()
|
D | DefaultWallpaperPersister.java | 111 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper() 183 @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 190 @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 205 Rect cropHint, @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 250 @Destination int destination) { in saveStaticWallpaperMetadata() 282 public boolean saveStaticWallpaperToPreferences(@Destination int destination, in saveStaticWallpaperToPreferences() 427 public void onLiveWallpaperSet(@Destination int destination) { in onLiveWallpaperSet() 455 @Destination int destination) { in setLiveWallpaperMetadata() 506 @Destination int destination, WallpaperPersister.SetWallpaperCallback callback) { in SetWallpaperTask() 520 @Destination int destination, WallpaperPersister.SetWallpaperCallback callback) { in SetWallpaperTask() [all …]
|
D | WallpaperSetter.java | 90 @Destination final int destination, float wallpaperScale, @Nullable Rect cropRect, in setCurrentWallpaper() 162 @SetWallpaperEntryPoint int setWallpaperEntryPoint, @Destination final int destination, in setCurrentLiveWallpaper() 197 LiveWallpaperInfo wallpaper, int destination) throws IOException { in setWallpaperComponent() 221 @Destination final int destination, @Nullable WallpaperColors colors, in setCurrentLiveWallpaperFromRestore() 254 @Destination int destination) { in onWallpaperApplied()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityDetailsSettingsFragment.java | 106 final String destination = ToggleScreenMagnificationPreferenceFragment.class.getName(); in getSystemAccessibilitySettingsLaunchArguments() local 111 final String destination = AccessibilityButtonFragment.class.getName(); in getSystemAccessibilitySettingsLaunchArguments() local 116 final String destination = AccessibilityHearingAidsFragment.class.getName(); in getSystemAccessibilitySettingsLaunchArguments() local 152 private void openSubSettings(@NonNull String destination, @Nullable Bundle arguments) { in openSubSettings() 262 LaunchFragmentArguments(@NonNull String destination, @Nullable Bundle arguments) { in LaunchFragmentArguments()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactRecipientEntryUtils.java | 50 public static RecipientEntry constructSendToDestinationEntry(final String destination) { in constructSendToDestinationEntry() 57 public static RecipientEntry constructNumberWithAvatarEntry(final String destination) { in constructNumberWithAvatarEntry() 61 private static RecipientEntry constructSpecialRecipientEntry(final String destination, in constructSpecialRecipientEntry()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/ |
D | Transition.java | 26 public State destination; field in Transition 28 public Transition(State source, @StateMachine.Event int event, State destination) { in Transition()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperation.java | 63 FileOperation(@OpType int opType, UrisSupplier srcs, DocumentStack destination) { in FileOperation() 93 public void setDestination(DocumentStack destination) { in setDestination() 125 private CopyOperation(UrisSupplier srcs, DocumentStack destination) { in CopyOperation() 166 private CompressOperation(UrisSupplier srcs, DocumentStack destination) { in CompressOperation() 207 private ExtractOperation(UrisSupplier srcs, DocumentStack destination) { in ExtractOperation() 252 DocumentStack destination, @Nullable Uri srcParent) { in MoveDeleteOperation() 333 public Builder withDestination(DocumentStack destination) { in withDestination()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_interop_tests/ |
D | filter_data_validation.json | 17 "destination": "https://d.test", string 37 "destination": "https://d.test", string 69 "destination": "https://d.test", string 100 "destination": "https://d.test", string 120 "destination": "https://d.test", string 152 "destination": "https://d.test", string 184 "destination": "https://d.test", string 204 "destination": "https://d.test", string 224 "destination": "https://d.test", string 244 "destination": "https://d.test", string [all …]
|
D | source_deactivation.json | 16 "destination": "https://destination.test", string 36 "destination": "https://destination.test", string 56 "destination": [ array 169 "destination": [ array 191 "destination": [ array
|
D | custom_trigger_data.json | 17 "destination": "https://destination.test", string 81 "destination": "https://destination.test", string 101 "destination": "https://destination.test", string 123 "destination": "https://destination.test", string 145 "destination": "https://destination.test", string 167 "destination": "https://destination.test", string 192 "destination": "https://destination.test", string 212 "destination": "https://destination.test", string 232 "destination": "https://destination.test", string 252 "destination": "https://destination.test", string [all …]
|
D | source_priority.json | 16 "destination": "https://destination.test", string 35 "destination": "https://destination.test", string 54 "destination": "https://destination.test", string
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateDestinationBlockedAction.java | 34 final String destination); in onUpdateDestinationBlockedAction() 79 final String destination, final boolean blocked, final String conversationId, in updateDestinationBlocked() 96 final String destination, final boolean blocked, final String conversationId, in UpdateDestinationBlockedAction() 107 final String destination = actionParameters.getString(KEY_DESTINATION); in executeAction() local
|
/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/ |
D | DownloadCompletionReceiver.java | 51 Path destination = FileSystems.getDefault() in getDestinationFile() local 59 Path destination = FileSystems.getDefault() in getDestinationFile() local
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsReplyInfo.java | 34 public final InetSocketAddress destination; field in MdnsReplyInfo 44 @NonNull InetSocketAddress destination, in MdnsReplyInfo()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleRecipientEntry.java | 31 final String destination, final int destinationType, final String destinationLabel, in BugleRecipientEntry() 40 final int displayNameSource, final String destination, final int destinationType, in constructTopLevelEntry() 50 final int displayNameSource, final String destination, final int destinationType, in constructSecondLevelEntry()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 79 @Nullable final Rect cropRect, final float scale, final @Destination int destination, in setIndividualWallpaper() 193 public void onLiveWallpaperSet(@Destination int destination) { in onLiveWallpaperSet() 198 @Destination int destination) { in setLiveWallpaperMetadata() 213 String collectionId, int wallpaperId, String remoteId, @Destination int destination) { in saveStaticWallpaperMetadata() 218 public boolean saveStaticWallpaperToPreferences(int destination, in saveStaticWallpaperToPreferences()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | DBRegisteredAdInteraction.java | 76 @ReportEventRequest.ReportingDestination int destination, in create() 106 public abstract DBRegisteredAdInteraction.Builder setDestination( in setDestination()
|
/packages/apps/Settings/src/com/android/settings/spa/ |
D | SpaBridgeActivity.kt | 53 val destination = metaData.getString(META_DATA_KEY_DESTINATION) constant
|
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | PatchUtils.java | 49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully() 61 static void readFully(final InputStream in, final byte[] destination) throws IOException { in readFully()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotificationTest.java | 140 String destination = "AA:BB:CC:DD:EE:FF"; in updateActiveNotification() local 219 String destination = "AA:BB:CC:DD:EE:FF"; in updateCompletedNotification_withOutBoundShare_showsNoti() local 299 String destination = "AA:BB:CC:DD:EE:FF"; in updateCompletedNotification_withInBoundShare_showsNoti() local 378 String destination = "AA:BB:CC:DD:EE:FF"; in updateIncomingFileConfirmationNotification() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/ |
D | SourceDestination.java | 32 String destination, in SourceDestination() 97 public Builder setDestination(String destination) { in setDestination()
|