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

/frameworks/base/core/java/android/content/pm/
H A DPackageUserState.java28 public boolean stopped; field in class:PackageUserState
48 stopped = o.stopped;
H A DIPackageManager.aidl295 * Set whether the given package should be considered stopped, making
296 * it not visible to implicit intents that filter out stopped packages.
298 void setPackageStoppedState(String packageName, boolean stopped, int userId);
H A DPackageParser.java4276 // // Whether the package has been stopped.
4619 if (state.stopped) {
4697 if (state.stopped) {
4719 if (state.stopped) {
/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/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java102 // Whether this package is currently stopped, thus can not be
291 return readUserState(userId).stopped;
295 modifyUserState(userId).stopped = stop;
322 void setUserState(int userId, int enabled, boolean installed, boolean stopped, argument
329 state.stopped = stopped;
H A DSettings.java156 private static final String ATTR_STOPPED = "stopped";
277 mStoppedPackagesFilename = new File(mSystemDir, "packages-stopped.xml");
278 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml");
545 // If this is not a system app, it starts out stopped.
568 true, // stopped,
1045 mReadMessages.append("Reading from backup stopped packages file\n");
1047 "Need to read from backup stopped packages file");
1052 Slog.w(PackageManagerService.TAG, "Cleaning up stopped packages file "
1064 mReadMessages.append("No stopped packages file found\n");
1066 "No stopped package
3229 setPackageStoppedStateLPw(String packageName, boolean stopped, boolean allowedByPermission, int uid, int userId) argument
[all...]
H A DPackageManagerService.java5638 // This is probably because the system was stopped while
7389 // System apps are never considered stopped for purposes of
7608 // System apps are never considered stopped for purposes of
7832 // System apps are never considered stopped for purposes of
11279 true, //stopped
12278 public void setPackageStoppedState(String packageName, boolean stopped, int userId) { argument
12287 if (mSettings.setPackageStoppedStateLPw(packageName, stopped, allowedByPermission,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java217 boolean stopped = mContext.stopService(new Intent().setComponent(mServiceName));
218 if (mDebug) Log.d(mTag, " stopped=" + stopped);
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java516 public void setStoppedState(IBinder token, boolean stopped) { argument
522 root.setStopped(stopped);
H A DViewRootImpl.java171 // Set to true if the owner of this window is in the stopped state,
956 void setStopped(boolean stopped) { argument
957 if (mStopped != stopped) {
958 mStopped = stopped;
959 if (!stopped) {
3610 // has stopped. This could be an event that came back from the previous stage
3611 // but the window has lost focus or stopped in the meantime.
/frameworks/av/include/media/
H A DAudioRecord.h239 bool stopped() const;
330 * If the track buffer is empty and track is stopped, obtainBuffer() returns WOULD_BLOCK
332 * If the track buffer is empty and track is not stopped, obtainBuffer() blocks with a
387 * AudioRecord was stopped during the read
456 // Current client state: false = stopped, true = active. Protected by mLock. If more states
H A DAudioTrack.h302 * In static buffer mode, the track is stopped immediately.
306 * is first drained, mixed, and output, and only then is the track marked as stopped.
309 bool stopped() const;
311 /* Flush a stopped or paused track. All previously buffered data is discarded immediately.
314 * This function is a no-op if the track is not stopped or paused, or uses a static buffer.
418 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
446 * This method must be called with the AudioTrack in paused or stopped state.
451 * - INVALID_OPERATION: the AudioTrack is not stopped or paused, or is streaming mode.
494 * If the track buffer is full and track is stopped, obtainBuffer() returns WOULD_BLOCK
496 * If the track buffer is full and track is not stopped, obtainBuffe
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java148 boolean stopped; // is activity pause finished? field in class:ActivityRecord
149 boolean delayedResume; // not yet resumed because of stopped app switches?
271 pw.print(" stopped="); pw.print(stopped);
403 stopped = false;
595 if (stopped) {
654 // device is sleeping, then all activities are stopped, so in that
1092 || this == task.stack.mPausingActivity || !haveState || !stopped) {
H A DActivityStack.java108 // How long we wait for the activity to tell us it has stopped before
643 r.stopped = false;
728 // Make sure any stopped but visible activities are now sleeping.
926 if (!r.stopped) {
929 r.stopped = true;
1559 + ": user " + next.userId + " is stopped");
1633 // If the most recent activity was noHistory but was only stopped rather
1634 // than stopped+finished because the device went to sleep, we need to make
1676 // considered stopped.
1872 next.stopped
[all...]
H A DActivityStackSupervisor.java209 /** List of activities that are ready to be stopped, but waiting for the next activity to
1242 + " (starting in stopped state)");
1244 r.stopped = true;
1503 // This is the second allowed switch since we stopped switches,
2428 // Now that this process has stopped, we may want to consider
2986 if (r.visible || !r.stopped || !r.haveState
H A DActivityManagerService.java6320 if (localLOGV) Slog.v(TAG, "Activity stopped: token=" + token);
9330 + name + ": user " + userId + " is stopped");
9396 // Content provider is now in use, its package can't be stopped.
9398 checkTime(startTime, "getContentProviderImpl: before set stopped state");
9401 checkTime(startTime, "getContentProviderImpl: after set stopped state");
9923 // This package really, really can not be stopped.
10220 Slog.w(TAG, name + " request from " + sourceUid + " stopped");
12540 pw.println("Association tracking stopped.");
15386 // Backup agent is now in use, its package can't be stopped.
15834 // By default broadcasts do not go to stopped app
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java295 boolean stopped; field in class:ActivityThread.ActivityClientRecord
322 stopped = false;
2286 r.stopped = true;
2289 r.stopped = false;
2981 r.stopped = false;
3293 // Tell activity manager we have been stopped.
3295 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Reporting activity stopped: " + activity);
3337 if (!keepShown && r.stopped) {
3385 r.stopped = true;
3439 // stopped
[all...]
/frameworks/av/media/libmedia/
H A DSoundPool.cpp799 bool stopped; local
802 stopped = doStop_l();
805 if (stopped) {
H A DAudioRecord.cpp338 bool AudioRecord::stopped() const function in class:android::AudioRecord
665 // Non-blocking if track is stopped
H A DAudioTrack.cpp554 bool AudioTrack::stopped() const function in class:android::AudioTrack
1341 // Non-blocking if track is stopped or paused
/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.cpp606 if (state->mAudioTrack->stopped()) {
/frameworks/base/core/java/android/hardware/
H A DCamera.java90 * <li>After taking a picture, preview display will have stopped. To take more
1400 * {@link #startPreview()}). Preview will be stopped after the image is
1442 * OnZoomChangeListener} of the zoom value and whether zoom is stopped at
1464 * OnZoomChangeListener} to know when the zoom is actually stopped. This
1600 * @param stopped whether smooth zoom is stopped. If the value is true,
1604 void onZoomChange(int zoomValue, boolean stopped, Camera camera); argument

Completed in 3377 milliseconds