Searched refs:startThread (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/logcat/ |
D | LogcatManagerServiceTest.java | 139 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromBackground_DeclinedWithoutPrompt() 153 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromBackground_ApprovedIfInstrumented() 165 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromForegroundService_DeclinedWithoutPrompt() 177 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_ShowsPrompt() 190 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_NoInteractionWithPrompt_DeclinesAfterTimeout() 203 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_Approved() 218 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_Declined() 233 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_MultipleRequestsApprovedTogether() 234 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD2); in test_RequestFromTop_MultipleRequestsApprovedTogether() 253 mService.getBinderService().startThread(APP1_UID, APP1_GID, APP1_PID, FD1); in test_RequestFromTop_MultipleRequestsDeclinedTogether() [all …]
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/ |
D | RequestThrottleTest.kt | 55 val thread = startThread { request.schedule() } in simpleThrottle() 82 val thread = startThread { request.schedule() } in exceptionInRequest() 114 val handlerThread = startThread { handler.timeAdvance() } in scheduleWhileRunning() 119 (0..5).map { startThread { request.schedule() } } in scheduleWhileRunning() 201 val thread = startThread { handler.timeAdvance() } in forceWriteNowWithoutSync() 214 private fun startThread(block: () -> Unit) = Thread { block() }.apply { start() } in CountDownLatch() method in com.android.server.pm.test.install.RequestThrottleTest
|
/frameworks/base/core/java/android/os/logcat/ |
D | ILogcatManagerService.aidl | 32 void startThread(in int uid, in int gid, in int pid, in int fd); in startThread() method
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | AdditionalSubtypeMapRepository.java | 187 void startThread() { in startThread() method in AdditionalSubtypeMapRepository.SingleThreadedBackgroundWriter 225 sWriter.startThread(); in startWriterThread()
|
/frameworks/base/services/core/java/com/android/server/logcat/ |
D | LogcatManagerService.java | 196 public void startThread(int uid, int gid, int pid, int fd) { in startThread() method in LogcatManagerService.BinderService
|