Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureActivity.java37 public static final String CONTENT_CAPTURE_PACKAGE_NAME = field in ContentCaptureActivity
39 public static final String CONTENT_CAPTURE_ACTIVITY_NAME = CONTENT_CAPTURE_PACKAGE_NAME
55 new ComponentName(CONTENT_CAPTURE_PACKAGE_NAME, CONTENT_CAPTURE_ACTIVITY_NAME)); in onCreate()
67 Log.e(TAG, CONTENT_CAPTURE_PACKAGE_NAME in waitContentCaptureEnabled()
DContentCaptureRestrictionsTest.java23 …t static com.android.cts.deviceandprofileowner.ContentCaptureActivity.CONTENT_CAPTURE_PACKAGE_NAME;
62 launchIntent.setClassName(CONTENT_CAPTURE_PACKAGE_NAME, CONTENT_CAPTURE_ACTIVITY_NAME); in testDisallowContentCapture_allowed()