Home
last modified time | relevance | path

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

123

/packages/modules/NetworkStack/src/com/android/server/
DNetworkObserverRegistry.java161 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() argument
162 invokeForAllObservers(o -> o.onInterfaceChanged(ifName, up)); in onInterfaceChanged()
166 public void onInterfaceLinkStateChanged(String ifName, boolean up) { in onInterfaceLinkStateChanged() argument
167 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/UnifiedEmail/assets/
Dscript.js65 function up(el, className) { function
203 outerDiv = up(el, "mail-message-content");
537 var parent = up(e.target, "elided-text") || up(e.target, "mail-message-content");
744 if (up(msgContentDiv, "mail-message").classList.contains("expanded")) {
/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.proto162 // Keep this up-to-date with com.android.server.telecom.InCallController.
206 // such as hanging up.
210 // such as the other party hanging up.
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DVolumeTestFragment.java169 public void adjustVolumeByOne(int groupId, boolean up) { in adjustVolumeByOne() argument
175 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/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/
Dsettings.gradle19 * Experimental gradle configuration. This file may not be up to date.
Dgradle.properties16 # 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/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/tuner/
Dbuild.gradle19 * Experimental gradle configuration. This file may not be up to date.
/packages/services/Car/evs/app/
Dconfig.json.readme7 // X is right, Y is forward, Z is up (right handed coordinate system).
/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
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto320 // One item in the sequence that makes up a Cue,
507 // It is up to the third-party navigation app to decide how many steps in
525 // indicating that navigation state data is valid and up-to-date.
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1233 MotionEvent up = MotionEvent.obtain(now, now, MotionEvent.ACTION_UP, in onTouchEvent() local
1235 result = onModifiedTouchEvent(up, true); in onTouchEvent()
1236 up.recycle(); in onTouchEvent()

123