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

  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 114 protected int getPrimaryUserId() throws DeviceNotAvailableException {
115 return getDevice().getPrimaryUserId();
186 getDevice().switchUser(getPrimaryUserId());
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 487 public Integer getPrimaryUserId() throws DeviceNotAvailableException;
NativeDevice.java     [all...]
  /frameworks/base/services/core/java/com/android/server/net/watchlist/
WatchlistLoggingHandler.java 101 mPrimaryUserId = getPrimaryUserId();
139 private int getPrimaryUserId() {
202 mPrimaryUserId = getPrimaryUserId();

Completed in 121 milliseconds