HomeSort by relevance Sort by last modified time
    Searched defs:userId (Results 1 - 5 of 5) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
User.java 76 Boolean deleted, Integer userId) {
85 mUserId = userId;
106 final int userId = user.getInt("i");
108 officePhone, homePhone, email, deleted, userId);
133 public Status(Integer userId, String status) {
134 mUserId = userId;
140 final int userId = userStatus.getInt("i");
142 return new User.Status(userId, status);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 59 long userId;
66 userId = user.getUserId();
68 rawContactId = lookupRawContact(resolver, userId);
109 final long userId = status.getUserId();
110 final long profileId = lookupProfile(resolver, userId);
259 * @param userId the sample SyncAdapter user ID to lookup
262 private static long lookupRawContact(ContentResolver resolver, long userId) {
266 UserIdQuery.SELECTION, new String[] {String.valueOf(userId)},
285 * @param userId the sample SyncAdapter user ID to lookup
288 private static long lookupProfile(ContentResolver resolver, long userId) {
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 568 uids[i] = (ps != null) ? ps.userId : -1;
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 2914 milliseconds