Searched refs:createBaseIntent (Results 1 – 5 of 5) sorted by relevance
41 private fun createBaseIntent(): Intent? { in createBaseIntent() method49 return createBaseIntent()?.appendSpaParams( in SettingsPage()58 return createBaseIntent()?.appendSpaParams( in SettingsEntry()
157 private static final Intent createBaseIntent() { in createBaseIntent() method in UnlaunchableAppActivity165 Intent intent = createBaseIntent(); in createInQuietModeDialogIntent()
153 public static Intent createBaseIntent(@LaunchReason int launchReason) { in createBaseIntent() method in SetScreenLockDialogActivity
309 Intent intent = createBaseIntent(Intent.ACTION_APPLICATION_LOCALE_CHANGED, in notifyRegisteredReceivers()328 Intent intent = createBaseIntent(Intent.ACTION_APPLICATION_LOCALE_CHANGED, in notifyInstallerOfAppWhoseLocaleChanged()342 Intent intent = createBaseIntent(Intent.ACTION_LOCALE_CHANGED, appPackageName, locales); in notifyAppWhoseLocaleChanged()349 static Intent createBaseIntent(String intentAction, String appPackageName, in createBaseIntent() method in LocaleManagerService
1786 .createBaseIntent(LAUNCH_REASON_DISABLE_QUIET_MODE); in requestQuietModeEnabled()