/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/ |
D | ShortcutLoaderTest.kt | 167 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/ |
D | DynamicShortcuts.java | 99 ShortcutManager shortcutManager = getShortcutManager(context); in refresh() local 153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local 210 ShortcutManager shortcutManager = getShortcutManager(context); in applyDelta() local
|
D | PinnedShortcuts.java | 97 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refresh() local 151 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in applyDelta() local
|
D | ShortcutUsageReporter.java | 96 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/ |
D | CreateNoteTaskShortcutActivity.java | 25 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 D | CreateBubbleShortcutActivity.kt | 44 val shortcutManager = getSystemService(ShortcutManager::class.java) in createShortcut() constant
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
H A D | LauncherAppsTest.java | 78 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/ |
D | RemoteInputViewControllerImpl.java | 39 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/ |
D | SystemServices.kt | 107 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/ |
D | NoteTaskController.java | 49 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 D | NotificationController.java | 532 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 D | InternalLeakCanary.kt | 215 val shortcutManager = application.getSystemService(ShortcutManager::class.java) in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | CVE_2024_31314.java | 51 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/ |
D | ShortcutManagerModule.java | 34 …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 D | DeviceTest.java | 91 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 D | CreateNoteTaskShortcutActivity.kt | 43 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 D | PocService.java | 74 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in onStartCommand() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | BubblesVerifierActivity.java | 330 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 D | CustomizeExitActivity.java | 181 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcut() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/ |
D | SettingsInitialize.java | 137 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowShortcutManagerTest.java | 40 private ShortcutManager shortcutManager; field in ShadowShortcutManagerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewController.kt | 117 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 D | NotificationConversationInfo.java | 195 ShortcutManager shortcutManager, in bindNotification()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 124 ShortcutManager shortcutManager, JobScheduler jobScheduler) { in DynamicShortcuts()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
H A D | SplashscreenTests.java | 508 final ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in testShortcutChangeTheme() local
|