Home
last modified time | relevance | path

Searched defs:launcherApps (Results 1 – 25 of 163) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DMultiInstanceHelperTest.kt53 val launcherApps = mock<LauncherApps>() in getShortcutComponent_nullShortcuts() constant
62 val launcherApps = mock<LauncherApps>() in getShortcutComponent_noShortcuts() constant
73 val launcherApps = mock<LauncherApps>() in getShortcutComponent_validShortcut() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DConversationNotificationProcessor.java36 private final android.content.pm.LauncherApps launcherApps = null; field in ConversationNotificationProcessor
41 public ConversationNotificationProcessor(@org.jetbrains.annotations.NotNull() in ConversationNotificationProcessor()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DLauncherAppsTest.java98 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
114 LauncherApps launcherApps = contextAsUser.getSystemService(LauncherApps.class); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.java17 private final android.content.pm.LauncherApps launcherApps = null; field in BubbleVolatileRepository
30 public BubbleVolatileRepository(@org.jetbrains.annotations.NotNull() in BubbleVolatileRepository()
/aosp_15_r20/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DSettingsAwareViewCapture.kt74 val launcherApps = context.getSystemService(LauncherApps::class.java) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/
DBubbleDataRepository.java24 private final android.content.pm.LauncherApps launcherApps = null; field in BubbleDataRepository
39 public BubbleDataRepository(@org.jetbrains.annotations.NotNull() in BubbleDataRepository()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/common/
DMultiInstanceHelper.java64 android.content.pm.LauncherApps launcherApps) { in getShortcutComponent()
101 android.content.pm.LauncherApps launcherApps) { in getShortcutComponent()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
H A DCommunalAppWidgetHostView.kt109 val launcherApps = context.getSystemService(LauncherApps::class.java) in setShouldBlockVisibilityChanges() constant
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/model/
DWorkspaceItemProcessor.java59 private final android.content.pm.LauncherApps launcherApps = null; field in WorkspaceItemProcessor
97 android.content.pm.LauncherApps launcherApps, @org.jetbrains.annotations.NotNull() in WorkspaceItemProcessor()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
H A DLauncherCallbackTestsService.java142 LauncherApps launcherApps = (LauncherApps) getSystemService( in setup() local
158 LauncherApps launcherApps = (LauncherApps) getSystemService( in teardown() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepositoryTest.kt128 private val launcherApps = mock<LauncherApps>() constant in com.android.wm.shell.bubbles.BubbleDataRepositoryTest
/aosp_15_r20/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
H A DTestActivity.java563 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in awaitLauncherAppsCallback() local
790 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendIsActivityEnabled() local
803 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendGetSuspendedPackageLauncherExtras() local
1016 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in sendLauncherAppsShouldHideFromSuggestions() local
1125 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in awaitLauncherAppsSessionCallback() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java96 ShortcutHelper(LauncherApps launcherApps, ShortcutListener listener, in ShortcutHelper()
105 void setLauncherApps(LauncherApps launcherApps) { in setLauncherApps()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DSystemServices.kt82 fun launcherApps(@ApplicationContext ctx: Context): LauncherApps = ctx.requireSystemService() in devicePolicyManager() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/icon/
DIconManager.java47 private final android.content.pm.LauncherApps launcherApps = null; field in IconManager
75 android.content.pm.LauncherApps launcherApps, @org.jetbrains.annotations.NotNull() in IconManager()
/aosp_15_r20/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
H A DLauncherAppsEnumerationTests.java318 final LauncherApps launcherApps = sContext.getSystemService(LauncherApps.class); in sessionCallback_sessionOwner_canSeeSession() local
432 final LauncherApps launcherApps = sContext.getSystemService(LauncherApps.class); in getAllPkgInstallerSessions_sessionOwner_canSeeSessions() local
/aosp_15_r20/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockViewController.kt80 private val launcherApps = userContext.getSystemService<LauncherApps>() in <lambda>() constant
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/
DAppGridRepository.kt204 val launcherApps = launcherActivities.getAllLauncherActivities().map { in getAllLauncherAndMediaApps() constant
/aosp_15_r20/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java290 public Builder(ShortcutInfo info, LauncherApps launcherApps) { in Builder()
300 public Builder(ConversationChannel channel, LauncherApps launcherApps) { in Builder()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java298 LauncherApps launcherApps, UserManager userManager, in getSortedTiles()
313 public static PeopleSpaceTile getTile(ConversationChannel channel, LauncherApps launcherApps) { in getTile()
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/inject/
DLauncherAppsModule.java34 …public final android.content.pm.LauncherApps launcherApps(@dagger.hilt.android.qualifiers.Applicat… in launcherApps() method in LauncherAppsModule
/aosp_15_r20/cts/hostsidetests/packagemanager/installedloadingprogess/apps/src/com/android/tests/loadingprogress/registerapp/
H A DMainActivity.java56 final LauncherApps launcherApps = getApplicationContext().getSystemService( in onCreate() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/android/content/pm/
H A DLauncherAppsKosmos.kt22 val Kosmos.launcherApps by Kosmos.Fixture { mock<LauncherApps>() } in <lambda>() constant
/aosp_15_r20/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
H A DShortcutConfirmPin.java45 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in onCreate() local
/aosp_15_r20/cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
H A DAppWidgetConfirmPin.java38 final LauncherApps launcherApps = getSystemService(LauncherApps.class); in onCreate() local

1234567