Searched refs:execute (Results 1 - 25 of 195) sorted by relevance

12345678

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java80 mInstaller.execute("create_app_data", uuid, pkgname, userid, flags, appid, seinfo,
86 mInstaller.execute("restorecon_app_data", uuid, pkgname, userid, flags, appid,
92 mInstaller.execute("migrate_app_data", uuid, pkgname, userid, flags);
97 mInstaller.execute("clear_app_data", uuid, pkgname, userid, flags, ceDataInode);
102 mInstaller.execute("destroy_app_data", uuid, pkgname, userid, flags, ceDataInode);
108 mInstaller.execute("move_complete_app", from_uuid, to_uuid, package_name,
114 final String[] res = mInstaller.execute("get_app_size", uuid, pkgname, userid, flags,
127 final String[] res = mInstaller.execute("get_app_data_inode", uuid, pkgname, userid, flags);
163 mInstaller.execute("idmap", targetApkPath, overlayApkPath, uid);
168 mInstaller.execute("rmde
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssStatusListenerHelper.java50 public void execute(IGnssStatusListener listener) throws RemoteException {
57 public void execute(IGnssStatusListener listener) throws RemoteException {
68 public void execute(IGnssStatusListener listener) throws RemoteException {
83 public void execute(IGnssStatusListener listener) throws RemoteException {
98 public void execute(IGnssStatusListener listener) throws RemoteException {
H A DGnssMeasurementsProvider.java44 public void execute(IGnssMeasurementsListener listener) throws RemoteException {
95 public void execute(IGnssMeasurementsListener listener) throws RemoteException { method in class:GnssMeasurementsProvider.StatusChangedOperation
H A DGnssNavigationMessageProvider.java44 public void execute(IGnssNavigationMessageListener listener)
96 public void execute(IGnssNavigationMessageListener listener) throws RemoteException { method in class:GnssNavigationMessageProvider.StatusChangedOperation
/frameworks/rs/
H A DrsScriptGroup2.cpp14 void ScriptGroup2::execute(Context* rsc) { function in class:android::renderscript::ScriptGroup2
15 if (rsc->mHal.funcs.scriptgroup.execute) {
16 rsc->mHal.funcs.scriptgroup.execute(rsc, this);
H A DrsScriptGroup2.h23 virtual void execute(Context* rsc);
H A DrsScriptGroupBase.h25 virtual void execute(Context *rsc) = 0;
/frameworks/volley/src/test/java/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/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestUpdateInbox.java33 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestUpdateInbox
H A DBluetoothMasRequestSetNotificationRegistration.java45 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestSetNotificationRegistration
/frameworks/volley/src/test/java/com/android/volley/utils/
H A DImmediateResponseDelivery.java18 public void execute(Runnable command) {
/frameworks/support/v4/java/android/support/v4/os/
H A DAsyncTaskCompat.java32 * @param task The {@link android.os.AsyncTask} to execute.
48 task.execute(params);
/frameworks/volley/src/main/java/com/android/volley/
H A DExecutorDelivery.java38 public void execute(Runnable command) {
62 mResponsePoster.execute(new ResponseDeliveryRunnable(request, response, runnable));
69 mResponsePoster.execute(new ResponseDeliveryRunnable(request, response, null));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java73 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { method in class:ProviderExecutor
86 public void execute(Runnable command) {
93 public void execute(Runnable command) { method in class:ProviderExecutor
/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp51 bool XmlNodeAction::execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag, function in class:aapt::xml::XmlNodeAction
63 error |= !iter->second.execute(policy, diag, childEl);
80 bool XmlActionExecutor::execute(XmlActionExecutorPolicy policy, IDiagnostics* diag, function in class:aapt::xml::XmlActionExecutor
96 return iter->second.execute(policy, &sourceDiag, el);
H A DXmlActionExecutor.h71 bool execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag, Element* el) const;
78 * Allows the definition of actions to execute at specific XML elements defined by their
97 bool execute(XmlActionExecutorPolicy policy, IDiagnostics* diag, XmlResource* doc) const;
H A DXmlActionExecutor_test.cpp43 ASSERT_TRUE(executor.execute(XmlActionExecutorPolicy::None, &diag, doc.get()));
58 ASSERT_FALSE(executor.execute(XmlActionExecutorPolicy::Whitelist, &diag, doc.get()));
/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/location/java/android/location/
H A DGnssMeasurementCallbackTransport.java56 public void execute(GnssMeasurementsEvent.Callback callback)
69 public void execute(GnssMeasurementsEvent.Callback callback)
H A DGnssNavigationMessageCallbackTransport.java58 public void execute(GnssNavigationMessage.Callback callback)
71 public void execute(GnssNavigationMessage.Callback callback)
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java73 task.execute();
107 task.execute();
143 task.execute();
180 task.execute();
214 task.execute();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java42 public void execute(CommandStack stack); method in interface:GraphReader.Command
57 public void execute() { method in class:GraphReader.CommandStack
59 command.execute(this);
88 public void execute(CommandStack stack) { method in class:GraphReader.ImportPackageCommand
105 public void execute(CommandStack stack) { method in class:GraphReader.AddLibraryCommand
120 public void execute(CommandStack stack) { method in class:GraphReader.AllocateFilterCommand
143 public void execute(CommandStack stack) { method in class:GraphReader.AddSourceSlotCommand
158 public void execute(CommandStack stack) { method in class:GraphReader.AddTargetSlotCommand
173 public void execute(CommandStack stack) { method in class:GraphReader.AddVariableCommand
190 public void execute(CommandStac method in class:GraphReader.SetFilterInputCommand
217 public void execute(CommandStack stack) { method in class:GraphReader.ConnectCommand
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DWindowManagerProxy.java181 mExecutor.execute(mResizeRunnable);
185 mExecutor.execute(mDismissRunnable);
189 mExecutor.execute(mMaximizeRunnable);
193 mExecutor.execute(new Runnable() {
218 mExecutor.execute(mDimLayerRunnable);
222 mExecutor.execute(mSwapRunnable);
229 mExecutor.execute(mSetTouchableRegionRunnable);
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java62 client.execute(new HttpGet(server.getUrl("/").toURI()));
95 HttpResponse getCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
99 HttpResponse sendCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
/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

Completed in 427 milliseconds

12345678