/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 224 // whenever this activity is resumed after a sub activity was invoked
|
/packages/apps/TV/src/com/android/tv/tuner/setup/ |
ScanFragment.java | 469 // If the fragment is not resumed, the next fragment (scan result page) can't be
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursor.java | 239 if (DEBUG) LogUtils.i(LOG_TAG, "[Resumed: %s]", this); 470 * @return true if we actually resumed, false if we're done or stopped 564 final boolean resumed = resumeCaching(); 565 if (resumed) { [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 217 // We never auto-correct when suggestions are resumed because it would be unexpected
|
SuggestedWords.java | 254 // KIND_RESUMED: A resumed suggestion (comes from a span, currently this type is used only
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dm-log-userspace.h | 134 * necessary to identify the log instance being resumed. There is no
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
dm-log-userspace.h | 139 * necessary to identify the log instance being resumed. There is no
|
/system/bt/stack/rfcomm/ |
port_utils.cc | 502 /* check if it can be resumed now */
|
/system/update_engine/ |
update_attempter_android.cc | 137 // can't be resumed.
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_defines.py | 591 NetworkCallbackResumed = "Resumed"
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
InstalledInstrumentationsTest.java | 238 * multiple times in case of resumed runs.
|
/external/strace/ |
strace.1 | 124 .IR resumed . 128 [pid 28772] <... select resumed> ) = 1 (in [3])
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 1243 "EAP-PEAP: No success data in resumed session - reject attempt"); 1251 "EAP-PEAP: Resumed session for another EAP type (%u) - reject attempt", [all...] |
eap_server_ttls.c | [all...] |
/frameworks/support/fragment/java/android/support/v4/app/ |
FragmentActivity.java | 443 * fragments attached to the activity are <em>not</em> resumed. This means 471 * where its fragments are resumed. Be sure to always call through to [all...] |
FragmentManager.java | [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
Exchanger.java | 531 * it is resumed for thread scheduling purposes and receives the object 576 * it is resumed for thread scheduling purposes and receives the object
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
VoicemailPlaybackPresenter.java | 353 /** Must be invoked when the parent activity is resumed. */ 683 LogUtil.d("VoicemailPlaybackPresenter.resumePlayback", "resumed playback at %d.", mPosition); [all...] |
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 730 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt); [all...] |
/system/nfc/src/gki/ulinux/ |
gki_ulinux.c | 696 GKI_TRACE_4("GKI_wait %d %x %d %x resumed", rtask, flag, timeout, evt); [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 442 sb.append("resumed=").append(activity.mResumed); [all...] |
Activity.java | 267 * can frequently go between the resumed and paused states -- for example when 358 * the next activity will not be resumed until this method returns. 369 * another activity has been resumed and is covering this one. This [all...] |
/art/runtime/ |
debugger.cc | 2484 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); local 3726 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, local 4050 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); local [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
AppWindowToken.java | 640 * @param cleanupOnResume whether this is done when app is resumed without fully stopped. If 658 * Notify that the app is now resumed, and it was not stopped before, perform a clean 665 // Allow the window to turn the screen on once the app is resumed again. [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaControlIntent.java | [all...] |