Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DCountryDetectorBase.java42 mContext = context.createAttributionContext(ATTRIBUTION_TAG); in CountryDetectorBase()
/frameworks/base/services/core/java/com/android/server/
DSensorNotificationService.java62 super(context.createAttributionContext(ATTRIBUTION_TAG)); in SensorNotificationService()
DVpnManagerService.java157 mContext = context.createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in VpnManagerService()
DVcnManagementService.java233 .createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in VcnManagementService()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/
DLocationManagerServiceTest.java94 doReturn(mContext).when(mContext).createAttributionContext(any()); in setUp()
/frameworks/base/services/core/java/com/android/server/timedetector/
DGnssTimeUpdateService.java74 Context context = getContext().createAttributionContext(ATTRIBUTION_TAG); in onStart()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java78 super(context.createAttributionContext(ATTRIBUTION_TAG)); in TwilightService()
/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java229 Context context = uiContext.createAttributionContext(null /* attributionTag */); in testIsUiContext_UiContextDerivedContext()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java93 .createAttributionContext(TEST_FEATURE_ID); in setUp()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerService.java163 mContext = context.createAttributionContext(ATTRIBUTION_TAG); in LocationTimeZoneManagerService()
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerPerUserService.java92 mAppOpsManager = getContext().createAttributionContext( in MusicRecognitionManagerPerUserService()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssManagerService.java79 mContext = context.createAttributionContext(ATTRIBUTION_ID); in GnssManagerService()
/frameworks/base/services/tests/VpnTests/java/com/android/server/
DVpnManagerServiceTest.java146 .createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in setUp()
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java325 mContext = context.createAttributionContext(ATTRIBUTION_TAG); in GeofenceManager()
/frameworks/base/core/java/android/content/
DContextWrapper.java1177 public @NonNull Context createAttributionContext(@Nullable String attributionTag) { in createAttributionContext() method in ContextWrapper
1178 return mBase.createAttributionContext(attributionTag); in createAttributionContext()
DContext.java7649 public @NonNull Context createAttributionContext(@Nullable String attributionTag) { in createAttributionContext() method in Context
/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java221 .createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in VcnManagementServiceTest()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java285 mContext = context.createAttributionContext(ATTRIBUTION_TAG); in LocationManagerService()
/frameworks/base/core/java/android/app/
DActivityThread.java4742 context = (ContextImpl) context.createAttributionContext(attributionTag); in handleReceiver()
4957 context = (ContextImpl) context.createAttributionContext(attributionTag); in handleCreateService()
8270 c = c.createAttributionContext(attributionTag); in installProvider()
DContextImpl.java3040 public @NonNull Context createAttributionContext(@Nullable String attributionTag) { in createAttributionContext() method in ContextImpl
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java2473 mContext = ctx.createAttributionContext(TAG); in Injector()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java549 contextToReturn = to.createAttributionContext(from.getAttributionTag()); in mergeAttributionAndRenouncedPermissions()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2065 context.createAttributionContext(ATTRIBUTION_TAG)), new PolicyPathProvider() {}); in DevicePolicyManagerService()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt1433 HSPLandroid/app/ContextImpl;->createAttributionContext(Ljava/lang/String;)Landroid/content/Context;
3913 HSPLandroid/content/ContextWrapper;->createAttributionContext(Ljava/lang/String;)Landroid/content/C…

12