Searched refs:stopped (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageUserState.java28 public boolean stopped; field in class:PackageUserState
45 stopped = o.stopped;
H A DIPackageManager.aidl251 * Set whether the given package should be considered stopped, making
252 * it not visible to implicit intents that filter out stopped packages.
254 void setPackageStoppedState(String packageName, boolean stopped, int userId);
H A DPackageParser.java3326 // // Whether the package has been stopped.
3617 if (state.stopped) {
3690 if (state.stopped) {
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java70 // Whether this package is currently stopped, thus can not be
242 return readUserState(userId).stopped;
246 modifyUserState(userId).stopped = stop;
257 void setUserState(int userId, int enabled, boolean installed, boolean stopped, argument
263 state.stopped = stopped;
H A DSettings.java108 private static final String ATTR_STOPPED = "stopped";
196 mStoppedPackagesFilename = new File(mSystemDir, "packages-stopped.xml");
197 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml");
434 // If this is not a system app, it starts out stopped.
455 true, // stopped,
822 mReadMessages.append("Reading from backup stopped packages file\n");
824 "Need to read from backup stopped packages file");
829 Slog.w(PackageManagerService.TAG, "Cleaning up stopped packages file "
841 mReadMessages.append("No stopped packages file found\n");
843 "No stopped package
2586 setPackageStoppedStateLPw(String packageName, boolean stopped, boolean allowedByPermission, int uid, int userId) argument
[all...]
H A DPackageManagerService.java4262 // This is probably because the system was stopped while
5498 // System apps are never considered stopped for purposes of
5696 // System apps are never considered stopped for purposes of
8991 true, //stopped
9759 public void setPackageStoppedState(String packageName, boolean stopped, int userId) { argument
9768 if (mSettings.setPackageStoppedStateLPw(packageName, stopped, allowedByPermission,
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java75 private boolean stopped() { method in class:SipWakeupTimer
77 if (DBG) log("Timer stopped");
152 if (stopped()) return;
178 if (stopped() || mEventQueue.isEmpty()) return;
208 if (stopped() || mEventQueue.isEmpty()) return;
256 if (stopped() || mEventQueue.isEmpty()) return;
/frameworks/av/include/media/
H A DAudioRecord.h206 bool stopped() const;
284 * If the track is stopped, obtainBuffer() returns
H A DAudioTrack.h255 * In static buffer mode, the track is stopped immediately.
260 * is first drained, mixed, and output, and only then is the track marked as stopped.
263 bool stopped() const;
265 /* Flush a stopped or paused track. All previously buffered data is discarded immediately.
268 * This function is a no-op if the track is not stopped or paused, or uses a static buffer.
359 * This method must be called with the AudioTrack in paused or stopped state.
372 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
386 * This method must be called with the AudioTrack in paused or stopped state.
391 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
431 * If the track is stopped, obtainBuffe
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java517 public void setStoppedState(IBinder token, boolean stopped) { argument
524 root.setStopped(stopped);
H A DViewRootImpl.java167 // Set to true if the owner of this window is in the stopped state,
916 void setStopped(boolean stopped) { argument
917 if (mStopped != stopped) {
918 mStopped = stopped;
919 if (!stopped) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java110 boolean stopped; // is activity pause finished? field in class:ActivityRecord
111 boolean delayedResume; // not yet resumed because of stopped app switches?
216 pw.print(" stopped="); pw.print(stopped);
352 stopped = false;
522 if (stopped) {
582 // device is sleeping, then all activities are stopped, so in that
H A DActivityStack.java108 // How long we wait for the activity to tell us it has stopped before
179 * List of activities that are ready to be stopped, but waiting
774 r.stopped = false;
789 + " (starting in stopped state)");
791 r.stopped = true;
903 // Make sure any stopped but visible activities are now sleeping.
1101 if (!r.stopped) {
1104 r.stopped = true;
1113 // Now that this process has stopped, we may want to consider
1485 + ": user " + next.userId + " is stopped");
[all...]
H A DActivityManagerService.java4554 TAG, "Activity stopped: token=" + token);
6613 + name + ": user " + userId + " is stopped");
6670 // Content provider is now in use, its package can't be stopped.
7107 // This package really, really can not be stopped.
7353 Slog.w(TAG, name + " request from " + callingUid + " stopped");
8347 // stopped, to avoid a situation where one will get
11421 // Backup agent is now in use, its package can't be stopped.
11863 // By default broadcasts do not go to stopped apps.
11882 + ": user " + userId + " is stopped");
14756 // Owner and current can't be stopped, bu
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java276 boolean stopped; field in class:ActivityThread.ActivityClientRecord
305 stopped = false;
2182 r.stopped = true;
2185 r.stopped = false;
2786 r.stopped = false;
3097 // Tell activity manager we have been stopped.
3099 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Reporting activity stopped: " + activity);
3142 if (!keepShown && r.stopped) {
3196 r.stopped = true;
3250 // stopped
[all...]
/frameworks/av/media/libmedia/
H A DSoundPool.cpp786 bool stopped; local
789 stopped = doStop_l();
792 if (stopped) {
H A DAudioRecord.cpp361 bool AudioRecord::stopped() const function in class:android::AudioRecord
H A DAudioTrack.cpp424 bool AudioTrack::stopped() const function in class:android::AudioTrack
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java385 * @return true if the movement completed, false if it was stopped prematurely.
547 final boolean stopped = !trackMotionScroll(dy, false);
549 if (!stopped && !mScroller.isFinished()) {
552 if (stopped) {
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp604 if (state->mAudioTrack->stopped()) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3034 // Check if the thread could be stopped.
3071 bool stopped = true; local
3078 pContext = (ManualEditContext*)videoEditClasses_getContext(&stopped, pEnv, thiz);
3086 videoEditJava_checkAndThrowIllegalStateException(&stopped, pEnv,
3090 if (stopped) {
3103 videoEditJava_checkAndThrowRuntimeException(&stopped, pEnv,
/frameworks/base/core/java/android/hardware/
H A DCamera.java85 * <li>After taking a picture, preview display will have stopped. To take more
1064 * {@link #startPreview()}). Preview will be stopped after the image is
1106 * OnZoomChangeListener} of the zoom value and whether zoom is stopped at
1128 * OnZoomChangeListener} to know when the zoom is actually stopped. This
1240 * @param stopped whether smooth zoom is stopped. If the value is true,
1244 void onZoomChange(int zoomValue, boolean stopped, Camera camera); argument

Completed in 1787 milliseconds