OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBroadcastsSent
(Results
1 - 2
of
2
) sorted by null
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java
18
List<Intent>
mBroadcastsSent
= new ArrayList<Intent>();
28
mBroadcastsSent
.clear();
77
mBroadcastsSent
.add(intent);
PublicApiFunctionalTest.java
530
assertEquals(1, mSystemFacade.
mBroadcastsSent
.size());
531
Intent broadcast = mSystemFacade.
mBroadcastsSent
.get(0);
549
assertEquals(1, mSystemFacade.
mBroadcastsSent
.size());
550
Intent broadcast = mSystemFacade.
mBroadcastsSent
.get(0);
[
all
...]
Completed in 43 milliseconds