Home
last modified time | relevance | path

Searched refs:createAttributionContext (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/content/src/android/content/wm/cts/
DContextIsUiContextTest.java95 .createAttributionContext(null /* attributionTag */); in testIsUiContextOnDefaultDisplayContext()
106 .createAttributionContext(null /* attributionTag */); in testIsUiContextOnSecondaryDisplayContext()
113 .createAttributionContext(null /* attributionTag */); in testIsUiContextOnUiDerivedContext()
DContextRegisterComponentCallbacksTest.java141 final Context contextWithoutOverriding = activity.createAttributionContext(""); in testRegisterComponentCallbacksOnContextWithoutOverriding()
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt449 val wifiManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
467 val testContext = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
501 val testContext = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
535 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
555 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
609 val locationManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
657 context.createAttributionContext(TEST_ATTRIBUTION_TAG).contentResolver in nativeNoteOp()
671 context.createAttributionContext(TEST_ATTRIBUTION_TAG).contentResolver in nativeNoteOp()
687 val telephonyManager = context.createAttributionContext(TEST_ATTRIBUTION_TAG) in nativeNoteOp()
706 .setContext(context.createAttributionContext(TEST_ATTRIBUTION_TAG)).build() in nativeNoteOp()
[all …]
DAppOpEventCollectionTest.kt291 context.createAttributionContext(firstTag) in noteFromTwoProxiesAndVerifyProxyInfo()
300 context.createAttributionContext(secondTag) in noteFromTwoProxiesAndVerifyProxyInfo()
345 firstAttrManager = context.createAttributionContext(firstTag)!! in startStopTrustedProxyVerifyRunningAndTime()
403 val secondAttrManager = context.createAttributionContext(secondTag)!! in startStopUntrustedProxyVerifyRunningAndTime()
447 firstAttrManager = context.createAttributionContext(firstTag)!! in startStopTrustedAndUntrustedProxyVerifyProxyInfo()
457 val secondAttrManager = context.createAttributionContext(secondTag)!! in startStopTrustedAndUntrustedProxyVerifyProxyInfo()
486 firstAttrManager = context.createAttributionContext(firstTag)!! in startProxyOpThrowsSecurityException()
DAttributionTest.kt236 val ctx = context.createAttributionContext(attributionForContextCreation) in noteProxyOpForAttribution()
242 val ctx = context.createAttributionContext(attributionForContextCreation) in startProxyOpForAttribution()
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DRuntimePermissionsAppOpTrackingTest.kt130 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, null, null) in <lambda>()
159 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, null, null) in <lambda>()
204 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, in <lambda>()
351 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, in <lambda>()
390 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, in <lambda>()
542 val context = createAttributionContext(ACCESSOR_ATTRIBUTION_TAG, in <lambda>()
1219 fun createAttributionContext( in <lambda>() method
/cts/tests/tests/appop2/src/android/app/appops2/cts/
DAppOpsLoggingTest.kt92 val pi = context.createAttributionContext(TEST_ATTRIBUTION_TAG).packageManager in <lambda>()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothA2dpTest.java142 Context context = mContext.createAttributionContext("test"); in closeProfileProxy_onDifferentAdapter()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java912 mContext.createAttributionContext(VALID_LOCATION_ATTRIBUTION_TAG); in testRequestLocationUpdates_NoteOps_simultaneousRequests()
914 mContext.createAttributionContext(ANOTHER_VALID_LOCATION_ATTRIBUTION_TAG); in testRequestLocationUpdates_NoteOps_simultaneousRequests()
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java961 .createAttributionContext(null /* attributeTag */); in testIncorrectContextUse_UiDerivedContext_NoViolation()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java185 final Context attrContext = createAttributionContext(null /* attributionTag */); in onHandleCommand()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java257 final Context attrib = mContext.createAttributionContext(tag); in testCreateAttributionContext()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt10545 method @NonNull public android.content.Context createAttributionContext(@Nullable String);