Home
last modified time | relevance | path

Searched defs:addUser (Results 1 – 25 of 117) sorted by relevance

12345

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DAppHibernationServiceTest.java499 private UserInfo addUser(int userId) throws RemoteException { in addUser() method in AppHibernationServiceTest
506 private UserInfo addUser(int userId, String[] packageNames) throws RemoteException { in addUser() method in AppHibernationServiceTest
517 private UserInfo addUser(int userId, List<PackageInfo> userPackages) throws RemoteException { in addUser() method in AppHibernationServiceTest
/aosp_15_r20/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/data/repository/
DFakeUserRepository.kt33 fun addUser(user: User, available: Boolean) { in <lambda>() method
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DInstruction.cpp72 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() function in llvm::mca::WriteState
85 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser() function in llvm::mca::WriteState
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() function in llvm::mca::WriteState
84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser() function in llvm::mca::WriteState
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/data/repository/
DFakeUserRepositoryTest.kt43 fun addUser() = runTest { in <lambda>() method in com.android.intentresolver.data.repository.FakeUserRepositoryTest
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
H A DIAutoUsersSettingsHelper.java26 void addUser(); in addUser() method
H A DIAutoUserHelper.java26 void addUser(); in addUser() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DTLSVariableHoist.h96 void addUser(Instruction *Inst, unsigned Idx) { in addUser() function
DConstantHoisting.h93 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DTLSVariableHoist.h96 void addUser(Instruction *Inst, unsigned Idx) { in addUser() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DTLSVariableHoist.h96 void addUser(Instruction *Inst, unsigned Idx) { in addUser() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DTLSVariableHoist.h96 void addUser(Instruction *Inst, unsigned Idx) { in addUser() function
DConstantHoisting.h93 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h96 void addUser(Instruction *Inst, unsigned Idx) { in addUser() function
H A DConstantHoisting.h92 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java281 public File addUser(int userId, int flags, String type) { in addUser() method in MockSystemServices
285 public File addUser(int userId, int flags, String type, int profileGroupId) { in addUser() method in MockSystemServices
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DComdat.cpp30 void Comdat::addUser(GlobalObject *GO) { Users.insert(GO); } in addUser() function in Comdat
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/
DUserLifecycleEventFilter.java174 public Builder addUser(@NonNull UserHandle userHandle) { in addUser() method in UserLifecycleEventFilter.Builder
/aosp_15_r20/external/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h70 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java343 private UserInfo addUser() { in addUser() method in UserManagerServiceCreateProfileTest
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java53 public void addUser(int userId) { in addUser() method in TestSystemImpl
/aosp_15_r20/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
H A DSettingUserHelperImpl.java88 public void addUser() { in addUser() method in SettingUserHelperImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h93 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h93 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() function
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBatteryUsageStatsQuery.java297 public Builder addUser(@NonNull UserHandle userHandle) { in addUser() method in BatteryUsageStatsQuery.Builder

12345