Searched refs:stopPackage (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.server.wm.flicker.AutomationUtils.stopPackage;173 .runAfterAll(() -> stopPackage(context, intent.getComponent().getPackageName())) in changeAppRotation()
239 public static void stopPackage(Context context, String packageName) { in stopPackage() method in AutomationUtils