HomeSort by relevance Sort by last modified time
    Searched full:relaunch (Results 1 - 25 of 59) sorted by null

1 2 3

  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerConfigChangeTests.java 45 // Should relaunch on every rotation and receive no onConfigurationChanged()
50 // Should receive onConfigurationChanged() on every rotation and no relaunch
66 // Should relaunch and receive no onConfigurationChanged()
67 testChangeFontScale(FONT_SCALE_ACTIVITY_NAME, true /* relaunch */);
72 // Should receive onConfigurationChanged() and no relaunch
73 testChangeFontScale(FONT_SCALE_NO_RELAUNCH_ACTIVITY_NAME, false /* relaunch */);
109 String activityName, boolean relaunch) throws Exception {
123 assertRelaunchOrConfigChanged(activityName, relaunch ? 1 : 0, relaunch ? 0 : 1,
ActivityManagerReplaceWindowTests.java 51 private void testReplaceWindow_Dock(boolean relaunch) throws Exception {
58 relaunch ? SLOW_CREATE_ACTIVITY_NAME : NO_RELAUNCH_ACTIVITY_NAME;
87 // For both relaunch and not relaunch case, we'd like the window to be kept.
ActivityManagerAppConfigurationTests.java 206 * Same as {@link #testSameConfigurationFullSplitFullRelaunch} but without relaunch.
244 // Resize docked stack to fullscreen size. This will trigger activity relaunch with
267 * Same as {@link #testSameConfigurationSplitFullSplitRelaunch} but without relaunch.
ActivityManagerPinnedStackTests.java 529 // Relaunch the activity to fullscreen to trigger the activity to exit and re-enter pip
552 // Relaunch the activity to fullscreen to trigger the activity to exit and re-enter pip
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 86 // Relaunch the activity
114 // Relaunch the activity
  /developers/samples/android/testing/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 86 // Relaunch the activity
114 // Relaunch the activity
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 203 // if we're a relaunch we may need to adjust button enable state
244 // Preserve the restore observer callback binder across activity relaunch
  /system/extras/tests/workloads/
systemapps.sh 221 relaunch=$?
232 printf "%-12s %5d %5d %5d %5d %5d(%d%%) %d/%d/%d\n" "$app" "$tdiff" "$t" "$relaunch" "$directReclaim" "$janks" "$jankPct" $l90 $l95 $l99
233 computeStats "$app" "$tdiff" "$relaunch" "$directReclaim" "$frames" "$janks" $l90 $l95 $l99
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatformDxe.uni 79 "1. Relaunch the FDT installation process :\r\n"
  /external/autotest/server/site_tests/network_FirewallHolePunchServer/
network_FirewallHolePunchServer.py 146 # Telemetry cannot relaunch a closed extension; logout and back in.
  /frameworks/native/libs/gui/include/gui/
SurfaceControl.h 123 // frozen. We use this in the WindowManager, in app shutdown/relaunch
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerTrampolineActivity.java 147 * Attempts to relaunch the last application that was started by the LensPicker and returns
  /packages/apps/Settings/src/com/android/settings/language/
LanguageAndInputSettings.java 78 // can change locale from here and fragment won't relaunch. Once language changes, title
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTests.java 189 @JankTest(/* NOTE: relaunch between loops */ beforeLoop = "openSlowNestedRecyclerView",
  /cts/tests/app/src/android/app/cts/
AspectRatioTests.java 201 // this activity if changing the orientation will cause a relaunch?
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 282 boolean deferRelaunchUntilPaused; // relaunch of activity is being deferred until pause is
284 boolean preserveWindowOnDeferredRelaunch; // activity windows are preserved on deferred relaunch
572 * the full relaunch is required.
574 * The activity will report to us vertical and horizontal thresholds after which a relaunch is
576 * example, if application has layout-w600dp resource directory, then it needs a relaunch when
    [all...]
ActivityManagerConstants.java 174 // is no longer considered to be a relaunch of the service.
TaskRecord.java 644 // We are about to relaunch the activity because its configuration changed due t
    [all...]
  /external/toybox/www/
oldnews.html 15 The following news entries predate that relaunch:</p>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooterImpl.java 361 // Relaunch settings so that the tuner disappears.
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivityUiState.java 29 * implements Parcelable and it's persisted across activity tear down and relaunch.
  /external/libxml2/doc/
upgrade.html 101 <li>remove your config.cache, relaunch your configuration mechanism, and
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 497 // happens for example when replacing windows during an activity relaunch. When
    [all...]
BoundsAnimationController.java 47 * change smoothly and not require the app to relaunch (e.g. because it handles resizes and
  /frameworks/base/core/java/android/app/
ActivityThread.java 287 // Because we merge activity relaunch operations we can't depend on the ordering provided by
289 // us to drop certain events, if we know that they happened before relaunch we already executed.
383 // Set for relaunch requests, indicates the order number of the relaunch operation, so it
    [all...]

Completed in 1401 milliseconds

1 2 3