Searched refs:WAITING_SERVICES (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java80 static final int WAITING_SERVICES = 4; field in class:BroadcastRecord
177 case WAITING_SERVICES: stateStr=" (WAITING_SERVICES)"; break;
H A DBroadcastQueue.java418 r.state = BroadcastRecord.WAITING_SERVICES;
436 if (br.userId == userId && br.state == BroadcastRecord.WAITING_SERVICES) {
1151 if (br.state == BroadcastRecord.WAITING_SERVICES) {

Completed in 283 milliseconds