Searched refs:getMainLooper (Results 1 - 25 of 57) sorted by last modified time

123

/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java110 mHandler = new Handler(context.getMainLooper()) {
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java140 if (Looper.myLooper() != Looper.getMainLooper()) {
143 Handler mainThread = new Handler(Looper.getMainLooper());
H A DRequestQueue.java115 new ExecutorDelivery(new Handler(Looper.getMainLooper())));
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DClearCacheRequest.java51 Handler handler = new Handler(Looper.getMainLooper());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAdnRecordLoader.java63 super(Looper.getMainLooper());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java713 public Looper getMainLooper() { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java68 super(context.getMainLooper());
H A DAccessibilityManagerService.java205 mMainHandler = new MainHandler(mContext.getMainLooper());
H A DTouchExplorer.java230 mHandler = new Handler(context.getMainLooper());
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java428 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
/frameworks/base/test-runner/src/android/test/
H A DLoaderTestCase.java77 final Handler mainThreadHandler = new Handler(Looper.getMainLooper()) {
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java80 public Looper getMainLooper() { method in class:MockContext
/frameworks/base/opengl/java/android/opengl/
H A DManagedEGLContext.java100 if (Looper.getMainLooper() != Looper.myLooper()) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java397 new Handler(getMainLooper()).postDelayed(mWifiRestore, WIFI_BOUNCE_DELAY_MILLIS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java100 mSession = WindowManagerGlobal.getWindowSession(context.getMainLooper());
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java115 } else if ((looper = Looper.getMainLooper()) != null) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java426 if (looper != null && looper == context.getMainLooper()) {
/frameworks/base/media/java/android/media/
H A DAudioManager.java1839 looper = Looper.getMainLooper();
H A DAudioRecord.java225 mInitializationLooper = Looper.getMainLooper();
H A DAudioTrack.java312 mInitializationLooper = Looper.getMainLooper();
H A DJetPlayer.java161 mInitializationLooper = Looper.getMainLooper();
H A DMediaPlayer.java580 } else if ((looper = Looper.getMainLooper()) != null) {
H A DMediaRecorder.java102 } else if ((looper = Looper.getMainLooper()) != null) {
H A DMediaRouter.java89 mHandler = new Handler(appContext.getMainLooper());
H A DRemoteControlClient.java326 } else if ((looper = Looper.getMainLooper()) != null) {

Completed in 351 milliseconds

123