OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeofenceProxy
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/location/
GeofenceProxy.java
40
public final class
GeofenceProxy
{
41
private static final String TAG = "
GeofenceProxy
";
67
public static
GeofenceProxy
createAndBind(Context context,
71
GeofenceProxy
proxy = new
GeofenceProxy
(context, overlaySwitchResId,
81
private
GeofenceProxy
(Context context,
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
69
import com.android.server.location.
GeofenceProxy
;
438
GeofenceProxy
provider =
GeofenceProxy
.createAndBind(mContext,
[
all
...]
Completed in 55 milliseconds