Home
last modified time | relevance | path

Searched defs:run (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DSQLiteTransaction.kt35 fun run(db: SQLiteDatabase) { in performTransaction() method
DSQLiteAsyncQuery.kt36 fun run(db: SQLiteDatabase?, consumer: Consumer<A>) { in performQuery() method in com.android.quicksearchbox.util.SQLiteAsyncQuery
DConsumers.kt40 override fun run() { in consumeAsync() method
59 override fun run() { in consumeCloseableAsync() method
DAsyncDataSetObservable.kt27 override fun run() { in run() method
33 override fun run() { in run() method
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCrypt.java49 public void run() { in run() method in Crypt.Encrypter
66 public void run() { in run() method in Crypt.Decrypter
DPackage.java47 public void run() throws IOException { in run() method in Package.Packager
78 public void run() throws FileNotFoundException, IOException { in run() method in Package.Unpackager
DCompress.java51 public void run() throws IOException { in run() method in Compress.Compressor
80 public void run() throws IOException { in run() method in Compress.Uncompressor
DMakedict.java36 public void run() throws FileNotFoundException, IOException, UnsupportedFormatException { in run() method in Makedict
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DBrowsedPlayerWrapper.java50 void run(int status, BrowsedPlayerWrapper wrapper); in run() method
54 void run(int status); in run() method
58 void run(int status, String mediaId, List<ListItem> results); in run() method
/packages/modules/Virtualization/java/service/src/com/android/system/virtualmachine/
DSecretkeeperJobService.java89 public void run() { in onStartJob() method
125 public void run() throws RemoteException { in run() method in SecretkeeperJobService.SecretkeeperJob
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommand.java48 public void run() throws InterruptedException, CameraAccessException, in run() method
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/utils/
DRunnableWithThrowable.java27 void run() throws E; in run() method
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DProcedure.java25 boolean run(); in run() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java146 public void run() { in onResume() method
180 public void run() { in downloadedMetadata() method
383 public void run() { in startRefresh() method
399 public void run() { in cancelRefresh() method
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiThreadRunner.java122 public boolean run(@NonNull Runnable runnable, String taskName) { in run() method in WifiThreadRunner
141 public boolean run(@NonNull Runnable runnable) { in run() method in WifiThreadRunner
335 public void run() { in run() method in WifiThreadRunner.BlockingRunnable
/packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/
DTestDeviceHelper.java230 public static void run(VoidCommand command) { in run() method in TestDeviceHelper
241 T run(ITestDevice device) throws DeviceNotAvailableException; in run() method
247 void run(ITestDevice device) throws DeviceNotAvailableException; in run() method
/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/
DObd2Command.java131 public abstract Optional<ValueType> run(Obd2Connection connection) throws Exception; in run() method in Obd2Command
158 public Optional<ValueType> run(Obd2Connection connection) in run() method in Obd2Command.LiveFrameCommand
185 public Optional<ValueType> run(Obd2Connection connection) in run() method in Obd2Command.FreezeFrameCommand
/packages/apps/Car/systemlibs/tools/
Dgo_rotary.sh48 function run { function
/packages/apps/Camera2/src/com/android/camera/util/
DTask.java23 public void run(T t); in run() method
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/remotedpm/
DRemoteRunnable.java22 void run(IRemoteDevicePolicyManager rdpm) throws RemoteException; in run() method
/packages/apps/Camera2/src/com/android/camera/device/
DLegacyCameraActions.java98 public void run() { in run() method in LegacyCameraActions.OpenCameraRunnable
130 public void run() { in run() method in LegacyCameraActions.CloseCameraRunnable
/packages/services/Mtp/src/com/android/mtp/
DPipeManager.java79 public void run() { in run() method in PipeManager.ImportFileTask
100 public void run() { in run() method in PipeManager.GetThumbnailTask
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageCaptureCommand.java39 public void run(Updatable<Void> imageExposeCallback, in run() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteRunnable.java24 void run() throws RemoteException; in run() method
/packages/apps/Gallery/src/com/android/camera/
DImageLoader.java45 public void run(Bitmap result); in run() method
118 public void run() { in run() method in ImageLoader.WorkerThread

12345678910>>...19