OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLastReceivedIntent
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
152
assertNotNull(mIntentReceiver.
getLastReceivedIntent
());
336
public Intent
getLastReceivedIntent
() {
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
503
assertNotNull(mIntentReceiver.
getLastReceivedIntent
());
515
assertNull(mIntentReceiver.
getLastReceivedIntent
());
593
assertNotNull(mIntentReceiver.
getLastReceivedIntent
());
604
assertNotNull(mIntentReceiver.
getLastReceivedIntent
());
820
Intent intent = mIntentReceiver.
getLastReceivedIntent
();
[
all
...]
Completed in 64 milliseconds