Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceProvisionStateWorker.java168 ListenableFuture<Integer> lastState = in startWork() local
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java175 PreciseDataConnectionState lastState = getLastPreciseDataConnectionState(netCapability); in notifyPreciseDataConnectionStateChanged() local
688 PreciseDataConnectionState lastState = in validatePreciseDataConnectionStateChanged() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java509 int lastState, int stateParameter) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java661 private void assertStateReceivedForShutdownOrSleepWithoutPostpone(int lastState, in assertStateReceivedForShutdownOrSleepWithoutPostpone()
2775 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState, in assertStateReceivedForShutdownOrSleepWithPostpone()
2793 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java2189 int lastState; in addActiveLog() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java192 public int lastState; field in Tethering.TetherState