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

1 2 3 4 5 6 7 8 910

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 140 @Override public void onStartInput(EditorInfo attribute, boolean restarting) {
141 super.onStartInput(attribute, restarting);
143 if (!restarting && mComposingText != null) {
149 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
150 super.onStartInputView(attribute, restarting);
  /cts/tests/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 47 mRunningServiceInfo.restarting = 1l;
89 assertEquals(1l, values.restarting);
114 assertEquals(1l, values.restarting);
  /external/chromium/chrome/common/
switch_utils.cc 14 // or if it does not make sense when restarting a background instance to
  /external/e2fsprogs/tests/f_illitable_flexbg/
expect.1 14 Restarting e2fsck from the beginning...
  /frameworks/base/tests/backup/
test_backup_common.sh 27 echo -n "Restarting adb as root..."
  /frameworks/base/include/private/media/
AudioTrackShared.h 29 // Maximum cumulated timeout milliseconds before restarting audioflinger thread
85 uint16_t bufferTimeoutMs; // Maximum cumulated timeout before restarting audioflinger
  /external/e2fsprogs/tests/f_illitable/
expect.1 15 Restarting e2fsck from the beginning...
  /external/e2fsprogs/tests/f_misstable/
expect.1 8 Restarting e2fsck from the beginning...
  /external/quake/src/com/android/quake/
QuakeViewNoData.java 56 canvas.drawText("Try stopping and restarting the simulator.",
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 50 <p>However, you might encounter a situation in which restarting your application and
61 <p>Prevent the system from restarting your activity during certain configuration
70 <p>If restarting your activity requires that you recover large sets of data, re-establish a network
148 itself, which prevents the system from restarting your activity.</p>
185 reset elements of your UI without the system restarting your activity.</p>
246 there are other configuration changes that you cannot prevent from restarting your application, but
  /external/dnsmasq/contrib/openvpn/
README 24 > restarting networking and dnsmasq doesn't solve the problem. Perhaps
  /external/dropbear/debian/
dropbear.init 46 echo -n "Restarting $DESC: "
  /external/e2fsprogs/tests/f_lotsbad/
expect.1 27 Restarting e2fsck from the beginning...
  /external/v8/test/mjsunit/
debug-liveedit-newsource.js 65 // Global variable do not get changed (without restarting script).
  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 29 <string name="recognition_error" msgid="1807947152844267364">"You can also try restarting your phone."</string>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 64 * SA_RESTART flag to get restarting signals (which were the default long ago)
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListActivity.java 113 * total count of all tests, and the index of the first test to run after restarting.
157 * the activity from restarting on orientation change.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 175 * @param restarting Whether the connection is being restarted.
177 public void onStartInputViewInternal(EditorInfo attribute, boolean restarting) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 420 boolean restarting) {
426 latinIme.onStartInputInternal(attribute, restarting);
430 public void onStartInput(EditorInfo attribute, boolean restarting) {
435 if (mIsOrientationChanging && restarting) {
441 executePendingImsCallback(latinIme, attribute, restarting);
442 latinIme.onStartInputInternal(attribute, restarting);
446 public void onStartInputView(EditorInfo attribute, boolean restarting) {
459 executePendingImsCallback(latinIme, attribute, restarting);
460 latinIme.onStartInputViewInternal(attribute, restarting);
698 public void onStartInput(EditorInfo attribute, boolean restarting) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 38 * activity then needs to be stopped, upon restarting it will receive its
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 52 // . the user is effectively restarting the app, so that returning them to
  /external/chromium/net/proxy/
init_proxy_resolver.h 101 // Tries restarting using the next fallback PAC URL:
  /external/kernel-headers/original/asm-arm/
signal.h 84 * SA_RESTART flag to get restarting signals (which were the default long ago)
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 25 * after a given time, dealing correctly with restarting the timeout.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ISettingsPage.java 50 * Setting to ask for permission before restarting ADB.

Completed in 7626 milliseconds

1 2 3 4 5 6 7 8 910