/frameworks/base/tools/aidl/ |
D | generate_java.cpp | 14 Variable* Get(Type* type); 15 Variable* Get(int index); 29 VariableFactory::Get(Type* type) in Get() function in VariableFactory 40 VariableFactory::Get(int index) in Get() function in VariableFactory 369 Variable* v = stubArgs.Get(t); in generate_method() 431 Variable* v = stubArgs.Get(i++); in generate_method()
|
/frameworks/base/tools/localize/ |
D | XMLHandler.h | 46 string Get(const string& ns) const;
|
D | XMLHandler.cpp | 72 XMLNamespaceMap::Get(const string& ns) const in Get() function in XMLNamespaceMap
|
/frameworks/base/docs/html/guide/developing/ |
D | debug-tasks.jd | 173 <dt><strong>Get system state information from the emulator (dumpstate)</strong></dt> 178 <dt><strong>Get application state information from the emulator (dumpsys)</strong></dt> 183 <dt><strong>Get wireless connectivity information</strong></dt>
|
/frameworks/base/docs/html/resources/articles/ |
D | track-mem.jd | 40 you want to analyze. When you are ready, click <em>Get Allocations</em>. A list
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 51 // Get a Spinner and bind it to an ArrayAdapter that
|
D | dialogs.jd | 193 Get a Builder with {@link android.app.AlertDialog.Builder#AlertDialog.Builder(Context)} and
|
/frameworks/base/docs/html/guide/topics/wireless/ |
D | bluetooth.jd | 178 <li>Get the {@link android.bluetooth.BluetoothAdapter} 340 // Get the BluetoothDevice object from the Intent 493 <li>Get a {@link android.bluetooth.BluetoothServerSocket} by calling the 683 // Get a BluetoothSocket to connect with the given BluetoothDevice 743 <li>Get the {@link java.io.InputStream} and {@link java.io.OutputStream} that 780 // Get the input and output streams, using temp objects because
|
/frameworks/base/docs/html/guide/market/billing/ |
D | index.jd | 65 …<dd>Get detailed information about Android Market response codes and the in-app billing interface.…
|
D | billing_admin.jd | 18 <li><a href="#billing-support">Where to Get Support</a></li> 146 <h2 id="billing-support">Where to Get Support</h2>
|
/frameworks/base/docs/html/community/ |
D | index.jd | 60 …you're comfortable using the SDK, now you want to move to advanced topics. Get help here with trou…
|
/frameworks/base/docs/html/resources/ |
D | community-groups.jd | 91 …you're comfortable using the SDK, now you want to move to advanced topics. Get help here with trou…
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 364 // Get the oldState input stream 369 // Get the last modified timestamp from the state file and data file 504 <li>Get the entity key with {@link android.app.backup.BackupDataInput#getKey()}.</li> 509 <li>Get the entity data size with {@link
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 651 … Get focus and set selection. Create a new method <code>public void testSpinnerUI()</code>. Add 829 Get the current spinner settings from the activity: 868 Set up instrumentation. Get the instrumentation object 918 Get the current state of the spinner:
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-ex3.jd | 122 <p>Get rid of the Bundle creation and Bundle value settings from the
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-ex3.jd | 122 <p>Get rid of the Bundle creation and Bundle value settings from the
|
/frameworks/base/docs/html/guide/appendix/faq/ |
D | commontasks.jd | 510 // Get the static global NotificationManager object. 671 <pre>// Get our EditText object. 682 // Get the EditText's internal text storage
|
/frameworks/base/docs/html/resources/faq/ |
D | commontasks.jd | 510 // Get the static global NotificationManager object. 671 <pre>// Get our EditText object. 682 // Get the EditText's internal text storage
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | testing_android.jd | 279 // Get a handle to the Activity object's main UI widget, a Spinner 291 // Get the Spinner's current position
|
D | activity_testing.jd | 291 * Get a reference to the main widget of the app under test, a Spinner
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | ddms.jd | 127 <strong>Get Allocations</strong> to view all allocations since tracking started.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 312 // Get the base URI for the People table in the Contacts content provider. 432 // Get the field values
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 244 <h4 id="GetTheQueryUri">Get the query in the Uri</h4> 259 <h4 id="GetTheQuery">Get the query in the selection arguments</h4>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 83 <li>Get a reference to the NotificationManager:
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 309 // Get the layout for the App Widget and attach an on-click listener to the button
|