/aosp_15_r20/build/blueprint/ |
H A D | package_ctx.go | 76 type packageContext struct { struct 77 fullName string 78 shortName string 79 pkgPath string 80 scope *basicScope 81 ninjaFileDeps []string 86 func (p *packageContext) getScope() *basicScope { 218 func (p *packageContext) Import(pkgPath string) { 234 func (p *packageContext) ImportAs(as, pkgPath string) { 267 func (p *packageContext) StaticVariable(name, value string) Variable { [all …]
|
H A D | scope.go | 28 packageContext() *packageContext methodSpec 38 packageContext() *packageContext methodSpec 48 packageContext() *packageContext methodSpec 357 func (l *localVariable) packageContext() *packageContext { func 385 func (l *localRule) packageContext() *packageContext { func
|
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/ |
D | PendingIntentFactory.java | 83 Context packageContext = createPackageContextAsUser(mContext, packageName, userId); in getPendingIntent() local 97 Context packageContext, in createIntent() 150 private static boolean intentResolvesToActivity(Context packageContext, Intent intent) { in intentResolvesToActivity() 167 private static ResolveInfo resolveActivity(Context packageContext, Intent intent) { in resolveActivity() 187 Context packageContext, int requestCode, Intent intent, int flags) { in getNullableActivityPendingIntent() 204 Context packageContext, int requestCode, Intent intent, int flags) { in getActivityPendingIntent()
|
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | PreIndexDataCollector.java | 132 List<SearchIndexableResource> getIndexablesForXmlResourceUri(Context packageContext, in getIndexablesForXmlResourceUri() 182 final Context packageContext = mContext.createPackageContext(packageName, 0); in getNonIndexablesKeysFromRemoteProvider() local 215 List<SearchIndexableRaw> getIndexablesForRawDataUri(Context packageContext, String packageName, in getIndexablesForRawDataUri() 277 List<Pair<String, String>> getSiteMapFromProvider(Context packageContext, Uri uri) { in getSiteMapFromProvider() 307 private List<String> getNonIndexablesKeys(Context packageContext, Uri uri, in getNonIndexablesKeys()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/icon/ |
H A D | NotificationIconStyleProvider.kt | 77 val packageContext = notification.getPackageContext(context) in shouldShowAppIcon() constant 105 val packageContext = notification.getPackageContext(context) in shouldShowAppIcon() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImpl.java | 126 android.content.Context packageContext, @org.jetbrains.annotations.NotNull() in inflateNotificationViews() 305 public RtlEnabledContext(@org.jetbrains.annotations.NotNull() in RtlEnabledContext() 326 …otificationEntry entry, android.content.Context context, android.content.Context packageContext, c… in inflateSmartReplyViews() 330 …dHeadsUpHeight, android.content.Context systemUIContext, android.content.Context packageContext, c… in beginInflationAsync() 469 private final android.content.Context packageContext = null; field in NotificationRowContentBinderImpl.InflationProgress 499 public InflationProgress(@com.android.internal.annotations.VisibleForTesting() in InflationProgress()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | FullPreviewActivity.java | 45 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() 56 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo, in newIntent()
|
D | PreviewActivity.java | 48 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo, in newIntent()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 190 Context packageContext, in inflateNotificationViews() 384 Context packageContext, in inflateSmartReplyViews() 415 boolean usesIncreasedHeadsUpHeight, Context packageContext, in createRemoteViews()
|
/aosp_15_r20/packages/services/Car/service-builtin/src/com/android/car/ |
D | UpdatablePackageContext.java | 51 Context packageContext; in create() local 211 private UpdatablePackageContext(Context baseContext, Context packageContext) { in UpdatablePackageContext()
|
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | CarNotificationHeaderView.java | 138 Context packageContext = sbn.getPackageContext(getContext()); in bind() local 260 final Context packageContext = sbn.getPackageContext(mContext); in loadHeaderAppName() local
|
D | CarNotificationBodyView.java | 348 Context packageContext = sbn.getPackageContext(getContext()); in loadAppLauncherIcon() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
H A D | Media3ActionFactory.kt | 282 val packageContext = context.createPackageContext(packageName, 0) in <lambda>() constant
|
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
D | ActivityInstrumentationTestCaseIntent.java | 28 public ActivityInstrumentationTestCaseIntent(Context packageContext, Class<?> cls) { in ActivityInstrumentationTestCaseIntent()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/ |
D | SmartActionInflater.java | 58 android.content.Context packageContext); in inflateActionButton()
|
D | SmartActionInflaterImpl.java | 76 android.content.Context packageContext) { in inflateActionButton()
|
D | SmartReplyStateInflaterKt.java | 76 …DrawableWithTimeout(android.graphics.drawable.Icon icon, android.content.Context packageContext, i… in loadIconDrawableWithTimeout()
|
/aosp_15_r20/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
H A D | ResourceHelper.java | 40 Context packageContext = context.createPackageContext(packageName, 0); in getThemeColor() local
|
/aosp_15_r20/packages/modules/NetworkStack/common/networkstackclient/src/android/net/networkstack/ |
D | ModuleNetworkStackClient.java | 46 public static synchronized ModuleNetworkStackClient getInstance(Context packageContext) { in getInstance()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ModuleInfoProvider.java | 111 Context packageContext = mContext.createPackageContext(mPackageName, 0); in systemReady() local
|
/aosp_15_r20/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
H A D | ShortcutManagerUsageTest.java | 183 private void checkEventReported(long start, long end, Context packageContext, String id, in checkEventReported()
|
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
D | CursorToSearchResultConverter.java | 164 Context packageContext = contextMap.get(pkgName); in getIconForPackage() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/functional/srcs/ |
H A D | AconfigStorageReadAPITest.java | 250 PackageReadContext packageContext = in testRustJavaEqualFlag() local
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/ |
H A D | LabeledIntent.java | 202 Context packageContext = context.createPackageContext(packageName, 0); in createIconFromPackage() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
H A D | SysuiTestableContext.java | 209 Context packageContext = mContextForPackage.get(packageName); in createPackageContext() local
|