Searched refs:removed (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java291 // Skip any partially created/removed users
391 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) {
392 if (!removed) {
2166 // if it's still removed
/frameworks/base/core/java/android/text/
H A DTextUtils.java1660 * {@link Spanned#getSpanEnd(Object)} have been removed. The initial order is preserved
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java395 * a minimum amount of time; they are removed from it when they are
616 * removed from this list once it is published.
2257 app.removed = false;
3618 if (app.removed) {
3621 app.removed = true;
3852 if (app.removed) {
3892 app.removed = true;
3983 r.app.removed = true;
8327 app.removed = true;
9570 pw.println(" Processes that are being removed
[all...]
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java335 // removed authenticators.
461 public void onServiceChanged(AuthenticatorDescription desc, int userId, boolean removed) { argument
918 // Owner's account was removed, remove from any users that are sharing

Completed in 176 milliseconds

12