Home
last modified time | relevance | path

Searched refs:sLatestForegroundActivity (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java43 public static Activity sLatestForegroundActivity; field in TestService
114 sLatestForegroundActivity.startIntentSenderForResult( in sendPendingIntentWithActivityForResult()
129 sLatestForegroundActivity.startIntentSender( in sendPendingIntentWithActivity()
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java112 TestService.sLatestForegroundActivity = this; in onCreate()