Searched defs:unstable (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11843 public boolean refContentProvider(IBinder connection, int stable, int unstable) { argument
11866 if (unstable > 0) {
11867 conn.numUnstableIncs += unstable;
11869 unstable = conn.unstableCount + unstable;
11870 if (unstable < 0) {
11871 throw new IllegalStateException("unstableCount < 0: " + unstable);
11874 if ((stable+unstable) <= 0) {
11876 + stable + " unstable=" + unstable);
[all...]

Completed in 143 milliseconds