Searched refs:localState (Results 1 – 3 of 3) sorted by relevance
390 final AppState localState = new AppState();426 if (localState.mNetwork == null) {431 if (localState.mLinkProperties == null) {438 if (!localState.mPassedInitialIPv6Check) {448 if (!localState.validPowerStateForTesting()) {454 if (!localState.validScreenStateForTesting()) {461 if ((localState.mScreenOffTime == 0) && !requiresScreenOffSupport()) {469 … final long delta = SystemClock.elapsedRealtime() - localState.mPowerDisconnectTime;482 final long delta = SystemClock.elapsedRealtime() - localState.mScreenOffTime;543 localState.mNetwork = mState.mNetwork;[all …]
113 public Object localState; // DragEvent.getLocalState() field in DragDropTest.LogEntry117 ClipDescription clipDescription, Object localState, boolean result) { in LogEntry() argument124 this.localState = localState; in LogEntry()141 && localState == other.localState in equals()
260 final Object localState = event.getLocalState(); in checkDragEvent() local261 if (localState != null) { in checkDragEvent()