Searched refs:exec (Results 1 - 6 of 6) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadScanner.java61 public void exec(MediaScannerConnection conn) { method in class:DownloadScanner.ScanRequest
108 req.exec(mConnection);
123 req.exec(mConnection);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java350 exec(CHANGE_SURFACE);
358 exec(RESIZE_SURFACE);
364 exec(RENDER);
371 exec(FINISH);
379 private void exec(int msgid) { method in class:BlockingGLTextureView.RenderThread
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java350 exec(CHANGE_SURFACE);
358 exec(RESIZE_SURFACE);
364 exec(RENDER);
371 exec(FINISH);
379 private void exec(int msgid) { method in class:BlockingGLTextureView.RenderThread
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java357 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 " + ipAddress);
374 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 www.google.com");
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileSystemUtils.java395 // (see commond-exec or ant for a better multi-threaded multi-os solution)
454 return Runtime.getRuntime().exec(cmdAttribs);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java696 Process p = Runtime.getRuntime().exec("ping -c 1 " + ipAddress);
715 Process p = Runtime.getRuntime().exec("ping -c 1 www.google.com");

Completed in 162 milliseconds