/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | User.java | 94 public static User valueOf(JSONObject user) { in valueOf() argument 96 final String userName = user.getString("u"); in valueOf() 97 final String firstName = user.has("f") ? user.getString("f") : null; in valueOf() 98 final String lastName = user.has("l") ? user.getString("l") : null; in valueOf() 99 final String cellPhone = user.has("m") ? user.getString("m") : null; in valueOf() 101 user.has("o") ? user.getString("o") : null; in valueOf() 102 final String homePhone = user.has("h") ? user.getString("h") : null; in valueOf() 103 final String email = user.has("e") ? user.getString("e") : null; in valueOf() 105 user.has("d") ? user.getBoolean("d") : false; in valueOf() 106 final int userId = user.getInt("i"); in valueOf()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 65 for (final User user : users) { in syncContacts() 66 userId = user.getUserId(); in syncContacts() 70 if (!user.isDeleted()) { in syncContacts() 72 updateContact(context, resolver, account, user, in syncContacts() 81 if (!user.isDeleted()) { in syncContacts() 82 addContact(context, account, user, batchOperation); in syncContacts() 147 User user, BatchOperation batchOperation) { in addContact() argument 150 ContactOperations.createNewContact(context, user.getUserId(), in addContact() 152 contactOp.addName(user.getFirstName(), user.getLastName()).addEmail( in addContact() 153 user.getEmail()).addPhone(user.getCellPhone(), Phone.TYPE_MOBILE) in addContact() [all …]
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | dashboard.py | 79 user = datastore.User.get(db.Key.from_path('User', id)) 85 self.response.out.write(UserForm(instance=user)) 93 user = datastore.User.get(db.Key.from_path('User', id)) 94 data = UserForm(data=self.request.POST, instance=user) 180 user = self.request.get('user') 190 '</form></body></html>' % user) 195 user = self.request.get('user') 198 entity.username = user 200 query.filter('username = ', user) 210 self.redirect('/user_friends?user=' + user) [all …]
|
/development/pdk/sample/partner/wifi_company/mychipset/ |
D | Android.mk.stub | 15 LOCAL_MODULE_TAGS := user development 29 LOCAL_MODULE_TAGS := user development 43 LOCAL_MODULE_TAGS := user development
|
/development/ndk/platforms/android-3/include/ |
D | grp.h | 78 int getgrouplist (const char *user, gid_t group, 81 int initgroups (const char *user, gid_t group);
|
/development/ndk/tests/prebuilt-library/jni/ |
D | Android.mk | 26 LOCAL_MODULE := foo-user 27 LOCAL_SRC_FILES := foo-user.c
|
/development/ndk/platforms/android-3/include/linux/ |
D | atmsap.h | 75 unsigned char user; member 86 unsigned char user; member
|
D | kernel_stat.h | 23 cputime64_t user; member
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | x_tables.h | 27 } user; member 49 } user; member
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | procinfo.h | 34 struct cpu_user_fns *user; member
|
D | user.h | 34 struct user{ struct
|
/development/pdk/docs/porting/ |
D | customization.jd | 59 user="none" 91 <li><b>Manual Configuration</b>: The platform will also support runtime (user) manual selection of … 118 LOCAL_MODULE_TAGS := user development 214 <incoming uri="pop3+ssl+://mail.comcast.net" username="$user"/> 215 <outgoing uri="smtp+ssl+://smtp.comcast.net" username="$user"/> 218 <incoming uri="imap://imap.cs.com" username="$user"/> 219 <outgoing uri="smtp://smtp.cs.com" username="$user"/> 230 <incoming uri="pop3://pop.juno.com" username="$user"/> 231 <outgoing uri="smtp://smtp.juno.com" username="$user"/> 250 <incoming uri="pop3://pop.netzero.com" username="$user"/> [all …]
|
D | power_management.jd | 40 …or from that handler to abort suspend. You can use wakelocks to allow the user-space to decide whi… 50 <li>The user-space input-event thread returns from select/poll, locks the 54 <li>The user-space input-event thread returns from read. It determines that the 95 …. Write <code>lockname</code> to <code>/sys/power/wake_unlock</code> to unlock a user wakelock.</p> 96 <p> Do not use randomly generated wakelock names as there is no API to free a user-space wakelock.<… 115 …<td>When this wake lock is released, poke the user activity timer so the screen stays on for a lit… 167 …r to completely power down when a request comes in to power down from the user space (see the Andr… 178 …lows drivers to get notified when user-space writes to <code>/sys/power/request_state</code> to in… 187 …<li>on suspend: this level notifies user-space that it should stop accessing the framebuffer and i… 188 …<li>on resume: it notifies user-space that it should resume screen access. Two methods are provide…
|
D | stk.jd | 25 <li>STK Application: Provides the user interface interactions needed by the STK.</li> 52 …se the terminal response is sent when the dialog is dismissed either from user action or it times … 53 <p>The user sees a dialog box with a message and / or icon, an OK button, and a Cancel button.</p> 57 <li> "Session terminated by user" (0x10)</li> 58 <li> "Backward move by user" (0x11)</li> 59 <li> "No response from user" (0x12)</li> 72 <li> “Session terminated by user” (0x10) << Currently not supported</li> 73 <li> “Backward move by user” (0x11)</li> 74 <li> “No response from user” (0x12)</li> 82 <p>The user sees a dialog box with a prompt and / or an icon, a text box with optional default text… [all …]
|
D | build_system.jd | 105 % make -j4 PRODUCT-generic-user 107 <p>You can also replace user with eng for a debug engineering build:</p> 221 <code>user</code>, and/or <code>development</code>. 233 <code>user <code> 236 <code>make user</code> 240 <li>Installs modules tagged with <code>user</code>.</li> 256 The same as <code>user</code>, except:
|
D | bring_up.jd | 40 …<li><strong>data</strong>: The data image stores user data. Anything not saved to the <code>device… 137 …<td><code>socket <type> <name> <perm> [ <user> [ <group> ] ]</code><… 138 …;</code> values include <code>dgram</code> and <code>stream</code>. <code>user</code> and <code>gr… 141 <td><code>user <username></code></td> 328 user adb 333 user usbd 343 user system 357 user akmd
|
D | lights.jd | 17 <p>Android defines a user space C abstraction interface for LED hardware. The interface header is d…
|
D | build_new_device.jd | 116 make PRODUCT-<first_product_name>-user 157 …<td valign="top">End-user-visible name for the overall product. Appears in the "About the phone" i… 162 <td valign="top">End-user-visible name for the end product</td> 167 …ode, two-letter country code pairs that describe several settings for the user, such as the UI lan…
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
D | i387_32.h | 26 #define safe_address (kstat_cpu(0).cpustat.user)
|
D | user_32.h | 54 struct user{ struct
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 64 simulates a user touching the touchscreen (or a pointer event). x and 74 simulates a user using the trackball. dx and dy indicates the amount 84 This command will wake the device up from sleep and allow user input. 98 This command will simulate a user typing the given string on the
|
/development/pdk/docs/source/ |
D | overview.jd | 26 …or apps that have previously been picked will bubble up to the top when a user types the first few… 32 <p>An updated user interface provides an integrated camera, camcorder, and gallery experience. User… 49 …ets users see which apps and services are consuming battery power. If the user determines that a p… 56 …eed to make their app "searchable" and provide suggestions in response to user queries. To enable … 67 …is framework, developers can create accessibility plugins that respond to user input, such as maki…
|
/development/samples/SkeletonApp/ |
D | readme.txt | 18 to the user (in the app launcher's list), handle data types, etc. 41 The res/layout/ directory contains XML files describing user interface
|
/development/pdk/docs/community/ |
D | index.jd | 11 you. Note that if you're a user looking for help with your Android device, 63 user-space projects, such as the core system libraries, the Android 75 this is your place. This group isn't for user-space topics (see 77 call you naughty if you ask user-space questions here.<br/><br/>
|
/development/samples/TicTacToeMain/ |
D | README.txt | 18 displayed to the user. When one of the start buttons is selected, an
|