Home
last modified time | relevance | path

Searched defs:launcher (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_timeout_test/
H A Dability_timeout_test.cpp227 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
283 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
346 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
410 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
474 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
536 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
600 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
654 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
719 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
782 auto launcher = AbilityRecord::CreateAbilityRecord(abilityRequest); variable
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DBaseActionDisabledByAdminController.java42 public final void initialize(ActionDisabledLearnMoreButtonLauncher launcher) { in initialize()
H A DActionDisabledByAdminController.java36 void initialize(ActionDisabledLearnMoreButtonLauncher launcher); in initialize()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutUser.java173 private void addLauncher(ShortcutLauncher launcher) { in addLauncher()
176 launcher.getPackageName()), launcher); in addLauncher() local
469 public void setCachedLauncher(String launcher) { in setCachedLauncher()
572 ShortcutLauncher launcher = mLaunchers.valueAt(i); in dump() local
H A DShortcutRequestPinProcessor.java466 final ShortcutLauncher launcher = mService.getLauncherShortcutsLocked( in directPinShortcut() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp483 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOn() local
602 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOff() local
702 auto launcher = GetLauncherService(); in InnerJSGetAllLauncherAbilityInfos() local
800 auto launcher = GetLauncherService(); in InnerJSGetLauncherAbilityInfos() local
911 auto launcher = GetLauncherService(); in InnerJSGetShortcutInfos() local
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorActivity.kt155 val launcher = rememberLauncherForActivityResult( regex
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto339 optional Launcher launcher = 70; field