Searched refs:dead (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderConnection.java35 // The provider of this connection is now dead.
36 public boolean dead; field in class:ContentProviderConnection
87 if (dead) {
H A DActivityManagerService.java3538 // (2) The caller doesn't think it is dead, OR there is no thread
11143 return !conn.dead;
11182 // Well look at that! It's dead!
11358 Log.w(TAG, "Content provider dead retrieving " + uri, e);
12788 Slog.w(TAG, "hang: given caller IBinder is already dead.");
16618 conn.dead = true;
/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java166 boolean dead = false;
169 dead = true;
183 dead = false;
233 if (dead) {

Completed in 435 milliseconds