OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proximityintent
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
266
Intent
proximityIntent
= new Intent(intentKey);
267
mPendingIntent = PendingIntent.getBroadcast(mContext, 0,
proximityIntent
,
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
785
Intent
proximityIntent
= new Intent(intentKey);
786
mPendingIntent = PendingIntent.getBroadcast(mContext, 0,
proximityIntent
,
[
all
...]
Completed in 209 milliseconds