/frameworks/base/core/java/android/os/ |
D | TestLooperManager.java | 123 MessageExecution execution = new MessageExecution(); in execute() local 124 execution.m = message; in execute() 125 synchronized (execution) { in execute() 126 mExecuteQueue.add(execution); in execute() 129 execution.wait(); in execute() 132 if (execution.response != null) { in execute() 133 throw new RuntimeException(execution.response); in execute()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 108 private val execution: Execution, in <lambda>() constant in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceController 195 execution.assertIsMainThread() in <lambda>() 241 execution.assertIsMainThread() in <lambda>() 248 execution.assertIsMainThread() in <lambda>() 255 execution.assertIsMainThread() in <lambda>() 262 execution.assertIsMainThread() in <lambda>() 267 execution.assertIsMainThread() in <lambda>() 308 execution.assertIsMainThread() in <lambda>() 314 execution.assertIsMainThread() in <lambda>() 320 execution.assertIsMainThread() in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/ |
D | CommunalSmartspaceController.kt | 47 private val execution: Execution, in <lambda>() constant in com.android.systemui.communal.smartspace.CommunalSmartspaceController 89 execution.assertIsMainThread() in <lambda>() 132 execution.assertIsMainThread() in <lambda>() 162 execution.assertIsMainThread() in <lambda>() 173 execution.assertIsMainThread() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsDisplayMode.kt | 33 private val execution: Execution, constant in com.android.systemui.biometrics.UdfpsDisplayMode 42 execution.isMainThread() in enable() 74 execution.isMainThread() in disable()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/ |
D | LockscreenPreconditionTest.kt | 46 private lateinit var execution: Execution variable in com.android.systemui.smartspace.LockscreenPreconditionTest 63 val precondition = LockscreenPrecondition(deviceProvisionedController, execution) in testFullyEnabled() 78 LockscreenPrecondition(deviceProvisionedController, execution) in testProvisioning() 104 LockscreenPrecondition(deviceProvisionedController, execution) in testUserSetup()
|
D | LockscreenTargetFilterTest.kt | 61 @Mock private lateinit var execution: Execution variable in com.android.systemui.smartspace.LockscreenTargetFilterTest 97 execution, in testLockscreenAllowPrivateNotifications() 138 execution, in testUserSwitchCallback()
|
D | CommunalSmartspaceControllerTest.kt | 55 @Mock private lateinit var execution: Execution variable in com.android.systemui.smartspace.CommunalSmartspaceControllerTest 119 execution, in setup()
|
D | DreamSmartspaceControllerTest.kt | 62 private lateinit var execution: Execution variable in com.android.systemui.smartspace.DreamSmartspaceControllerTest 150 controller = DreamSmartspaceController(context, smartspaceManager, execution, uiExecutor, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/ |
D | DreamSmartspaceController.kt | 54 private val execution: Execution, in <lambda>() constant in com.android.systemui.dreams.smartspace.DreamSmartspaceController 121 execution.assertIsMainThread() in <lambda>() 150 execution.assertIsMainThread() in <lambda>() 223 execution.assertIsMainThread() in <lambda>() 264 execution.assertIsMainThread() in <lambda>() 275 execution.assertIsMainThread() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ThresholdSensorImpl.java | 70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl() argument 72 mExecution = execution; in ThresholdSensorImpl() 245 Builder(@Main Resources resources, AsyncSensorManager sensorManager, Execution execution) { in Builder() argument 248 mExecution = execution; in Builder() 372 Execution execution) { in BuilderFactory() argument 375 mExecution = execution; in BuilderFactory()
|
D | PostureDependentProximitySensor.java | 50 Execution execution, in PostureDependentProximitySensor() argument 57 execution in PostureDependentProximitySensor()
|
D | ProximitySensorImpl.java | 124 Execution execution) { in ProximitySensorImpl() argument 128 mExecution = execution; in ProximitySensorImpl()
|
/frameworks/proto_logging/stats/enums/neuralnetworks/ |
D | enums.proto | 33 // Async execution. 36 // Sync execution. 39 // Burst execution.
|
/frameworks/proto_logging/stats/enums/adservices/common/ |
D | adservices_enums.proto | 147 // Get an unavailable job execution start timestamp when calculating the execution latency. 150 // Get an invalid execution period during the calculation. 153 // Failed to persist execution start time in the storage. 156 // Failed to persist execution stop time in the storage. 542 * Type of the result code that implies different execution results of Adservices background jobs. 548 /** Successful execution. */ 551 /** Failed execution with retrying the job. */ 554 /** Failed execution without retrying the job. */ 564 * The execution is halted by system or device for unknown reason, leaving 565 * a not finished execution. [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/preconditions/ |
D | LockscreenPrecondition.kt | 29 private val execution: Execution constant in com.android.systemui.smartspace.preconditions.LockscreenPrecondition 88 execution.assertIsMainThread() in conditionsMet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/filters/ |
D | LockscreenTargetFilter.kt | 40 private val execution: Execution, constant in com.android.systemui.smartspace.filters.LockscreenTargetFilter 66 execution.assertIsMainThread() in onChange() 125 execution.assertIsMainThread() in onUserChanged()
|
/frameworks/proto_logging/stats/enums/media/drm/ |
D | enums.proto | 91 * backed trusted execution environment. 97 * performed within a hardware backed trusted execution environment. 104 * hardware backed trusted execution environment.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | GlobalConcurrencyModule.java | 110 public abstract Execution provideExecution(ExecutionImpl execution); in provideExecution() argument
|
/frameworks/multidex/library/ |
D | README | 8 won't help with linearalloc at execution time. This means that
|
/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 82 // Count and execution time of getKeyRequest calls. 85 // Count and execution time of provideKeyResponse calls.
|
/frameworks/base/apex/jobscheduler/service/aconfig/ |
D | job.aconfig | 21 description: "Don't force rush job execution right after boot completion"
|
/frameworks/compile/libbcc/ |
D | Android.bp | 96 // so that we can test the execution engine easily.
|
D | README.rst | 9 libbcc is an LLVM bitcode execution engine that compiles the bitcode 45 upstream. Otherwise, libbcc's execution engine can easily become
|
/frameworks/proto_logging/stats/enums/federatedcompute/ |
D | enums.proto | 214 // Client failed to initialize a component, but execution was not halted. 217 // Client failed to initialize a component, and execution was halted.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 23 *** execution with the "-j1" flag to llvm-lit
|