Home
last modified time | relevance | path

Searched refs:onRequestActive (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/devicestate/
DIDeviceStateManagerCallback.aidl41 oneway void onRequestActive(IBinder token); in onRequestActive() method
DDeviceStateManagerGlobal.java369 public void onRequestActive(IBinder token) { in onRequestActive() method in DeviceStateManagerGlobal.DeviceStateManagerCallback
/frameworks/base/core/tests/devicestatetests/src/android/hardware/devicestate/
DDeviceStateManagerGlobalTest.java331 callback.onRequestActive(token); in requestState()
370 callback.onRequestActive(token); in requestBaseStateOverride()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java1201 mCallback.onRequestActive(token); in notifyRequestActiveAsync()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateManagerServiceTest.java1026 public void onRequestActive(IBinder token) { in onRequestActive() method in DeviceStateManagerServiceTest.TestDeviceStateManagerCallback