Searched refs:ProximityActiveListener (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.server.sensors.SensorManagerInternal.ProximityActiveListener;42 private final ArrayMap<ProximityActiveListener, ProximityListenerProxy> mProximityListeners =53 private static native long startSensorServiceNative(ProximityActiveListener listener); in startSensorServiceNative()133 @NonNull ProximityActiveListener listener) { in addProximityActiveListener()149 public void removeProximityActiveListener(@NonNull ProximityActiveListener listener) { in removeProximityActiveListener()164 private static class ProximityListenerProxy implements ProximityActiveListener {166 private final ProximityActiveListener mListener;168 ProximityListenerProxy(Executor executor, ProximityActiveListener listener) { in ProximityListenerProxy()179 private class ProximityListenerDelegate implements ProximityActiveListener {
39 @NonNull ProximityActiveListener listener); in addProximityActiveListener()45 public abstract void removeProximityActiveListener(@NonNull ProximityActiveListener listener); in removeProximityActiveListener()88 public interface ProximityActiveListener { interface in SensorManagerInternal
67 class ProximityActiveListenerDelegate : public SensorService::ProximityActiveListener {
99 …smodification class com.android.server.sensors.SensorManagerInternal$ProximityActiveListener { *; }
13588 Lcom/android/server/sensors/SensorManagerInternal$ProximityActiveListener;
98 import com.android.server.sensors.SensorManagerInternal.ProximityActiveListener;2076 ArgumentCaptor<ProximityActiveListener> ProximityCaptor = in testProximitySensorVoting()2077 ArgumentCaptor.forClass(ProximityActiveListener.class); in testProximitySensorVoting()2080 ProximityActiveListener proximityListener = ProximityCaptor.getValue(); in testProximitySensorVoting()
79 import com.android.server.sensors.SensorManagerInternal.ProximityActiveListener;2497 protected static final class SensorObserver implements ProximityActiveListener,