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

  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerMultiuserTest.java 41 final int profileId = createProfile(getPrimaryUserId());
44 installAppAsUser(TARGET_APK, profileId);
49 getDevice().startUser(profileId, /* wait */ true);
54 "test03_createShortuctsOnManagedProfile", profileId);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
EphemeralUserTest.java 67 int profileId = createManagedProfile(userId);
68 int flags = getUserFlags(profileId);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 223 * the contact's status until they have a profileId.
423 final long profileId = lookupProfile(resolver, serverId);
424 if (profileId <= 0) {
534 final long profileId = lookupProfile(resolver, userId);
537 if (profileId > 0) {
538 values.put(StatusUpdates.DATA_ID, profileId);
626 long profileId = 0;
632 profileId = c.getLong(ProfileQuery.COLUMN_ID);
639 return profileId;
    [all...]
  /device/generic/goldfish/ril/
ril.h     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h     [all...]

Completed in 234 milliseconds