HomeSort by relevance Sort by last modified time
    Searched defs:getProfiles (Results 1 - 25 of 43) sorted by null

1 2

  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
Compat.java 27 public static List<UserHandle> getProfiles(Context context) {
29 return context.getSystemService(LauncherApps.class).getProfiles();
  /packages/apps/Settings/src/com/android/settings/applications/
UserManagerWrapper.java 32 List<UserInfo> getProfiles(int userHandle);
UserManagerWrapperImpl.java 42 public List<UserInfo> getProfiles(int userHandle) {
43 return mUserManager.getProfiles(userHandle);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowUserManager.java 51 public List<UserInfo> getProfiles(@UserIdInt int userHandle) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ProfileManager.java 150 public ArrayList<PeripheralProfile> getProfiles() { return mProfiles; }
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 282 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDetailsProfilesController.java 194 private List<LocalBluetoothProfile> getProfiles() {
246 for (LocalBluetoothProfile profile : getProfiles()) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockSystemServices.java 182 when(userManager.getProfiles(anyInt())).thenAnswer(
185 return getProfiles(userId12);
191 List<UserInfo> profiles = getProfiles(userId13);
228 private List<UserInfo> getProfiles(int userId) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 352 for (LocalBluetoothProfile profile :getProfiles()) {
602 public List<LocalBluetoothProfile> getProfiles() {
844 for (LocalBluetoothProfile profile : getProfiles()) {
861 for (LocalBluetoothProfile profile : getProfiles()) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 71 * {@link #getProfiles}. This is mainly for use by launchers.
81 * main profile. Apps can only access profiles returned by {@link #getProfiles()}.
428 public List<UserHandle> getProfiles() {
    [all...]
  /frameworks/base/core/java/android/os/
UserManager.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/
maven-invoker-2.0.11.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 593 public List<UserInfo> getProfiles(int userId, boolean enabledOnly) {
    [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-profile-2.2.1.jar 
maven-settings-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/
maven-profile-2.2.1.jar 

Completed in 1958 milliseconds

1 2