Searched defs:makeBroadcastRecord (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
| D | BroadcastQueueTest.java | 419 private BroadcastRecord makeBroadcastRecord(Intent intent, ProcessRecord callerApp, in makeBroadcastRecord() method in BroadcastQueueTest 425 private BroadcastRecord makeBroadcastRecord(Intent intent, ProcessRecord callerApp, in makeBroadcastRecord() method in BroadcastQueueTest 431 private BroadcastRecord makeBroadcastRecord(Intent intent, ProcessRecord callerApp, in makeBroadcastRecord() method in BroadcastQueueTest 437 private BroadcastRecord makeBroadcastRecord(Intent intent, ProcessRecord callerApp, in makeBroadcastRecord() method in BroadcastQueueTest 449 private BroadcastRecord makeBroadcastRecord(Intent intent, ProcessRecord callerApp, in makeBroadcastRecord() method in BroadcastQueueTest
|
| D | BroadcastQueueImplTest.java | 195 private BroadcastRecord makeBroadcastRecord(Intent intent) { in makeBroadcastRecord() method in BroadcastQueueImplTest 200 private BroadcastRecord makeBroadcastRecord(Intent intent, List receivers) { in makeBroadcastRecord() method in BroadcastQueueImplTest 204 private BroadcastRecord makeBroadcastRecord(Intent intent, BroadcastOptions options) { in makeBroadcastRecord() method in BroadcastQueueImplTest 209 private BroadcastRecord makeBroadcastRecord(Intent intent, BroadcastOptions options, in makeBroadcastRecord() method in BroadcastQueueImplTest 214 private BroadcastRecord makeBroadcastRecord(Intent intent, BroadcastOptions options, in makeBroadcastRecord() method in BroadcastQueueImplTest
|