Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 59) sorted by relevance

123

/packages/modules/NetworkStack/src/com/android/server/
DNetworkObserverRegistry.java156 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()
DNetworkObserver.java30 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/
DChannelTuner.java185 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/
DGalleryThumbnailView.java396 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/
Dtelecom.proto165 // 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/
DREADME-DoT.md39 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/
DVolumeTestFragment.java162 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/
Dsearch_results_list72 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/
Dfeature_mos_jni.cpp317 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/
DREADME.md75 * 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/
Dreadme.txt2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
/packages/services/Car/service/proto/
Doperation_type.proto19 // The payload contains handshake messages needed to set up encryption.
/packages/apps/TV/tuner/SampleNetworkTuner/
Dsettings.gradle19 * Experimental gradle configuration. This file may not be up to date.
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/apps/TV/tuner/SampleDvbTuner/
Dsettings.gradle19 * Experimental gradle configuration. This file may not be up to date.
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/apps/TV/tests/jank/
DREADME.md15 echo "Setting up test input"
/packages/apps/TV/
Dgradle.properties16 # Experimental gradle configuration. This file may not be up to date.
Dsettings.gradle19 * Experimental gradle configuration. This file may not be up to date.
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/apps/Car/libs/connected-device-lib/proto/
Doperation_type.proto35 // The payload contains handshake messages needed to set up encryption.
/packages/modules/SdkExtensions/testing/
DAndroid.bp28 // The automated test infra ends up building this apex for 64+32-bit and
/packages/apps/TV/tuner/
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/apps/TV/common/
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags19 # @param latency start-up latency as seen by QSB

123