OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExpectedAction
(Results
1 - 3
of
3
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BlockingBroadcastReceiver.java
49
private final String
mExpectedAction
;
54
mExpectedAction
= expectedAction;
60
if (
mExpectedAction
.equals(intent.getAction())) {
66
mContext.registerReceiver(this, new IntentFilter(
mExpectedAction
));
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
347
private String
mExpectedAction
;
352
mExpectedAction
= expectedAction;
357
IntentFilter filter = new IntentFilter(
mExpectedAction
);
363
if (intent != null &&
mExpectedAction
.equals(intent.getAction())) {
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
[
all
...]
Completed in 1027 milliseconds