/development/tools/winscope/src/app/components/ |
D | adb_proxy_component_test.ts | 57 await component.proxy.setState(ProxyState.NO_PROXY); 65 await component.proxy.setState(ProxyState.INVALID_VERSION); 74 await component.proxy.setState(ProxyState.UNAUTH); 83 await component.proxy.setState(ProxyState.NO_PROXY); 96 await component.proxy.setState(ProxyState.NO_PROXY); 109 await component.proxy.setState(ProxyState.UNAUTH); 116 await component.proxy.setState(ProxyState.UNAUTH); 127 await component.proxy.setState(ProxyState.UNAUTH);
|
D | adb_proxy_component.ts | 180 await this.proxy.setState(this.states.CONNECTING);
|
/development/tools/winscope/src/trace_collection/ |
D | proxy_connection.ts | 50 this.proxy.setState(ProxyState.CONNECTING); 104 this.proxy.setState(ProxyState.ERROR, 'No targets selected'); 125 this.proxy.setState(ProxyState.CONNECTING); 175 await proxyClient.setState(ProxyState.STARTING_TRACE); 183 proxyClient.setState(ProxyState.END_TRACE); 188 await this.proxy.setState(ProxyState.LOAD_DATA); 196 await this.proxy.setState(ProxyState.ERROR, 'No targets selected'); 199 await this.proxy.setState(ProxyState.LOAD_DATA);
|
D | proxy_client.ts | 77 client.setState(ProxyState.NO_PROXY); 85 client.setState(ProxyState.INVALID_VERSION); 92 proxyClient.setState( 102 client.setState(ProxyState.UNAUTH); 113 client.setState(ProxyState.ERROR, client.errorText); 269 proxyClient.setState(ProxyState.ERROR, request.responseText); 284 client.setState(ProxyState.DEVICES); 292 client.setState(ProxyState.ERROR, client.errorText); 321 async setState(state: ProxyState, errorText = '') { method in ProxyClient 360 this.setState(ProxyState.START_TRACE);
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | SessionManager.java | 250 item.setState(MediaItemStatus.PLAYBACK_STATE_PENDING); in suspend() 328 item.setState(mPaused ? MediaItemStatus.PLAYBACK_STATE_PAUSED in updatePlaybackState() 335 item.setState(MediaItemStatus.PLAYBACK_STATE_PAUSED); in updatePlaybackState() 338 item.setState(MediaItemStatus.PLAYBACK_STATE_PLAYING); in updatePlaybackState() 361 item.setState(state); in removeItem()
|
D | PlaylistItem.java | 54 public void setState(int state) { in setState() method in PlaylistItem
|
D | RemotePlayer.java | 181 item.setState(state); in getStatus()
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
D | BluetoothChatService.java | 85 private synchronized void setState(int state) { in setState() method in BluetoothChatService 111 setState(STATE_LISTEN); in start() 143 setState(STATE_CONNECTING); in connect() 182 setState(STATE_CONNECTED); in connected() 210 setState(STATE_NONE); in stop()
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 309 setState(STATE_RUNNING); in doStart() 318 if (mMode == STATE_RUNNING) setState(STATE_PAUSE); in pause() 331 setState(STATE_PAUSE); in restoreState() 452 public void setState(int mode) { in setState() method in LunarView.LunarThread 454 setState(mode, null); in setState() 465 public void setState(int mode, CharSequence message) { in setState() method in LunarView.LunarThread 537 setState(STATE_RUNNING); in unpause() 785 setState(result, message); in updatePhysics()
|
D | LunarLander.java | 93 mLunarThread.setState(LunarThread.STATE_LOSE, in onOptionsItemSelected() 138 mLunarThread.setState(LunarThread.STATE_READY); in onCreate()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 83 mForegroundDrawable.setState(getDrawableState()); in drawableStateChanged()
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | Card.java | 142 public Card setState(int state) { in setState() method in Card 480 mCard.setState(status); in setStatus()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MusicService.java | 161 mPlayback.setState(PlaybackState.STATE_NONE); in onCreate() 624 stateBuilder.setState(state, position, 1.0f, SystemClock.elapsedRealtime()); in updatePlaybackState()
|
D | Playback.java | 124 public void setState(int state) { in setState() method in Playback
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | CandidateView.java | 76 mSelectionHighlight.setState(new int[] { in CandidateView()
|
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |