/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
D | BluetoothShellCommand.java | 67 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/ |
D | Remote.java | 52 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/ |
D | build_pmc.sh | 53 exec () { function
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceUtils.java | 121 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/ |
D | main.cc | 81 const char exec[] = "/system/bin/logcat"; in clear_logcat() local
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | FileDeleteUiTest.java | 138 final ThreadPoolExecutor exec = new ThreadPoolExecutor( in createStubFiles() local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadScanner.java | 63 public void exec(MediaScannerConnection conn) { in exec() method in DownloadScanner.ScanRequest
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProviderShellCommand.java | 232 public void exec(@Nullable String[] args) { in exec() method in MediaProviderShellCommand
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 379 private void exec(int msgid) { in exec() method in BlockingGLTextureView.RenderThread
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 758 private void executeCallback(Executor exec, IBluetoothCsipSetCoordinatorCallback callback, in executeCallback()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 1124 int exec(String[] args, IndentingPrintWriter writer) { in exec() method in CarShellCommand
|