Home
last modified time | relevance | path

Searched refs:exported (Results 1 – 25 of 57) sorted by relevance

123

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/
DManifestTest.kt36 assertThat(info.exported).isFalse() in onboardingActivity_shouldNotBeExported()
43 assertThat(info.exported).isTrue() in migrationActivity_shouldBeExported()
58 assertThat(info.exported).isTrue() in routeRequestActivity_shouldBeExported()
/packages/apps/Settings/res-export/
D.README.md1 ### Resources exported for external usage
4 exported for external usage by other apps.
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapIMProviderTest.java84 providerInfo.exported = false; in attachInfo_whenProviderIsNotExported()
93 providerInfo.exported = true; in attachInfo_whenNoPermission()
103 providerInfo.exported = true; in attachInfo_success()
191 providerInfo.exported = true; in query_forAccountUri()
215 providerInfo.exported = true; in query_forMessageUri()
240 providerInfo.exported = true; in query_forConversationUri()
291 providerInfo.exported = true; in query_forConvoContactUri()
560 providerInfo.exported = true; in onAccountChanged()
585 providerInfo.exported = true; in onContactChanged()
617 providerInfo.exported = true; in onMessageChanged()
DBluetoothMapEmailProviderTest.java73 providerInfo.exported = false; in attachInfo_whenProviderIsNotExported()
82 providerInfo.exported = true; in attachInfo_whenNoPermission()
92 providerInfo.exported = true; in attachInfo_success()
195 providerInfo.exported = true; in query_forAccountUri()
219 providerInfo.exported = true; in query_forFolderUri()
244 providerInfo.exported = true; in query_forMessageUri()
/packages/modules/Connectivity/tests/cts/net/native/dns/
DAndroid.bp30 // ensure that the statically-linked library isn't exported from the executable, where it
32 // See http://b/333438055 for an example of what goes wrong when libc++ is partially exported
/packages/modules/adb/
Dadbd_test.map20 # libraries aren't exported from the executable, where they would override the
22 # what goes wrong when libc++ is partially exported from an executable.
/packages/modules/Connectivity/tests/common/
Dconnectivity_mainline_test.map20 # that the statically-linked library isn't exported from the executable, where
23 # exported from an executable.
/packages/modules/common/proto/
Dclasspaths.proto50 // Jars exported by a single partition.
53 // All jars that are exported as part of any classpath environ variable
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
DAndroid.bp94 // ensure that the statically-linked library isn't exported from the executable, where it
96 // See http://b/333438055 for an example of what goes wrong when libc++ is partially exported
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java293 activities = activities.stream().filter(activity -> activity.activityInfo.exported) in hasIntentReceiver()
370 activities = activities.stream().filter(activity -> activity.activityInfo.exported) in tryStartActivity()
399 activities = activities.stream().filter(activity -> activity.activityInfo.exported) in tryStartActivity()
431 activities = activities.stream().filter(activity -> activity.activityInfo.exported) in tryStartActivity()
455 activities = activities.stream().filter(activity -> activity.activityInfo.exported) in tryStartActivity()
827 if (ri != null && ri.activityInfo != null && ri.activityInfo.exported in tryNdef()
866 if (ri != null && ri.activityInfo != null && ri.activityInfo.exported in tryNdef()
920 && info.resolveInfo.activityInfo.exported) { in tryTech()
/packages/modules/Uwb/framework/
DAndroid.bp26 name: "framework-uwb-updatable-exported-aidl-sources",
47 ":framework-uwb-updatable-exported-aidl-sources",
/packages/modules/Bluetooth/framework/aidl-export/
DAndroid.bp6 name: "framework-bluetooth-updatable-exported-aidl-sources",
/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/
DResolverDataProvider.java138 ai.exported = true; in createActivityInfo()
149 ai.exported = true; in createActivityInfo()
/packages/providers/MediaProvider/jni/
DAndroid.bp126 // ensure that the statically-linked library isn't exported from the executable, where it
128 // See http://b/333438055 for an example of what goes wrong when libc++ is partially exported
/packages/modules/AppSearch/flags/
DAndroid.bp23 mode: "exported",
/packages/modules/Virtualization/microdroid/
Dbootconfig.debuggable4 # Kernel message is exported.
/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DActivityManagerHelper.java301 boolean exported) { in checkComponentPermission() argument
302 return ActivityManager.checkComponentPermission(permission, uid, owningUid, exported); in checkComponentPermission()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/behavior/v35/
DWalletRoleBehavior.java130 if (!serviceInfo.exported) { in resolvePackageNames()
154 if (!serviceInfo.exported) { in getQualifyingApduServicesAsUser()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DRequiredActivity.java56 return resolveInfo.activityInfo.exported; in isComponentQualified()
/packages/modules/Wifi/framework/
DAndroid.bp26 name: "framework-wifi-updatable-exported-aidl-sources",
46 ":framework-wifi-updatable-exported-aidl-sources",
/packages/modules/AdServices/adservices/service-core/jni/cpp/
Dohttp_jni.cpp418 std::vector<uint8_t> exported(exportedLen); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport() local
421 /* out= */ exported.data(), in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()
440 reinterpret_cast<const jbyte *>(exported.data())); in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeExport()
/packages/modules/Bluetooth/flags/
DAndroid.bp79 mode: "exported",
/packages/modules/Permission/flags/
DAndroid.bp32 mode: "exported",
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/behavior/
DHomeRoleUiBehavior.java66 && resolveInfo.activityInfo.exported) { in preparePreferenceAsUser()
/packages/modules/Profiling/framework/
DAndroid.bp94 mode: "exported",

123