HomeSort by relevance Sort by last modified time
    Searched defs:newState (Results 26 - 50 of 265) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
ConnectedDeviceSignalController.java 147 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1);
152 + oldState + " -> " + newState);
156 updateViewVisibility(device, newState);
205 private void updateViewVisibility(BluetoothDevice device, int newState) {
206 if (newState == BluetoothProfile.STATE_CONNECTED) {
230 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
  /frameworks/base/services/backup/java/com/android/server/backup/
KeyValueAdbRestoreEngine.java 91 ParcelFileDescriptor newState = ParcelFileDescriptor.open(newStateName,
98 agent.doRestore(backupData, versionCode, newState, mToken,
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java 565 int newState = endOfInput ? ST_END : ST_CODING;
568 throwIllegalStateException(state, newState);
569 state = newState;
    [all...]
CharsetEncoder.java 583 int newState = endOfInput ? ST_END : ST_CODING;
586 throwIllegalStateException(state, newState);
587 state = newState;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivityUiState.java 33 void onConversationContactPickerUiStateChanged(int oldState, int newState, boolean animate);
149 int newState = STATE_CONVERSATION_ONLY;
151 newState = STATE_HYBRID_WITH_CONVERSATION_AND_CHIPS_VIEW;
154 newState = STATE_CONVERSATION_ONLY;
161 performUiStateUpdate(newState, true);
221 final int oldState, final int newState, final boolean animate) {
231 mHost.onConversationContactPickerUiStateChanged(oldState, newState, animate);
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 49 void onBluetoothStateChange(int oldState, int newState);
293 int newState;
295 newState = BLUETOOTH_AUDIO_CONNECTED;
297 newState = BLUETOOTH_AUDIO_PENDING;
299 newState = BLUETOOTH_DEVICE_CONNECTED;
301 newState = BLUETOOTH_DISCONNECTED;
303 if (mBluetoothState != newState) {
304 mBluetoothStateListener.onBluetoothStateChange(mBluetoothState, newState);
305 mBluetoothState = newState;
  /prebuilts/misc/windows/sdl2/test/
testautomation_keyboard.c 296 SDL_Keymod newState;
319 newState = SDLTest_RandomIntegerInRange(0, allStates);
320 SDL_SetModState(newState);
321 SDLTest_AssertPass("Call to SDL_SetModState(%i)", newState);
324 SDLTest_AssertCheck(result == newState, "Verify result from call is valid, expected: %i, got: %i", newState, result);
testautomation_mouse.c 258 int newState;
269 newState = SDL_ShowCursor(SDL_QUERY);
271 SDLTest_AssertCheck(state == newState, "Validate new state, expected: %i, got: %i",
272 state, newState);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 67 public NFAState newState() {
119 NFAState left = newState();
120 NFAState right = newState();
137 NFAState left = newState();
138 NFAState right = newState();
164 NFAState left = newState();
165 NFAState right = newState();
201 NFAState first = newState();
206 NFAState next = newState();
235 NFAState left = newState();
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 183 bool newState = !fInspectorWidget.isHidden();
185 fInspectorWidget.setHidden(newState);
186 fViewStateFrame.setHidden(newState);
187 fDrawCommandGeometryWidget.setHidden(newState);
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 396 final StateListState newState = new StateListState(state, this, res);
397 setConstantState(newState);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 207 State newState = transitionPolicy(requestedState);
210 Log.i(TAG, "transition: old=" + mState + " req=" + requestedState + " new=" + newState);
213 if (newState == mState) {
217 validateTransition(newState);
220 mState = newState;
222 updatePulseReason(newState, oldState, pulseReason);
223 performTransitionOnComponents(oldState, newState);
224 updateScreenState(newState);
225 updateWakeLockState(newState);
227 resolveIntermediateState(newState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 202 * @param newState The new phone state.
205 public void onPhoneStateChanged(PhoneConstants.State oldState, PhoneConstants.State newState) {
206 mHasActiveCalls = newState != PhoneConstants.State.IDLE;
349 Call.State newState = state.getCallState() == ImsExternalCallState.CALL_STATE_CONFIRMED ?
352 if (existingState != newState) {
353 if (newState == Call.State.ACTIVE) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 133 AppState newState;
136 case 0: newState = AppState.APPSTATE_UNKNOWN; break;
137 case 1: newState = AppState.APPSTATE_DETECTED; break;
138 case 2: newState = AppState.APPSTATE_PIN; break;
139 case 3: newState = AppState.APPSTATE_PUK; break;
140 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break;
141 case 5: newState = AppState.APPSTATE_READY; break;
143 newState = AppState.APPSTATE_UNKNOWN;
146 return newState;
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 244 Call.State newState = mOriginalConnection.getState();
245 if (VERBOSE) log("updateState, " + mOriginalConnectionState + " -> " + newState);
246 if (force || mOriginalConnectionState != newState) {
247 mOriginalConnectionState = newState;
248 switch (newState) {
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 100 ProgramState NewState = *state;
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
110 ProgramStateRef Result = getPersistentState(NewState);
116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
120 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
122 return newState;
195 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java 600 RBBIStateDescriptor newState = new RBBIStateDescriptor(lastInputSymbol);
601 newState.fPositions = U;
602 fDStates.add(newState);
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 682 RBBIStateDescriptor *newState = new RBBIStateDescriptor(lastInputSymbol, fStatus);
683 if (newState == NULL) {
689 newState->fPositions = U;
690 fDStates->addElement(newState, *fStatus);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 599 RBBIStateDescriptor newState = new RBBIStateDescriptor(lastInputSymbol);
600 newState.fPositions = U;
601 fDStates.add(newState);
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 257 const State &newState();
508 const State &DFA::newState() {
889 const State *Initial = &D.newState();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 529 String newState;
545 public void onStorageStateChanged(String path, String oldState, String newState) {
546 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
548 this.newState = newState;
610 public void onStorageStateChanged(String path, String oldState, String newState) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 305 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, 0);
307 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
312 cachedDevice.onProfileStateChanged(mProfile, newState);
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerServiceImpl.java 494 final int newState = calculateNewState(targetPackage, overlayPackage, userId);
495 if (currentState != newState) {
500 OverlayInfo.stateToString(newState)));
502 modified |= mSettings.setState(overlayPackage.packageName, userId, newState);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMonitorTest.java 448 SupplicantState newState = SupplicantState.ASSOCIATED;
450 WLAN_IFACE_NAME, networkId, wifiSsid, bssid, newState);
460 assertEquals(newState, result.state);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 130 int newState = msg.arg1;
132 if (newState == BluetoothDevice.BOND_BONDING)
134 sendIntent(dev, newState, 0);
137 else if (newState == BluetoothDevice.BOND_NONE)
140 sendIntent(dev, newState, 0);
144 Log.e(TAG, "In stable state, received invalid newState: " + newState);
195 int newState = msg.arg1;
197 sendIntent(dev, newState, reason);
198 if(newState != BluetoothDevice.BOND_BONDING
    [all...]

Completed in 1033 milliseconds

12 3 4 5 6 7 8 91011