OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:taskswitching
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/ui/appA/src/android/taskswitching/appa/
AppAActivity.java
17
package android.
taskswitching
.appa;
30
* This is for measuring
taskswitching
time between two apps.
35
private static final String TASKSWITCHING_INTENT = "android.
taskswitching
.appa";
/cts/hostsidetests/ui/appB/src/android/taskswitching/appb/
AppBActivity.java
17
package android.
taskswitching
.appb;
29
* This is for measuring
taskswitching
time between two apps.
34
private static final String TASKSWITCHING_INTENT = "android.
taskswitching
.appb";
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java
17
package android.
taskswitching
.control.cts;
44
private static final String PKG_A = "android.
taskswitching
.appa";
45
private static final String PKG_B = "android.
taskswitching
.appb";
Completed in 163 milliseconds