OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disableactivityevent
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardware.aidl
56
boolean
disableActivityEvent
(in String activityType, int eventType);
ActivityRecognitionHardware.java
114
public boolean
disableActivityEvent
(String activity, int eventType) {
/frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProvider.java
95
public boolean
disableActivityEvent
(String activity, int eventType) throws RemoteException {
96
return mService.
disableActivityEvent
(activity, eventType);
Completed in 64 milliseconds