HomeSort by relevance Sort by last modified time
    Searched refs:getMainLooper (Results 226 - 250 of 692) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 667 mHandler = new Handler(context.getMainLooper()) {
717 mHandler = new Handler(context.getMainLooper());
  /frameworks/support/dynamic-animation/src/android/support/animation/
DynamicAnimation.java 574 if (Looper.myLooper() != Looper.getMainLooper()) {
589 if (Looper.myLooper() != Looper.getMainLooper()) {
  /packages/apps/TV/src/com/android/tv/util/
ImageLoader.java 142 if (Looper.getMainLooper() == Looper.myLooper()) {
416 sMainHandler = new Handler(Looper.getMainLooper());
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 348 verify(mContext, never()).getMainLooper();
359 when(mContext.getMainLooper()).thenReturn(altLooper.getLooper());
367 verify(mContext).getMainLooper();
642 verify(mContext, never()).getMainLooper();
653 when(mContext.getMainLooper()).thenReturn(altLooper.getLooper());
659 verify(mContext).getMainLooper();
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 275 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
328 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
333 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
372 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
377 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
419 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
424 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 502 } else if (mHandler.getLooper() != mContext.getMainLooper()){
503 mHandler = new MyHandler(mContext.getMainLooper());
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 297 mHandler = new Handler(context.getMainLooper(), mCallback);
411 if (myLooper == Looper.getMainLooper()) {
464 if (myLooper == Looper.getMainLooper()) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 168 new Handler(Looper.getMainLooper()));
179 new Handler(Looper.getMainLooper()));
191 new Handler(Looper.getMainLooper()));
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterController.java 113 new Handler(Looper.getMainLooper()),
121 new Handler(Looper.getMainLooper()),
355 new Handler(Looper.getMainLooper()).post(runnable);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 166 assertTrue(mContext.getMainLooper() != null);
170 Handler cameraHandler = new Handler(mContext.getMainLooper());
  /cts/tests/tests/externalservice/src/android/externalservice/cts/
ExternalServiceTest.java 172 Handler creatorHandler = new Handler(Looper.getMainLooper()) {
295 Handler handler = new Handler(Looper.getMainLooper()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginInstanceManager.java 77 mMainHandler = new MainHandler(Looper.getMainLooper());
90 if (Looper.myLooper() != Looper.getMainLooper()) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerBaseTest.java 136 mConfig, Looper.getMainLooper(), mCallbackHandler,
177 mConfig, mContext.getMainLooper(), mCallbackHandler,
NetworkControllerSignalTest.java 60 mConfig, Looper.getMainLooper(), mCallbackHandler,
128 mConfig, Looper.getMainLooper(), mCallbackHandler,
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 155 super(context.getMainLooper());
425 mMotionEventInjector = new MotionEventInjector(mContext.getMainLooper());
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
PersistentConnectionTest.java 109 final Handler handler = new Handler(Looper.getMainLooper());
311 final Handler handler = new Handler(Looper.getMainLooper());
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingTask.java 134 private final Handler mMainThreadHandler = new Handler(Looper.getMainLooper());
523 if (Looper.myLooper() == Looper.getMainLooper()) {
  /packages/services/Car/car-lib/src/android/car/
Car.java 438 Looper mainLooper = Looper.getMainLooper();
444 Looper looper = Looper.getMainLooper();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 122 mChannel = mP2pMgr.initialize(this, getMainLooper(), null);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 288 if (Looper.myLooper() == Looper.getMainLooper()) {
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
BindDeviceAdminServiceGoodSetupTest.java 188 if (Looper.myLooper() != Looper.getMainLooper()) {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilitySoftKeyboardModesTest.java 235 new ResultReceiver(new Handler(activity.getMainLooper())) {
  /cts/tests/app/src/android/app/cts/
AlertWindowsTests.java 90 private final Messenger mMessenger = new Messenger(new IncomingHandler(Looper.getMainLooper()));
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AuthenticationActivity.java 153 mHandler = new Handler(Looper.getMainLooper(), (m) -> {

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 91011>>