HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 251 - 275 of 590) sorted by null

<<11121314151617181920>>

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 493 Call.State newState = mOriginalConnection.getState();
494 Log.v(this, "Update state from %s to %s for %s", mOriginalConnectionState, newState, this);
495 if (mOriginalConnectionState != newState) {
496 mOriginalConnectionState = newState;
497 switch (newState) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 90 int newState = intent.getIntExtra(WifiManager.EXTRA_WIFI_STATE,
93 if (newState == WifiManager.WIFI_STATE_ENABLED) {
97 } else if (newState == WifiManager.WIFI_STATE_DISABLED) {
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.js 51 var newState = simInfo.state;
56 switch (newState) {
135 this.state_ = newState;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 144 toState:(BookmarkBar::State)newState;
149 toState:(BookmarkBar::State)newState;
307 - (void)updateState:(BookmarkBar::State)newState
  /external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac.mm 343 NSInteger newState = oldState == NSOnState ? NSOffState : NSOnState;
344 [column setHidden:newState == NSOffState];
345 [item setState:newState];
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 340 * @param {ProgressCenterItemGroup.State} newState New state of the group.
344 function(group, oldState, newState) {
354 if (newState === ProgressCenterItemGroup.State.INACTIVE) {
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 323 private void updateDockState(int newState) {
325 if (newState != mDockState) {
326 mDockState = newState;
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 581 boolean newState = mUsbTether.isChecked();
583 if (newState) {
586 setUsbTethering(newState);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 321 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
324 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
325 return cloneWithState<CallEvent>(NewState);
    [all...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 450 public static void setAccountHoldFlag(Context context, long accountId, boolean newState) {
453 setAccountHoldFlag(context, account, newState);
454 if (newState) {
467 * @param newState true = security hold, false = free to sync
469 public static void setAccountHoldFlag(Context context, Account account, boolean newState) {
470 if (newState) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 315 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
318 if (newState == BluetoothProfile.STATE_CONNECTED) notifyConnected();
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.cpp 45 ByteOffset newState = SWAPW(entry->newStateOffset);
63 return newState;
IndicRearrangementProcessor2.cpp 43 le_uint16 newState = SWAPW(entry->newStateIndex); // index to the new state
60 return newState; // index to new state
  /external/mesa3d/src/mesa/swrast/
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 324 void MonoPipe::shutdown(bool newState)
326 mIsShutdown = newState;
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 332 final StateListState newState = new StateListState(state, this, res);
333 setConstantState(newState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 343 void aclStateChangeCallback(int status, byte[] address, int newState) {
356 if (newState == AbstractionLayer.BT_ACL_STATE_CONNECTED) {
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 346 private Bitmap combine(int oldState, int newState) {
364 Drawable newDrawable = getResources().getDrawable(mImageIds[newState]).mutate();
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 78 public void onCallStateChanged(Call call, int oldState, int newState) {
79 if (oldState == CallState.RINGING && newState == CallState.DISCONNECTED &&
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.c 61 if (ctx->NewState)
intel_pixel_copy.c 53 if (ctx->NewState)
intel_pixel_read.c 198 if (ctx->NewState)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 217 if (ctx->NewState)

Completed in 2666 milliseconds

<<11121314151617181920>>