Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceProvisionStateWorker.java154 ListenableFuture<Integer> lastState = in startWork() local
/packages/modules/Bluetooth/service/src/
DActiveLog.kt73 val lastState: Int in add() constant
/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/CarServiceTest/src/com/android/car/hardware/power/
DCarPowerManagerTest.java513 int lastState, int stateParameter) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java703 private void assertStateReceivedForShutdownOrSleepWithoutPostpone(int lastState, in assertStateReceivedForShutdownOrSleepWithoutPostpone()
3026 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState, in assertStateReceivedForShutdownOrSleepWithPostpone()
3045 private void assertStateReceivedForShutdownOrSleepWithPostpone(int lastState) throws Exception { in assertStateReceivedForShutdownOrSleepWithPostpone()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java659 final PersistentState lastState = (PersistentState) getLastNonConfigurationInstance(); in onCreate() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java209 public int lastState; field in Tethering.TetherState