Home
last modified time | relevance | path

Searched refs:User (Results 1 – 25 of 180) sorted by relevance

12345678

/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
DUsers.java25 public static final User[] robots = new User[]{
26 new User("romain", "guy", R.drawable.emo_im_yelling, User.ROBOT),
28 public static final User[] toolkities = new User[]{
29 new User("chet", "haase", R.drawable.emo_im_angel, User.KITTEN),
30 new User("adam", "powell", R.drawable.emo_im_cool, User.KITTEN),
31 new User("alan", "viverette", R.drawable.emo_im_crying, User.KITTEN),
32 new User("chris", "craik", R.drawable.emo_im_embarrassed, User.KITTEN),
33 new User("george", "mount", R.drawable.emo_im_foot_in_mouth, User.KITTEN),
34 new User("john", "reck", R.drawable.emo_im_happy, User.KITTEN),
35 new User("Doris", "liu", R.drawable.emo_im_winking, User.KITTEN),
[all …]
DUser.java11 public class User extends BaseObservable { class
25 public User(String name, String lastName, int photoResource, int group) { in User() method in User
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
19 30002 am_task_to_front (User|1|5),(Task|1|5)
21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3…
23 30004 am_create_task (User|1|5),(Task ID|1|5)
25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME T…
27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
31 30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3)
33 30009 am_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
35 30010 am_proc_bound (User|1|5),(PID|1|5),(Process Name|3)
[all …]
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DMainActivity.java19 import com.android.example.bindingdemo.vo.User;
35 User selected;
60 public User getSelected() { in getSelected()
64 private void setSelected(User selected) { in setSelected()
88 if (selected.getGroup() == User.KITTEN) { in onDelete()
90 selected.setGroup(User.ROBOT); in onDelete()
96 selected.setGroup(User.KITTEN); in onDelete()
135 final private List<User> userList = new ArrayList<>();
138 public UserAdapter(User[] toolkities) { in UserAdapter()
162 public void add(User user) { in add()
[all …]
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DUser.java7 public class User extends BaseObservable { class
9 private User friend;
15 public User getFriend() { in getFriend()
19 public void setFriend(User friend) { in setFriend()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DReadComplexTernaryTest.java6 import android.databinding.testapp.vo.User;
16 User user = new User(); in testWhenNull()
/frameworks/data-binding/samples/BindingDemo/app/src/test/java/com/android/example/bindingdemo/vo/
DUnitTest.java18 private User testUser;
22 testUser = new User("Ted", "Tester", R.drawable.george, User.ROBOTS); in setUp()
/frameworks/base/proto/src/
Dmetrics_constants.proto567 // OPEN: Settings > Users > [User settings]
736 // OPEN: QS User list panel
770 // ACTION: User tapped notification action
931 // ACTION: QS User list panel > Select different user
1302 // ACTION: Chooser > User taps an app target
1309 // ACTION: Chooser > User taps a service target
1316 // ACTION: Chooser > User taps a standard target
1589 // OPEN: QS User Tile shown
1745 // OPEN: Settings > Security > User credentials
1799 // ACTION: User tapped notification action to cancel a bug report
[all …]
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java367 IdentifierExpr u1 = lb.addVariable("u1", User.class.getCanonicalName(), null); in testPostConditionalDependencies()
368 IdentifierExpr u2 = lb.addVariable("u2", User.class.getCanonicalName(), null); in testPostConditionalDependencies()
490 IdentifierExpr u = lb.addVariable("u", User.class.getCanonicalName(), in testInterExprDependency()
727 IdentifierExpr user = lb.addVariable("user", User.class.getCanonicalName(), in testFinalFieldOfAVariable()
743 lb.addVariable("user", User.class.getCanonicalName(), null); in testFinalFieldOfAField()
762 lb.addVariable("user", User.class.getCanonicalName(), null); in testFinalFieldOfAMethod()
811 mExprModel.addImport("View", User.class.getCanonicalName(), null); in testOnDemandImportConflict()
824 final StaticIdentifierExpr ux = mExprModel.addImport("UX", User.class.getCanonicalName(), in testOnDemandImportAlreadyImported()
826 final IdentifierExpr u = lb.addVariable("u", User.class.getCanonicalName(), in testOnDemandImportAlreadyImported()
838 lb.addVariable("user", User.class.getCanonicalName(), null); in testStaticMethodOfInstance()
[all …]
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd2 parent.title=User Interface
11 <li><a href="#HandlingUserSelections">Handling User Selections</a></li>
56 <h2 id="HandlingUserSelections">Handling User Selections</h2>
Doverview.jd16 <h2 id="Layout">User Interface Layout</h2>
64 <h2 id="UIComponents">User Interface Components</h2>
/frameworks/base/docs/html/google/play/billing/
Dbilling_promotions.jd208 <h3 id="test-inapp">User redeems promo code in the app</h3>
221 <h3 id="test-playstore">User redeems promo code in the Play Store</h3>
239 <li>User redeems a promo code for the app in the Play Store. The Play Store
243 <li>User installs and launches your app. Verify that on startup, the app
260 <li>User redeems a promo code for the app in the Play Store. The Play Store
264 <li>User launches your app. Verify that on startup, the app calls <a href=
281 <li>User launches the app. Verify that the app has properly registered itself to
285 <li>User launches the Play Store app and redeems a promo code for the app. The Play
298 <li>User switches back to your app. Verify that the user has the purchased
/frameworks/base/docs/html/guide/topics/ui/controls/
Dspinner.jd10 <li><a href="#Populate">Populate the Spinner with User Choices</a></li>
11 <li><a href="#SelectListener">Responding to User Selections</a></li>
43 <h2 id="Populate">Populate the Spinner with User Choices</h2>
103 <h2 id="SelectListener">Responding to User Selections</h2>
/frameworks/base/docs/html/training/
Dbest-user-input.jd1 page.title=Best Practices for User Input
Dbest-ui.jd1 page.title=Best Practices for User Interface
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd14 <li><a href="#ui">User Interface Refinements</a>
20 <h2 id="ui">User Interface Refinements</h2>
60 <li>User dictionary for custom words</li>
95 <li>User-selectable text-encoding</li>
/frameworks/base/docs/html/
Drobots.txt1 User-Agent: *
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd225 &lt;variable name="user" type="com.example.User"/&gt;
245 &lt;<strong>variable name="user" type="com.example.User"</strong>/&gt;
263 Let’s assume for now that you have a plain-old Java object (POJO) for User:
267 public class User {
270 public User(String firstName, String lastName) {
282 public class User {
285 public User(String firstName, String lastName) {
326 User user = new User("Test", "User");
331 You’re done! Run the application and you’ll see Test User in the UI.
397 &lt;variable name="user" type="com.example.User"/&gt;
[all …]
/frameworks/base/docs/html/guide/topics/media/
Djetplayer.jd26 <li><a href="{@docRoot}guide/topics/media/jet/jetcreator_manual.html">JetCreator User
46 href="{@docRoot}guide/topics/media/jet/jetcreator_manual.html">JetCreator User
/frameworks/base/docs/html/distribute/analyze/
Danalyze_toc.cs17 <span class="en">Understand User Value</span></a>
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd41 server-side redirects. Most often, this is done by "sniffing" the User Agent
43 should simply look for the "mobile" string in the User Agent, which matches a wide variety of mobile
44 devices. If necessary, you can also identify the specific operating system in the User Agent string
/frameworks/base/docs/html/distribute/engage/
Dengage_toc.cs48 <span class="en">Understand User Behavior</span></a>
/frameworks/base/docs/html/distribute/users/
Duser-acquisition.jd23 users. It’s now easy to identify those channels from the User Acquisition
46 <h2 id="how-to">How to use the User Acquisition performance report</h2>
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp333 for (User::const_op_iterator I = C->op_begin(), E = C->op_end(); in EnumerateValue()
471 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction()
494 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp333 for (User::const_op_iterator I = C->op_begin(), E = C->op_end(); in EnumerateValue()
471 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction()
494 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end(); in incorporateFunction()

12345678