HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 97 public void onStorageStateChanged(String path, String oldState, String newState) {
99 Log.d(TAG, "onStorageStateChanged " + path + " " + oldState + " -> " + newState);
100 if (Environment.MEDIA_MOUNTED.equals(newState)) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 87 ParcelFileDescriptor newState) throws IOException {
135 writeStateFile(newState);
209 ParcelFileDescriptor newState) throws IOException {
247 writeStateFile(newState);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 88 ParcelFileDescriptor newState) throws IOException {
147 writeStateFile(newState);
221 ParcelFileDescriptor newState) throws IOException {
259 writeStateFile(newState);
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 136 boolean newState = false;
139 newState = false;
142 newState = true;
146 newState = !mIntendedState;
150 mIntendedState = newState;
159 requestStateChange(context, newState);
259 * @param newState one of STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON,
262 protected final void setCurrentState(Context context, int newState) {
264 switch (newState) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
StubPackageManager.java 275 @Override public void setComponentEnabledSetting(ComponentName componentName, int newState, int flags) {
282 @Override public void setApplicationEnabledSetting(String packageName, int newState, int flags) {
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 12 function setState($newState, $file)
14 file_put_contents($file, $newState);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 224 void WebPage::setComposition(const String& text, Vector<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState)
238 newState = editorState();
241 void WebPage::confirmComposition(EditorState& newState)
247 newState = editorState();
250 void WebPage::insertText(const String& text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, bool& handled, EditorState& newState)
269 newState = editorState();
389 void WebPage::executeKeypressCommands(const Vector<WebCore::KeypressCommand>& commands, bool& handled, EditorState& newState)
392 newState = editorState();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 156 function handleResponse(logType, newState) {
160 results.tests[testName].state = newState;
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.h 93 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
94 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
  /frameworks/base/core/java/android/app/backup/
SharedPreferencesBackupHelper.java 96 ParcelFileDescriptor newState) {
112 performBackup_checked(oldState, data, newState, files, prefGroups);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 31 * @param newState Returns the new connection state. Can be one of
36 int newState) {
BluetoothGattServerCallback.java 33 * @param newState Returns the new connection state. Can be one of
38 int newState) {
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 56 public void onStorageStateChanged(String path, String oldState, String newState) {
59 " to " + newState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 202 int profileId, int newState, int prevState) {
205 svc.onProfileConnectionStateChanged(device, profileId, newState, prevState);
AdapterProperties.java 383 private void updateProfileConnectionState(int profile, int newState, int oldState) {
390 int newHashState = newState;
408 if (newState == currHashState) {
410 } else if (newState == BluetoothProfile.STATE_CONNECTED ||
411 (newState == BluetoothProfile.STATE_CONNECTING &&
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 123 int newState) {
128 mState = newState;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 86 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE,
102 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
LocalBluetoothProfileManager.java 225 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, 0);
227 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
232 cachedDevice.onProfileStateChanged(mProfile, newState);
  /frameworks/base/services/java/com/android/server/
WiredAccessoryManager.java 166 * @param newState 0 or one of the BIT_xxx variables defined above.
168 private void updateLocked(String newName, int newState) {
170 int headsetState = newState & SUPPORTED_HEADSETS;
177 + " newState=" + newState
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 522 * @param newState
525 public void setState(TransactionState newState) {
528 if (newState != TransactionState.TERMINATED
529 && newState != TransactionState.CONFIRMED)
530 newState = TransactionState.COMPLETED;
533 if (newState != TransactionState.TERMINATED)
534 newState = TransactionState.CONFIRMED;
537 currentState = newState;
539 newState = currentState;
542 sipStack.getStackLogger().logDebug("Transaction:setState " + newState
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 319 GeometrySrcState& newState = fGeoSrcStateStack.push_back();
320 newState.fIndexSrc = kNone_GeometrySrcType;
321 newState.fVertexSrc = kNone_GeometrySrcType;
323 newState.fVertexCount = ~0;
324 newState.fVertexBuffer = (GrVertexBuffer*)~0;
325 newState.fIndexCount = ~0;
326 newState.fIndexBuffer = (GrIndexBuffer*)~0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 252 int newState;
253 newState = convertHalChannelState(channelStateEvent.mState);
254 if (newState == BluetoothHealth.STATE_CHANNEL_DISCONNECTED &&
267 newState = convertHalChannelState(channelStateEvent.mState);
268 if (newState == BluetoothHealth.STATE_CHANNEL_CONNECTED) {
280 callHealthChannelCallback(chan.mConfig, chan.mDevice, newState,
282 chan.mState = newState;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 489 boolean newState = mZoomRealSizeButton.getSelection();
490 if (rescaleToReal(newState)) {
491 mZoomOutButton.setEnabled(!newState);
492 mZoomResetButton.setEnabled(!newState);
493 mZoomInButton.setEnabled(!newState);
494 mZoomFitButton.setEnabled(!newState);
496 mZoomRealSizeButton.setSelection(!newState);
  /development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
BluetoothLeService.java 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 43 var newState = simInfo.state;
48 switch(newState) {
123 this.state_ = newState;

Completed in 1363 milliseconds

1 2 3 45 6 7 8 91011>>