/cts/tests/tests/app/src/android/app/cts/ |
ActivityManager_RunningServiceInfoTest.java | 43 mRunningServiceInfo.restarting = 1l; 70 assertEquals(1l, values.restarting); 90 assertEquals(1l, values.restarting);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnn.java | 221 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { 222 super.onStartInput(attribute, restarting); 224 if (!restarting && mComposingText != null) { 230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { 231 super.onStartInputView(attribute, restarting);
|
OpenWnnEN.java | 310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { 311 super.onStartInputView(attribute, restarting); [all...] |
OpenWnnJAJP.java | 535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { 538 if (restarting) { 539 super.onStartInputView(attribute, restarting); 550 super.onStartInputView(attribute, restarting); [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 147 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { 148 super.onStartInput(attribute, restarting); 150 // Reset our state. We want to do this even if restarting, because 155 if (!restarting) { 257 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { 258 super.onStartInputView(attribute, restarting);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 403 boolean restarting) { 411 latinIme.onStartInputInternal(editorInfo, restarting); 416 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) { 421 if (mIsOrientationChanging && restarting) { 428 executePendingImsCallback(latinIme, editorInfo, restarting); 429 latinIme.onStartInputInternal(editorInfo, restarting); 434 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { 449 executePendingImsCallback(latinIme, editorInfo, restarting); 450 latinIme.onStartInputViewInternal(editorInfo, restarting); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
AccessibilityUtils.java | 241 * @param restarting Whether the connection is being restarted. 244 final boolean restarting) {
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 73 // Global variable do not get changed (without restarting script).
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 486 long activeSince = service.restarting == 0 ? service.activeSince : -1; [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 1459 public long restarting; field in class:ActivityManager.RunningServiceInfo [all...] |
/external/chromium_org/build/android/buildbot/ |
bb_device_status_check.py | 232 # Walk USB devices from leaves up (i.e reverse sorted) restarting the 241 print 'Error restarting USB device /dev/bus/usb/%s/%s' % (bus, dev)
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
traverse_math.js | 377 * restarting from the first, if necessary. 393 * restarting from the first, if necessary.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.sat4j.core_2.2.0.v20100429.jar | |
org.sat4j.pb_2.2.0.v20100429.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 368 self.restarting = False 448 if self.restarting: 450 self.restarting = True 490 self.restarting = False [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 368 self.restarting = False 448 if self.restarting: 450 self.restarting = True 490 self.restarting = False [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.core_2.3.5.v201308161310.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.sat4j.core_2.3.5.v20130525.jar | |
/frameworks/base/services/core/java/com/android/server/am/ |
ActiveServices.java | 85 // How long a service needs to be running until restarting its process 97 // The minimum amount of time between restarting services that we allow. 98 // That is, when multiple services are restarting, we won't allow each [all...] |
ActivityManagerService.java | [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ProcessStats.java | [all...] |