Home
last modified time | relevance | path

Searched defs:shortcutManager (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/
DShortcutLoaderTest.kt167 val shortcutManager = in test_loadShortcutsWithShortcutManager_resultIntegrity() constant
220 val shortcutManager = in test_appPredictorReturnsEmptyList_fallbackToShortcutManager() constant
279 val shortcutManager = in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager() constant
337 val shortcutManager = in test_appPredictorNotResponding_noCallbackFromShortcutLoader() constant
411 val shortcutManager = in test_appPredictorResponding_appPredictorTimeoutJobIsCancelled() constant
491 val shortcutManager = in test_ShortcutLoader_noResultsWithoutAppTargets() constant
545 val shortcutManager = mock<ShortcutManager>() in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult() constant
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java99 ShortcutManager shortcutManager = getShortcutManager(context); in refresh() local
153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local
210 ShortcutManager shortcutManager = getShortcutManager(context); in applyDelta() local
DPinnedShortcuts.java97 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refresh() local
151 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in applyDelta() local
DShortcutUsageReporter.java96 ShortcutManager shortcutManager = in doInBackground() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/notetask/shortcut/
DCreateNoteTaskShortcutActivity.java25 private final android.content.pm.ShortcutManager shortcutManager = null; field in CreateNoteTaskShortcutActivity
30 android.content.pm.ShortcutManager shortcutManager) { in CreateNoteTaskShortcutActivity()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/
H A DCreateBubbleShortcutActivity.kt44 val shortcutManager = getSystemService(ShortcutManager::class.java) in createShortcut() constant
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DLauncherAppsTest.java78 ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in addDynamicShortcuts() local
85 ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in removeAllDynamicShortcuts() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DRemoteInputViewControllerImpl.java39 private final android.content.pm.ShortcutManager shortcutManager = null; field in RemoteInputViewControllerImpl
66 android.content.pm.ShortcutManager shortcutManager, @org.jetbrains.annotations.NotNull() in RemoteInputViewControllerImpl()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DSystemServices.kt107 fun shortcutManager(@ApplicationContext ctx: Context): ShortcutManager { in shortcutManager() method in com.android.intentresolver.inject.ShortcutManagerModule
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/notetask/
DNoteTaskController.java49 private final android.content.pm.ShortcutManager shortcutManager = null; field in NoteTaskController
98 android.content.pm.ShortcutManager shortcutManager, @org.jetbrains.annotations.NotNull() in NoteTaskController()
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
H A DNotificationController.java532 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in postGroupNotificationWithConversationStyle() local
950 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in postConversationNotification() local
999 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in postConversationNotification() local
1044 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in createBubbleNotificationPostBuilder() local
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DInternalLeakCanary.kt215 val shortcutManager = application.getSystemService(ShortcutManager::class.java) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DCVE_2024_31314.java51 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in testPocCVE_2024_31314() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/inject/
DShortcutManagerModule.java34 …public final android.content.pm.ShortcutManager shortcutManager(@dagger.hilt.android.qualifiers.Ap… in shortcutManager() method in ShortcutManagerModule
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40092/src/android/security/cts/CVE_2023_40092/
H A DDeviceTest.java91 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in testPocCVE_2023_40092() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
H A DCreateNoteTaskShortcutActivity.kt43 private val shortcutManager: ShortcutManager, constant in com.android.systemui.notetask.shortcut.CreateNoteTaskShortcutActivity
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
H A DPocService.java74 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in onStartCommand() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DBubblesVerifierActivity.java330 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in updateViewForCompletionSummary() local
1011 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcuts() local
/aosp_15_r20/development/samples/StartingWindow/src/com/example/android/startingwindow/
H A DCustomizeExitActivity.java181 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcut() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/
DSettingsInitialize.java137 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowShortcutManagerTest.java40 private ShortcutManager shortcutManager; field in ShadowShortcutManagerTest
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt117 private val shortcutManager: ShortcutManager, in onSendRemoteInput() constant in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java195 ShortcutManager shortcutManager, in bindNotification()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java124 ShortcutManager shortcutManager, JobScheduler jobScheduler) { in DynamicShortcuts()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DSplashscreenTests.java508 final ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in testShortcutChangeTheme() local

123