Home
last modified time | relevance | path

Searched defs:setDeviceState (Results 1 – 6 of 6) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DDeviceStateControllerImpl.java76 private ListenableFuture<Void> setDeviceState(@DeviceState int deviceState) { in setDeviceState() method in DeviceStateControllerImpl
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DIGlobalParametersService.aidl33 void setDeviceState(int state); in setDeviceState() method
DGlobalParameters.java115 static void setDeviceState(Context context, @DeviceState int state) { in setDeviceState() method in GlobalParameters
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DDeviceStatus.java86 public DeviceStatus.Builder setDeviceState(int deviceState) { in setDeviceState() method in DeviceStatus.Builder
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java285 public void setDeviceState(int state) { in setDeviceState() method in AvrcpControllerStateMachine
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java529 public void setDeviceState(DeviceState state) { in setDeviceState() method in TelephonyConnectionService