Skip to content
Snippets Groups Projects
  1. Nov 01, 2019
  2. Oct 31, 2019
  3. Oct 30, 2019
    • Brad Ebinger's avatar
      Remove shell commands for setting default SMS app · 67e099b9
      Brad Ebinger authored
      Use RoleManager shell commands directly instead of telephony
      commands for setting the default sms app.
      
      Bug: 142419519
      Test: GtsTelephonyTestCases:ImsServiceTest
      Merged-In: Ib150ff57ecd0872ba732b273b5e7363375723639
      Change-Id: Ib150ff57ecd0872ba732b273b5e7363375723639
      67e099b9
    • Brad Ebinger's avatar
      Add new system level APIs for accessing IMS state · 5c040e12
      Brad Ebinger authored
      1) Adds new system APIs that provide more access to IMS state.
      2) Remove dependence on IPackageManager, which is not accessible
      in mainline.
      
      Bug: 141457496
      Bug: 122098288
      Test: atest FrameworksTelephonyTests
      Merged-In: I17cbad4642ad3099668a354bb2588f2b55602311
      Change-Id: I17cbad4642ad3099668a354bb2588f2b55602311
      5c040e12
    • Treehugger Robot's avatar
    • Treehugger Robot's avatar
    • Marco Nelissen's avatar
      Remove unused link libraries from libmedia_jni_utils · e83368fc
      Marco Nelissen authored
      Test: build
      Change-Id: If11573e26f1b4e610b936d63870da962c8e128a2
      e83368fc
    • markchien's avatar
      [Tether05] Migrate UpstreamNetworkMonitor into module · d020e557
      markchien authored
      Bug: 136040414
      Test: -build, flash, boot
            -atest TetheringTests
            -atest FrameworksNetTests
      
      Change-Id: Ic1d9deecb66aaba0a4264a57f2e6579ea491ac9b
      d020e557
    • wilsonshih's avatar
      Consolidate ActivityStack#finishCurrentActivityLocked checking · d528106f
      wilsonshih authored
      This CL is to fix a bug that found in
      TransitionSelectionTests#testCloseTask_BothWallpaper_SlowStop may flaky
      because when TopActivity launched & call finish(), the activity will destroy
      too soon before BottomActivity resume & idle.
      
      When TopActivity launched, suppose BottomActivity's nowVisible state should
      be false because both activities are fullscreen activity & TopActivity should
      cover BottomActivity.
      
      After TopActivity called finish(), normally the activity should wait for
      BottomActivity visible and then destroy, and this test is to verify if
      TRANSIT_WALLPAPER_INTRA_CLOSE state will coming when opening & closing animation
      target with wallpaper theme are animating case.
      
      But the flakiness may happen if device is in low-performance stage, when
      TopActivity launched, system calls setClientHidden for BottomActivity's all
      windows to update its viewVisibility but can't update in time, and then
      the next relayoutWindow comes, mis-detected BottomActivity's Floating child
      window as drawn state, so that can't update BottomActivity's nowVisible
      state as invisible with onWindowsGone().
      
      So when TopActivity called finish(), TopActivity will soon going to destroy
      state since BottomActivity is still in nowVisible state.
      
      The fix is to add isNextNotYetVisible, if the next activity the nowVisible or visible
      is not yet true, which means we need to add the current finishing
      activity into stopping list and destory until the next activity idle.
      
      Bug: 140088359
      Test: atest TransitionSelectionTests
      Change-Id: If1907d71135158bafea69881205f351ab666025e
      Merged-In: If1907d71135158bafea69881205f351ab666025e
      d528106f
Loading