Searched refs:localState (Results 1 – 4 of 4) sorted by relevance
393 final AppState localState = new AppState();429 if (localState.mNetwork == null) {434 if (localState.mLinkProperties == null) {441 if (!localState.mPassedInitialIPv6Check) {451 if (!localState.validPowerStateForTesting()) {457 if (!localState.validScreenStateForTesting()) {464 if ((localState.mScreenOffTime == 0) && !requiresScreenOffSupport()) {472 … final long delta = SystemClock.elapsedRealtime() - localState.mPowerDisconnectTime;485 final long delta = SystemClock.elapsedRealtime() - localState.mScreenOffTime;546 localState.mNetwork = mState.mNetwork;[all …]
130 public Object localState; // DragEvent.getLocalState() field in DragDropTest.LogEntry134 ClipDescription clipDescription, Object localState, boolean result) { in LogEntry() argument141 this.localState = localState; in LogEntry()159 && localState == other.localState in equals()
260 final Object localState = event.getLocalState(); in checkDragEvent() local261 if (localState != null) { in checkDragEvent()
263 final Object localState = event.getLocalState(); in checkDragEvent() local264 if (localState != null) { in checkDragEvent()