OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExpectedAction
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
312
private String
mExpectedAction
;
317
mExpectedAction
= expectedAction;
322
IntentFilter filter = new IntentFilter(
mExpectedAction
);
328
if (intent != null &&
mExpectedAction
.equals(intent.getAction())) {
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
[
all
...]
Completed in 39 milliseconds