Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java67 abstract int exec(String cmd) throws RemoteException; in exec() method in BluetoothShellCommand.BluetoothCommand
77 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.Enable
93 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.Disable
138 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.WaitForAdapterState
/packages/apps/Car/Radio/src/com/android/car/radio/util/
DRemote.java52 public static <V> V exec(RemoteFunction<V> func) { in exec() method in Remote
63 public static void exec(RemoteVoidFunction func) { in exec() method in Remote
/packages/apps/Test/connectivity/PMC/
Dbuild_pmc.sh53 exec () { function
/packages/apps/Traceur/src/com/android/traceur/
DTraceUtils.java121 public static Process exec(String cmd) throws IOException { in exec() method in TraceUtils
125 public static Process exec(String cmd, String tmpdir) throws IOException { in exec() method in TraceUtils
129 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() method in TraceUtils
/packages/modules/Bluetooth/system/test/headless/
Dmain.cc81 const char exec[] = "/system/bin/logcat"; in clear_logcat() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileDeleteUiTest.java138 final ThreadPoolExecutor exec = new ThreadPoolExecutor( in createStubFiles() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadScanner.java63 public void exec(MediaScannerConnection conn) { in exec() method in DownloadScanner.ScanRequest
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProviderShellCommand.java232 public void exec(@Nullable String[] args) { in exec() method in MediaProviderShellCommand
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java379 private void exec(int msgid) { in exec() method in BlockingGLTextureView.RenderThread
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java758 private void executeCallback(Executor exec, IBluetoothCsipSetCoordinatorCallback callback, in executeCallback()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java1124 int exec(String[] args, IndentingPrintWriter writer) { in exec() method in CarShellCommand