/frameworks/base/core/java/android/net/ |
D | EthernetDataTracker.java | 69 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument 70 Log.d(TAG, "Interface status changed: " + iface + (up ? "up" : "down")); in interfaceStatusChanged() 73 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument 74 if (mIface.equals(iface) && mLinkUp != up) { in interfaceLinkStateChanged() 75 Log.d(TAG, "Interface " + iface + " link " + (up ? "up" : "down")); in interfaceLinkStateChanged() 76 mLinkUp = up; in interfaceLinkStateChanged() 79 if (up) { in interfaceLinkStateChanged()
|
D | INetworkManagementEventObserver.aidl | 31 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() argument 40 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() argument
|
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 62 float *up, *vp, *wp; in poly_clip_to_halfspace() local 80 up = (float *)u; in poly_clip_to_halfspace() 83 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace() 84 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
|
/frameworks/base/cmds/ip-up-vpn/ |
D | Android.mk | 20 LOCAL_SRC_FILES := ip-up-vpn.c 22 LOCAL_MODULE := ip-up-vpn
|
/frameworks/base/services/java/com/android/server/net/ |
D | NetworkAlertObserver.java | 26 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument 36 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument
|
/frameworks/base/services/sensorservice/ |
D | Fusion.cpp | 261 vec3_t up(mData[0]); in checkInitComplete() local 262 vec3_t east(cross_product(mData[1], up)); in checkInitComplete() 264 vec3_t north(cross_product(up, east)); in checkInitComplete() 265 R << east << north << up; in checkInitComplete() 312 const vec3_t up( getRotationMatrix() * Ba ); in handleMag() local 313 const vec3_t east( cross_product(m, up) ); in handleMag() 325 vec3_t north( cross_product(up, east) ); in handleMag()
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | index.jd | 4 Android includes powerful tools for setting up and running test applications. 6 help you set up and run your tests within an emulator or the device you are targeting. 23 The ADT plugin lets you quickly set up and manage test projects directly in 31 use them to set up and manage test projects, build your test application,
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridScrollListenerTest.java | 80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local 83 inst.sendKeySync(up); in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListScrollListenerTest.java | 77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local 80 inst.sendKeySync(up); in testKeyScrolling()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 123 KeyEvent up = new KeyEvent(now, now, KeyEvent.ACTION_UP, eventCode, 0); in sendKeyEvent() local 129 .injectKeyEvent(up, true); in sendKeyEvent()
|
/frameworks/base/docs/html/guide/developing/ |
D | device.jd | 8 <li><a href="#setting-up">Setting up a Device for Development</a> 23 real device before releasing it to users. This page describes how to set up your development 47 <h2 id="setting-up">Setting up a Device for Development</h2> 60 <li>Set up your device to allow installation of non-Market applications. <p>On 73 <li>Set up your system to detect your device. 89 href="#VendorIds">USB Vendor IDs</a>, below. To set up device detection on
|
/frameworks/base/docs/html/sdk/ |
D | index.jd | 23 <p>Here's an overview of the steps you must follow to set up the Android SDK:</p> 43 <p class="offline-message">For more information about how to set up your
|
D | android-2.0.jd | 318 <li>KeyEvent has new key dispatching APIs, to help implement action-on-up and long press behavior, … 319 <li>WindowManager.LayoutParams has new constants that allow a window to wake up the screen when it … 323 <h4>Key events executed on key-up</h4> 328 key-up, for a key-down/key-up pair, rather than key-down. This helps prevent 334 key-up. Especially if your application is intercepting the BACK key, you should 339 key-down, rather than key-up, you should modify your code. </p> 349 method), then invoke the action at key up. Here's a pattern you can use:</li> 375 then also catch the event on key-up, executing the desired action if the tracking
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | DayOfMonthCursorTest.java | 113 assertFalse(mc.up()); in testMoveUp() 119 assertTrue(mc.up()); in testMoveUp()
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-index.jd | 9 set up the project, develop the application logic and user interface, and then 14 with the steps in each exercise and gradually build up and refine your 51 documents, which explain in detail how to set up your development environment 53 read both these documents, have the SDK installed, and your work environment set up.</p> 135 <li>Setting up a custom striped list for the list of notes.</li>
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-index.jd | 9 set up the project, develop the application logic and user interface, and then 14 with the steps in each exercise and gradually build up and refine your 51 documents, which explain in detail how to set up your development environment 53 read both these documents, have the SDK installed, and your work environment set up.</p> 135 <li>Setting up a custom striped list for the list of notes.</li>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 10 <li>Back up the user's data to the cloud in case the user loses it</li> 13 <li>Easily back up SharedPreferences and private files with BackupAgentHelper</li> 31 <li><a href="#SharedPreferences">Backing up SharedPreferences</a></li> 32 <li><a href="#Files">Backing up Private Files</a></li> 109 agent is called by the Backup Manager to provide the data you want to back up. It is also called 255 <li>Instead of backing up an entire file, you can specify the portions of data the should be 256 backed up and how each portion is then restored to the device. (This can also help you manage 259 <li>Back up data in a database. If you have an SQLite database that you want to restore when 265 <p>If you don't need to perform any of the tasks above and want to back up complete files from 283 want to back up to the Backup Manager, as described below in <a href="#PerformingBackup">Performing [all …]
|
/frameworks/base/docs/html/resources/articles/ |
D | wikinotes-linkify.jd | 24 data to be looked up.</p> 55 telephone number will bring up the phone dialer with that number ready 86 <p>Now that we have these two things, we use Linkify to connect them up:</p> 114 Pad application is currently undergoing some clean up and review, and
|
D | tts.jd | 127 String myText2 = "I hope so, because it's time to wake up."; 165 synthesizing (remember, we're trying to wake up the user). We will again use an 200 String wakeUpText = "Are you up yet?"; 211 the result of the synthesis of "Wake up" in the previously selected language. We 212 can tell our TTS instance to associate the contents of the string "Wake up" with 224 customize how "Wake up" sounds, by recording their own version if they choose 226 line in your Activity code to ask repeatedly "Are you up yet?":</p>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | jetplayer.jd | 44 <p>This section shows you how to write, set up and play JET content. For a description of JET 51 <p>Here's an example of how to set up JET playback from a <code>.jet</code> file stored on the SD
|
/frameworks/base/core/java/android/util/ |
D | DayOfMonthCursor.java | 100 public boolean up() { in up() method in DayOfMonthCursor
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-formstuff.jd | 102 Enter key (when pressed down), then pop up a {@link android.widget.Toast} message with the 104 so that the event doesn't bubble-up and get handled by the View (which would result in a 140 checkbox, then pop up a {@link android.widget.Toast} message that displays the current state. 152 When each is pressed, we'll pop up a message.</p> 191 is cast it into a RadioButton. Then we pop up a 238 ToggleButton, then pop up a {@link android.widget.Toast} message that displays the current state.
|
/frameworks/base/core/java/android/text/method/ |
D | LinkMovementMethod.java | 56 protected boolean up(TextView widget, Spannable buffer) { in up() method in LinkMovementMethod 61 return super.up(widget, buffer); in up()
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | CarouselController.java | 715 public void setLookAt(float[] eye, float[] at, float[] up) { in setLookAt() argument 718 mUp = up; in setLookAt() 720 mRenderScript.setLookAt(eye, at, up); in setLookAt()
|
/frameworks/base/docs/html/guide/topics/network/ |
D | sip.jd | 36 services that let applications easily set up outgoing and incoming voice calls, 240 filter when the device receives a call (see <a href="#intent_filter">Setting up 298 <p>To make an audio call, you should set up a {@link 301 android.net.sip.SipAudioCall.Listener} sets things up after the call is 321 <p>Once you've set up the {@link android.net.sip.SipAudioCall.Listener}, you can 331 but as shown above, the listener is used to set things up once the call is 360 <li>Set up an intent filter that filters by the action that represents an 420 <h4 id="intent_filter">Setting up an intent filter to receive calls</h4> 481 <li>Set up your mobile device for testing, as described in <a
|