OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopBatching
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/hardware/location/
IFusedLocationHardware.aidl
67
void
stopBatching
(in int id);
/frameworks/base/services/java/com/android/server/location/
FusedLocationHardwareSecure.java
76
public void
stopBatching
(int id) throws RemoteException {
78
mLocationHardware.
stopBatching
(id);
FlpHardwareProvider.java
285
public void
stopBatching
(int requestId) {
/frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java
143
public void
stopBatching
(int id) {
145
mLocationHardware.
stopBatching
(id);
147
Log.e(TAG, "RemoteException at
stopBatching
");
Completed in 62 milliseconds