HomeSort by relevance Sort by last modified time
    Searched defs:start (Results 426 - 450 of 4947) sorted by null

<<11121314151617181920>>

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 100 * Start the chat service. Specifically start AcceptThread to begin a
102 public synchronized void start() { method in class:BluetoothChatService
103 if (D) Log.d(TAG, "start");
113 // Start the thread to listen on a BluetoothServerSocket
116 mSecureAcceptThread.start();
120 mInsecureAcceptThread.start();
125 * Start the ConnectThread to initiate a connection to a remote device.
140 // Start the thread to connect with the given device
142 mConnectThread.start();
    [all...]
  /art/test/067-preemptive-unpark/src/
Main.java 15 test.start();
94 long start = System.currentTimeMillis(); local
96 long elapsed = System.currentTimeMillis() - start;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 99 mLocationVerifier.start();
105 mLocationVerifier.start();
111 mLocationVerifier.start();
117 mLocationVerifier.start();
141 int start = mTextView.getText().length(); local
146 spanText.setSpan(new ForegroundColorSpan(color), start, end, 0);
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 65 mMediaRecorder.start();
95 plyr.start();
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTestActivity.java 52 animSet.start();
70 mProducerThread.start();
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 39 tr1.start();
40 tr2.start();
59 tr1.start();
60 tr2.start();
  /dalvik/tests/067-preemptive-unpark/src/
Main.java 15 test.start();
94 long start = System.currentTimeMillis(); local
96 long elapsed = System.currentTimeMillis() - start;
  /external/chromium_org/tools/perf/metrics/
smoothness.js 41 GpuBenchmarkingRenderingStats.prototype.start = function() {
53 throw new Error('Start not called.');
63 throw new Error('Start not called.');
73 throw new Error('Start not called.');
103 RafRenderingStats.prototype.start = function() {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
LocalAcceptThread.java 123 r2l.start();
124 l2r.start();
  /external/javassist/sample/duplicate/
Viewer.java 25 public void start() { method in class:Viewer
75 view.start();
  /external/javassist/sample/rmi/
CountApplet.java 51 public void start() { method in class:CountApplet
80 ca.start();
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatchTest.java 41 assertEquals(match1.start(), match2.start());
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 74 startsFirst.start();
76 endsFirst.start();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 28 locker.start();
36 attempt.start();
67 locker.start();
75 attempt.start();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 53 }.start(); method
70 ht.start();
89 ht.start();
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 37 public void start() { method in class:AudioPlaybackHandler
38 mHandlerThread.start();
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
SingleThreadedMediaPlayerProxy.java 83 public synchronized void start() { method in class:SingleThreadedMediaPlayerProxy
84 mDelegate.start();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 55 public void start() { method in class:RegisteredMediaRouteProviderWatcher
105 provider.start();
110 provider.start(); // restart the provider if needed
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 39 newThread(finalizedThreadsCount, 1024 << i).start();
88 t1.start();
106 t2.start();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 52 // Create and start the thread
54 thread.start();
60 // Create and start the thread2
62 thread2.start();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 76 public synchronized boolean start(Handler callback) { method in class:BluetoothOppRfcommListener
140 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try");
182 mSocketAcceptThread.start();
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 127 mCaptureAnimator.start();
139 // Start new flash animation.
167 mFlashAnim.start();
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 52 start(); method
110 start(); method
146 private void start() { method in class:ImageLoader
155 t.start();
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 57 public void start() { method in class:Visualization3RS
61 super.start();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 47 public void start() { method in class:TraceFileWriter
51 mReceiverThread.start();

Completed in 789 milliseconds

<<11121314151617181920>>