HomeSort by relevance Sort by last modified time
    Searched defs:onResume (Results 226 - 249 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 447 public void onResume() {
448 super.onResume();
    [all...]
MessageList.java 312 public void onResume() {
313 super.onResume();
836 * Only when the user explicitly opens the mailbox (not onResume, for example)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java     [all...]
InCallScreen.java 218 // functions we call from onCreate() and/or onResume().
231 private InCallInitStatus mInCallInitialStatus; // see onResume()
608 // No need to change wake state here; that happens in onResume() when we
621 // handle it in onResume().
627 // See onResume() for the actual error handling.
659 protected void onResume() {
660 if (DBG) log("onResume()...");
661 super.onResume();
686 if (DBG) log("- onResume: initial status = " + mInCallInitialStatus);
688 if (DBG) log("- onResume: failure during startup: " + mInCallInitialStatus)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RunningServices.java     [all...]
  /development/apps/Term/src/com/android/term/
Term.java 367 public void onResume() {
368 super.onResume();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridLayer.java     [all...]
MediaFeed.java 423 onResume();
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 355 * through the full initialization including {@link Activity#onResume} and
    [all...]
Activity.java 184 * {@link android.app.Activity#onResume} until a corresponding call to
211 * protected void onResume();
257 * <p>Followed by <code>onResume()</code> if the activity comes
260 * <td align="center"><code>onResume()</code> or <code>onStop()</code></td>
264 * <th align="left" border="0">{@link android.app.Activity#onResume onResume()}</th>
279 * <p>Followed by either <code>onResume()</code> if the activity
283 * <td align="center"><code>onResume()</code> or<br>
336 * <code>onResume()</code>.</p>
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatSwitcher.java 596 public void onResume() {
ChatView.java 394 public void onResume(){
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 743 protected void onResume() {
744 super.onResume();
746 Log.v(LOGTAG, "BrowserActivity.onResume: this=" + this);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 391 // onResume.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 608 // When mDefaultMode is true the mode is set in onResume(), since the preferneces
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 560 protected void onResume() {
561 super.onResume();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 496 // true if onPause has been called (and not onResume)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 998 milliseconds

1 2 3 4 5 6 7 8 910