HomeSort by relevance Sort by last modified time
    Searched defs:onPause (Results 151 - 175 of 180) sorted by null

1 2 3 4 5 67 8

  /packages/apps/Phone/src/com/android/phone/
CellBroadcastSms.java 442 protected void onPause() {
443 super.onPause();
CallFeaturesSetting.java 371 public void onPause() {
372 super.onPause();
    [all...]
InCallScreen.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 350 public void onPause() {
351 super.onPause();
353 Log.i(TAG, "[RadioInfo] onPause: unregister phone & data intents");
    [all...]
TextToSpeechSettings.java 158 protected void onPause() {
159 super.onPause();
    [all...]
RunningServices.java     [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 121 protected void onPause() {
126 super.onPause();
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 438 protected void onPause() {
442 super.onPause();
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
LockScreen.java 654 public void onPause() {
PatternUnlockScreen.java 438 public void onPause() {
SimUnlockScreen.java 114 public void onPause() {
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 563 public void onPause() {
564 super.onPause();
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 653 protected void onPause() {
654 super.onPause();
660 // onPause and it is annoying to users.
764 // The fact that surfaceChanged is called _after_ an onPause appears
    [all...]
Camera.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 472 public void onPause() {
473 super.onPause();
512 // the cursor was closed in onPause()
    [all...]
MessageList.java 306 public void onPause() {
307 super.onPause();
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridLayer.java     [all...]
MediaFeed.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 573 protected void onPause() {
574 super.onPause();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatView.java 408 public void onPause(){
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 93 * <li> {@link #onPause} is where you deal with the user leaving your
185 * {@link android.app.Activity#onPause}. During this time the activity is
198 * {@link android.app.Activity#onPause} to commit changes to data and
213 * protected void onPause();
268 * <p>Always followed by <code>onPause()</code>.</td>
270 * <td align="center"><code>onPause()</code></td>
273 * <tr><th align="left" border="0">{@link android.app.Activity#onPause onPause()}</th>
319 * {@link #onPause} method to write any persistent data (such as user edits)
328 * persistent data in {@link #onPause} instead of {@link #onSaveInstanceState
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 496 // true if onPause has been called (and not onResume)
    [all...]

Completed in 299 milliseconds

1 2 3 4 5 67 8