Searched refs:REASON_CONTAINS_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
1130 static final int REASON_CONTAINS_INTERACTIVE = 14; field in BroadcastProcessQueue1152 REASON_CONTAINS_INTERACTIVE,1178 case REASON_CONTAINS_INTERACTIVE: return "CONTAINS_INTERACTIVE"; in reasonToString()1216 mRunnableAtReason = REASON_CONTAINS_INTERACTIVE; in updateRunnableAt()
28 import static com.android.server.am.BroadcastProcessQueue.REASON_CONTAINS_INTERACTIVE;671 List.of(makeMockRegisteredReceiver()), null, false), REASON_CONTAINS_INTERACTIVE); in testRunnableAt_Cached_Interactive() local