Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java64 abstract int exec(String cmd) throws RemoteException; in exec() method in BluetoothShellCommand.BluetoothCommand
76 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.EnableBle
100 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.DisableBle
124 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.Enable
144 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.Disable
197 public int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommand.WaitForAdapterState
/packages/apps/Test/connectivity/PMC/
Dbuild_pmc.sh53 exec () { function
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/java/
DGenerateCompatAnnotationSrcDir.kt19 override fun exec() { in exec() method in GenerateCompatAnnotationSrcDir
DAConfigCreateJavaLibTask.kt19 override fun exec() { in exec() method in AConfigCreateJavaLibTask
DPushApkTask.kt18 override fun exec() { in exec() method in PushApkTask
DAConfigCreateCacheTask.kt29 override fun exec() { in <lambda>() method in AConfigCreateCacheTask
DCreateEventLogTask.kt30 override fun exec() { in exec() method in CreateEventLogTask
DGenerateJavaAidlDependencies.kt25 override fun exec() { in <lambda>() method in GenerateJavaAidlDependencies
/packages/modules/Connectivity/staticlibs/testutils/host/com/android/testutils/
DDisableConfigSyncTargetPreparer.kt61 fun TestInformation.exec(cmd: String) = this.device.executeShellCommand(cmd) method
/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/
DAConfigCreateJavaLibTask.kt37 override fun exec() { in exec() method in aconfig.AConfigCreateJavaLibTask
DAConfigCreateCacheTask.kt42 override fun exec() { in <lambda>() method in aconfig.AConfigCreateCacheTask
/packages/apps/Traceur/src_common/com/android/traceur/
DTraceUtils.java192 public static Process exec(String cmd) throws IOException { in exec() method in TraceUtils
196 public static Process exec(String cmd, String tmpdir) throws IOException { in exec() method in TraceUtils
200 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() method in TraceUtils
/packages/modules/Bluetooth/system/test/headless/
Dmain.cc84 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/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothShellCommandTest.java171 int exec(String cmd) throws RemoteException { in exec() method in BluetoothShellCommandTest.TestPrivilegedCmd
/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.java238 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.java729 Executor exec, in executeCallback()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java1172 int exec(String[] args, IndentingPrintWriter writer) { in exec() method in CarShellCommand