Searched defs:execute (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestUpdateInbox.java33 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestUpdateInbox
H A DBluetoothMasRequestGetFolderListing.java72 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetFolderListing
H A DBluetoothMasRequestGetFolderListingSize.java53 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetFolderListingSize
H A DBluetoothMasRequestGetMessage.java86 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetMessage
H A DBluetoothMasRequestGetMessagesListingSize.java54 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetMessagesListingSize
H A DBluetoothMasRequestSetMessageStatus.java49 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestSetMessageStatus
H A DBluetoothMasRequestSetNotificationRegistration.java45 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestSetNotificationRegistration
H A DBluetoothMasRequestSetPath.java52 public void execute(ClientSession session) { method in class:BluetoothMasRequestSetPath
H A DBluetoothMasRequestPushMessage.java76 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestPushMessage
H A DBluetoothMasRequestGetMessagesListing.java147 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetMessagesListing
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java41 public void execute() { method in class:SQLiteStatement
44 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null);
/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java95 public HttpResponse execute( method in class:TestHttpClient
105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestSetPath.java52 public void execute(ClientSession session) { method in class:BluetoothPbapRequestSetPath
53 Log.v(TAG, "execute");
H A DBluetoothPbapRequest.java59 public void execute(ClientSession session) throws IOException { method in class:BluetoothPbapRequest
60 Log.v(TAG, "execute");
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java91 void execute(TListener listener) throws RemoteException; method in interface:LocalListenerHelper.ListenerOperation
105 operation.execute(listener);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java76 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { method in class:ProviderExecutor
89 public void execute(Runnable command) {
96 public void execute(Runnable command) { method in class:ProviderExecutor
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsMeasurementsProvider.java44 public void execute(IGpsMeasurementsListener listener) throws RemoteException {
96 public void execute(IGpsMeasurementsListener listener) throws RemoteException { method in class:GpsMeasurementsProvider.StatusChangedOperation
H A DGpsNavigationMessageProvider.java44 public void execute(IGpsNavigationMessageListener listener)
98 public void execute(IGpsNavigationMessageListener listener) throws RemoteException { method in class:GpsNavigationMessageProvider.StatusChangedOperation
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java129 * @param execute Whether the pending writes should be executed (true) or
132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java43 public Frame execute(KeyValueMap inputMap) { method in class:FilterFunction
48 throw new RuntimeException("Calling execute on filter " + mFilter + " with multiple "
97 return execute(KeyValueMap.fromKeyValues(inputs));
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java30 * . All tasks that is given to {@link #execute(Object, Runnable)} must correspond to a key. This
35 * If on {@link #execute(Object, Runnable)} the key is not expected, the task will be executed
69 * {@link #execute(Object, Runnable)}. However, in practice, if you are generating tasks in
84 * must call either {@link #forget(Object)} or {@link #execute(Object, Runnable)}
91 * with {@link #execute (Object, Runnable)}.
119 * Remove a previously declared key that we no longer expect to execute a task for. This
154 * Attempt to execute a task corresponding to a previously declared key. If the key is the
163 * @param task the task to execute or store, depending on its corresponding key.
165 public void execute(final T key, final Runnable task) { method in class:ContiguousFIFOAggregator
166 Trace.beginSection("pool execute");
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroupThunker.java51 public void execute() { method in class:ScriptGroupThunker
53 mN.execute();
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java56 public HttpResponse execute(HttpUriRequest request, HttpContext context) { method in class:MockHttpClient
70 public HttpResponse execute(HttpUriRequest request) { method in class:MockHttpClient
75 public HttpResponse execute(HttpHost target, HttpRequest request) { method in class:MockHttpClient
80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { method in class:MockHttpClient
85 public HttpResponse execute(HttpHost target, HttpRequest request, HttpContext context) { method in class:MockHttpClient
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { method in class:MockHttpClient
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { method in class:MockHttpClient
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, method in class:MockHttpClient
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java84 public int execute(String cmd) { method in class:InstallerConnection
111 return execute(builder.toString());
130 return execute(builder.toString());

Completed in 359 milliseconds

123