Searched defs:unstable (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12731 public boolean refContentProvider(IBinder connection, int stable, int unstable) { argument
12754 if (unstable > 0) {
12755 conn.numUnstableIncs += unstable;
12757 unstable = conn.unstableCount + unstable;
12758 if (unstable < 0) {
12759 throw new IllegalStateException("unstableCount < 0: " + unstable);
12762 if ((stable+unstable) <= 0) {
12764 + stable + " unstable=" + unstable);
[all...]

Completed in 153 milliseconds