Searched refs:onProximityActive (Results 1 – 6 of 6) sorted by relevance
174 public void onProximityActive(boolean isActive) { in onProximityActive() method in SensorService.ProximityListenerProxy175 mExecutor.execute(() -> mListener.onProximityActive(isActive)); in onProximityActive()181 public void onProximityActive(boolean isActive) { in onProximityActive() method in SensorService.ProximityListenerDelegate191 listener.onProximityActive(isActive); in onProximityActive()
93 void onProximityActive(boolean isActive); in onProximityActive() method
72 void onProximityActive(bool isActive) override;245 void NativeSensorService::ProximityActiveListenerDelegate::onProximityActive(bool isActive) { in onProximityActive() function in android::NativeSensorService::ProximityActiveListenerDelegate
2101 proximityListener.onProximityActive(true); in testProximitySensorVoting()2129 proximityListener.onProximityActive(false); in testProximitySensorVoting()
2521 public void onProximityActive(boolean isActive) { in onProximityActive() method in DisplayModeDirector.SensorObserver
9900 HSPLcom/android/server/sensors/SensorService$ProximityListenerDelegate;->onProximityActive(Z)V