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

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

Completed in 47 milliseconds