/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellConcurrencyModule.java | 31 import com.android.wm.shell.common.HandlerExecutor; 84 return new HandlerExecutor(sysuiMainHandler); in provideSysUIMainExecutor() 119 return new HandlerExecutor(mainHandler); in provideShellMainExecutor() 139 return new HandlerExecutor(Handler.createAsync(shellAnimationThread.getLooper())); in provideShellAnimationExecutor() 152 return new HandlerExecutor(shellSplashscreenThread.getThreadHandler()); in provideSplashScreenExecutor()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | IoThread.java | 20 import android.os.HandlerExecutor; 33 private static HandlerExecutor sHandlerExecutor; 45 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
H A D | FgThread.java | 20 import android.os.HandlerExecutor; 40 private static HandlerExecutor sHandlerExecutor; 55 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BackgroundThread.java | 20 import android.os.HandlerExecutor; 35 private static HandlerExecutor sHandlerExecutor; 50 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
H A D | HotspotRowWorkerTest.java | 30 import android.os.HandlerExecutor; 70 verify(mTetheringManager).registerTetheringEventCallback(any(HandlerExecutor.class), in onSubscribe_registersCallbacks() 83 verify(mTetheringManager).registerTetheringEventCallback(any(HandlerExecutor.class), in onUnsubscribe_unregistersCallbacks() 99 verify(mTetheringManager).registerTetheringEventCallback(any(HandlerExecutor.class), in onTetheringSupported_updatesQCItem()
|
H A D | HotspotTileWorkerTest.java | 27 import android.os.HandlerExecutor; 65 verify(mTetheringManager).registerTetheringEventCallback(any(HandlerExecutor.class), in onSubscribe_registersCallbacks() 78 verify(mTetheringManager).registerTetheringEventCallback(any(HandlerExecutor.class), in onUnsubscribe_unregistersCallbacks()
|
/aosp12/packages/modules/Scheduling/apex/ |
H A D | jarjar-rules.txt | 1 rule android.os.HandlerExecutor* com.android.scheduling.HandlerExecutor@1
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
H A D | CarLauncherApplication.java | 30 import com.android.wm.shell.common.HandlerExecutor; 65 mShellExecutor = new HandlerExecutor(getMainThreadHandler()); in onCreate() 73 new HandlerExecutor(getMainThreadHandler())); in onCreate()
|
H A D | TaskViewManager.java | 36 import com.android.wm.shell.common.HandlerExecutor; 51 private final HandlerExecutor mExecutor; 55 public TaskViewManager(@UiContext Context context, HandlerExecutor handlerExecutor) { in TaskViewManager()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/async/ |
H A D | HandlerExecutor.java | 29 public class HandlerExecutor implements Executor { class 32 public HandlerExecutor(Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | NetworkProviderTest.kt | 200 private class HandlerExecutor(private val handler: Handler) : Executor { regex 241 HandlerExecutor(mHandlerThread.threadHandler), offerCallback1) 243 HandlerExecutor(mHandlerThread.threadHandler), offerCallback2) 245 HandlerExecutor(mHandlerThread.threadHandler), offerCallback3) 247 HandlerExecutor(mHandlerThread.threadHandler), offerCallback4) 295 HandlerExecutor(mHandlerThread.threadHandler), offerCallback3) 298 HandlerExecutor(mHandlerThread.threadHandler), offerCallback4)
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | HandlerExecutor.java | 32 public class HandlerExecutor implements Executor { class 35 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/util/ |
H A D | HandlerExecutor.java | 31 public class HandlerExecutor implements Executor { class 34 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | HandlerExecutor.java | 33 public class HandlerExecutor implements Executor { class 36 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
H A D | BackgroundThread.java | 40 private static HandlerExecutor sHandlerExecutor; 51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
H A D | ForegroundThread.java | 40 private static HandlerExecutor sHandlerExecutor; 51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | HandlerExecutor.java | 32 public class HandlerExecutor implements Executor { class 35 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
/aosp12/packages/modules/CellBroadcastService/ |
H A D | cellbroadcast-jarjar-rules.txt | 1 rule android.os.HandlerExecutor* com.android.cellbroadcastservice.HandlerExecutor@1
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | HandlerExecutor.java | 23 public class HandlerExecutor implements ShellExecutor { class 26 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
|
/aosp12/packages/modules/Permission/service/java/com/android/permission/util/ |
H A D | BackgroundThread.java | 21 import android.os.HandlerExecutor; 51 sExecutor = new HandlerExecutor(sHandler); in ensureInstanceLocked()
|
H A D | ForegroundThread.java | 21 import android.os.HandlerExecutor; 51 sExecutor = new HandlerExecutor(sHandler); in ensureInstanceLocked()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
H A D | WifiTetherSoftApManager.java | 6 import android.os.HandlerExecutor; 39 mWifiManager.registerSoftApCallback(new HandlerExecutor(mHandler), mSoftApCallback); in registerSoftApCallback()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SplashScreenExceptionListTest.java | 27 import android.os.HandlerExecutor; 56 private final HandlerExecutor mExecutor = new HandlerExecutor(
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | JobSchedulerBackgroundThread.java | 20 import android.os.HandlerExecutor; 52 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/ |
H A D | ConnectivitySubsystemsRecoveryManager.java | 28 import android.os.HandlerExecutor; 197 mWifiManager.registerSubsystemRestartTrackingCallback(new HandlerExecutor(mHandler), in startTrackingWifiRestart() 207 mTelephonyManager.registerTelephonyCallback(new HandlerExecutor(mHandler), in startTrackingTelephonyRestart()
|