Searched refs:ContentCaptureActivity (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.cts.deviceandprofileowner.ContentCaptureActivity.CONTENT_CAPTURE_ACTIVITY…23 import static com.android.cts.deviceandprofileowner.ContentCaptureActivity.CONTENT_CAPTURE_PACKAGE_…63 final ContentCaptureActivity activity = launchActivity( in testDisallowContentCapture_allowed()64 "com.android.cts.deviceandprofileowner", ContentCaptureActivity.class, null); in testDisallowContentCapture_allowed()
34 public class ContentCaptureActivity extends Activity { class