/packages/modules/NetworkStack/src/com/android/server/ |
D | NetworkObserverRegistry.java | 156 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() argument 157 invokeForAllObservers(o -> o.onInterfaceChanged(ifName, up)); in onInterfaceChanged() 161 public void onInterfaceLinkStateChanged(String ifName, boolean up) { in onInterfaceLinkStateChanged() argument 162 invokeForAllObservers(o -> o.onInterfaceLinkStateChanged(ifName, up)); in onInterfaceLinkStateChanged()
|
D | NetworkObserver.java | 30 default void onInterfaceChanged(String ifName, boolean up) {} in onInterfaceChanged() argument 52 default void onInterfaceLinkStateChanged(String ifName, boolean up) {} in onInterfaceLinkStateChanged() argument
|
/packages/apps/TV/src/com/android/tv/ |
D | ChannelTuner.java | 185 public boolean moveToAdjacentBrowsableChannel(boolean up) { in moveToAdjacentBrowsableChannel() argument 186 Channel channel = getAdjacentBrowsableChannel(up); in moveToAdjacentBrowsableChannel() 198 public Channel getAdjacentBrowsableChannel(boolean up) { in getAdjacentBrowsableChannel() argument 214 int nextChannelIndex = up ? channelIndex + 1 + i : channelIndex - 1 - i + size; in getAdjacentBrowsableChannel()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | GalleryThumbnailView.java | 396 final boolean up; in trackMotionScroll() 400 up = true; in trackMotionScroll() 403 up = false; in trackMotionScroll() 406 offsetChildren(up ? movedBy : -movedBy); in trackMotionScroll()
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 165 // Keep this up-to-date with com.android.server.telecom.InCallController. 216 // such as hanging up. 220 // such as the other party hanging up.
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 39 that it is cleaned up appropriately. 61 up on inputs from the query threads. Therefore, inputs from the query 87 `DnsTlsQueryMap` imposes a retry limit of 3. `DnsTlsTransport` will retry the query up
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/ |
D | VolumeTestFragment.java | 162 public void adjustVolumeByOne(int groupId, boolean up) { in adjustVolumeByOne() argument 168 int volume = current + (up ? 1 : -1); in adjustVolumeByOne()
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 72 Back up my data;backup_data 240 Free up space;storage_settings_free_space 508 Swipe up on Home button;gesture_swipe_up 509 Swipe up on Home button;gesture_swipe_up_input_summary 527 This device's data is being backed up;backups_enabled
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 317 int up = vp + frameSize; in decodeYUV444SP() local 319 for (int i = 0; i < width; i++, yp++, vp++, up++) in decodeYUV444SP() 325 u = (0xff & yuv420sp[up]) - 128; in decodeYUV444SP()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 75 * Long press Rear Defrost hardware button (hold up to 6 seconds) 79 4. Bug report collection might take up to 7 minutes to finish.
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | readme.txt | 2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
|
/packages/services/Car/service/proto/ |
D | operation_type.proto | 19 // The payload contains handshake messages needed to set up encryption.
|
/packages/apps/TV/tuner/SampleNetworkTuner/ |
D | settings.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
D | build.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
/packages/apps/TV/tuner/SampleDvbTuner/ |
D | settings.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
D | build.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
/packages/apps/TV/tests/jank/ |
D | README.md | 15 echo "Setting up test input"
|
/packages/apps/TV/ |
D | gradle.properties | 16 # Experimental gradle configuration. This file may not be up to date.
|
D | settings.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
D | build.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
/packages/apps/Car/libs/connected-device-lib/proto/ |
D | operation_type.proto | 35 // The payload contains handshake messages needed to set up encryption.
|
/packages/modules/SdkExtensions/testing/ |
D | Android.bp | 28 // The automated test infra ends up building this apex for 64+32-bit and
|
/packages/apps/TV/tuner/ |
D | build.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
/packages/apps/TV/common/ |
D | build.gradle | 19 * Experimental gradle configuration. This file may not be up to date.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 19 # @param latency start-up latency as seen by QSB
|