/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | VerificationActivity.java | 97 startServiceAsUser(intent, UserHandle.SYSTEM); in notifyKeyguardDismissed() 118 startServiceAsUser(intent, UserHandle.SYSTEM); in startInstallationService()
|
H A D | BootCompletedReceiver.java | 47 context.startServiceAsUser(startServiceIntent, UserHandle.SYSTEM); in onReceive()
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/ |
H A D | KeyChainSystemService.java | 111 getContext().startServiceAsUser(intent, user); in startServiceInBackgroundAsUser()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SystemUIService.java | 114 startServiceAsUser( in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/ |
H A D | UserInteractorTest.kt | 153 verify(spyContext, never()).startServiceAsUser(any(), any()) 162 verify(spyContext).startServiceAsUser(any(), any()) 688 verify(spyContext).startServiceAsUser(any(), eq(UserHandle.of(userInfos[1].id))) 996 verify(spyContext, never()).startServiceAsUser(any(), any())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskController.kt | 328 context.startServiceAsUser(intent, user)
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | SettingsInjector.java | 524 mContext.startServiceAsUser(intent, setting.mUserHandle); in startService()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
H A D | NoteTaskControllerTest.kt | 714 verify(context, never()).startServiceAsUser(any(), any()) 727 val intent = withArgCaptor { verify(context).startServiceAsUser(capture(), eq(user)) }
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 841 public @Nullable ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextWrapper 842 return mBase.startServiceAsUser(service, user); in startServiceAsUser()
|
H A D | Context.java | 3726 public abstract ComponentName startServiceAsUser(Intent service, UserHandle user); in startServiceAsUser() method in Context
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 618 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in MockContext
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
H A D | UserInteractor.kt | 664 applicationContext.startServiceAsUser(
|
/aosp14/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 2972 context.startServiceAsUser(intent, UserHandle.SYSTEM); in startOtherServices() 3340 context.startServiceAsUser(intent, UserHandle.SYSTEM); in startSystemUi()
|
/aosp14/frameworks/base/services/core/java/com/android/server/adb/ |
H A D | AdbDebuggingManager.java | 1579 if (mContext.startServiceAsUser(intent, userHandle) != null) { in startConfirmationService()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1916 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextImpl
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1594 HSPLandroid/app/ContextImpl;->startServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)La…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1594 HSPLandroid/app/ContextImpl;->startServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)La…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4711 Landroid/app/ContextImpl;->startServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Landr…
|