Searched refs:removeProximityActiveListener (Results 1 – 5 of 5) sorted by relevance
43 public abstract void removeProximityActiveListener(@NonNull ProximityActiveListener listener); in removeProximityActiveListener() method in SensorManagerInternal
105 public void removeProximityActiveListener(@NonNull ProximityActiveListener listener) { in removeProximityActiveListener() method in SensorService.LocalService
85 mService->removeProximityActiveListener(mProximityActiveListenerDelegate); in unregisterProximityActiveListener()
122 status_t removeProximityActiveListener(const sp<ProximityActiveListener>& callback) ANDROID_API;
1662 status_t SensorService::removeProximityActiveListener( in removeProximityActiveListener() function in android::SensorService