Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 51) sorted by relevance

123

/packages/services/Car/cpp/evs/manager/1.1/
Dservice.cpp41 struct Context { struct
48 static void startService(Context* context) { in startService() argument
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dfeatures.rs8 pub async fn initiate(ctx: &impl Context, features_page: u8) -> u64 { in initiate()
24 pub async fn respond(ctx: &impl Context) { in respond()
39 async fn supported_on_both_page(ctx: &impl Context, page_number: u8, feature_mask: u64) -> bool { in supported_on_both_page()
54 ctx: &impl Context, in supported_on_both_page1()
61 ctx: &impl Context, in supported_on_both_page2()
Dauthentication.rs12 ctx: &impl Context, in send_challenge()
25 pub async fn receive_challenge(ctx: &impl Context, _link_key: [u8; 16]) { in receive_challenge()
30 pub async fn initiate(ctx: &impl Context) { in initiate()
85 pub async fn respond(ctx: &impl Context) { in respond()
Dencryption.rs11 pub async fn initiate(ctx: &impl Context) { in initiate()
60 pub async fn respond(ctx: &impl Context) { in respond()
Dmod.rs9 pub trait Context { trait
133 pub async fn run(ctx: impl Context) { in run()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
DBaseLayoutInstaller.java59 @Nullable java.util.function.Function<Context, FocusParkingViewOEMV1> in installBaseLayoutAroundV1()
85 @Nullable Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in installBaseLayoutAroundV2()
105 @Nullable Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in installBaseLayoutAroundV3()
123 @Nullable Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in installBaseLayoutAround()
/packages/apps/Settings/src/com/android/settings/spa/
DSpaActivity.kt45 fun Context.isSuwAndPageBlocked(name: String): Boolean = in isPageEnabled() method
54 fun Context.startSpaActivity(destination: String) { in isPageEnabled() method
66 fun Context.startSpaActivityForApp(destinationPrefix: String, intent: Intent): Boolean { in isPageEnabled() method
72 fun Context.isLaunchedFromInternal(): Boolean { in isPageEnabled() method
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/
D__init__.py63 def go_google_play_page(ctx: context.Context) -> None:
82 def remove_all_paired_devices(ctx: context.Context) -> int:
/packages/modules/Virtualization/authfs/src/
Dfusefs.rs512 fn lookup(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<Entry> { in lookup()
569 fn forget(&self, _ctx: Context, inode: Self::Inode, count: u64) { in forget()
604 _ctx: Context, in getattr()
636 _ctx: Context, in open()
665 _ctx: Context, in create()
704 _ctx: Context, in read()
736 _ctx: Context, in write()
763 _ctx: Context, in setattr()
815 _ctx: Context, in getxattr()
849 _ctx: Context, in mkdir()
[all …]
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DActivityLauncher.kt32 fun Context.launchMainActivity(block: () -> Unit) { in Context() method
43 fun Context.launchDataActivity(block: () -> Unit) { in Context() method
54 fun Context.launchRequestPermissionActivity( in Context() method
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionHelper.kt70 private fun Context.isDisallowBluetooth() = in Context() method
77 private fun Context.getEnableMessage(timeout: Int, name: CharSequence?): String = when { in Context() method
94 private fun Context.getDisableMessage(name: CharSequence?): String = in Context() method
/packages/apps/TV/common/src/com/android/tv/common/feature/
DFlagFeature.java28 Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in from()
32 private FlagFeature(Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in FlagFeature()
/packages/modules/Bluetooth/tools/pdl/src/
Dlint.rs150 struct Context<'d> { in finalize() struct
151 list: Vec<&'d analyzer_ast::Decl>, in finalize()
152 visited: HashMap<&'d analyzer_ast::Decl, Mark>, in finalize()
153 scopes: HashMap<&'d analyzer_ast::Decl, PacketScope<'d>>, in finalize()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/
DPluginFactoryImplV2.java71 Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in setRotaryFactories()
DPluginFactoryImplV5.java71 Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in setRotaryFactories()
DPluginFactoryImplV7.java73 Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in setRotaryFactories()
DPluginFactoryImplV6.java73 Function<Context, FocusParkingViewOEMV1> focusParkingViewFactory, in setRotaryFactories()
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/content/
DContext.java19 public class Context { class
/packages/apps/Settings/src/com/android/settings/deviceinfo/regulatory/
DRegulatoryInfo.kt40 fun Context.getRegulatoryInfo(): Drawable? { in Context() method
58 private fun Context.getRegulatoryInfo(fileName: String): Drawable? { in getCoo() method
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/testutils/
DContextTestUtil.kt24 fun Context.mockAsUser() { in Context() method
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterActivityLauncher.kt47 fun Context.launchSafetyCenterActivity( in Context() method
69 fun Context.launchSafetyCenterQsActivity(intentExtras: Bundle? = null, block: () -> Unit) { in Context() method
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DLocaleExtensions.kt20 fun Context.setLocale(locale: Locale) { in Context() method
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DProvisioningParamsUtils.java39 ProvisioningParamsUtils(Function<Context, File> provisioningParamsFileProvider) { in ProvisioningParamsUtils()
/packages/modules/Virtualization/zipfuse/src/
Dmain.rs222 fn lookup(&self, _ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<Entry> { in lookup()
240 _ctx: Context, in getattr()
250 _ctx: Context, in open()
299 _ctx: Context, in release()
324 _ctx: Context, in read()
360 _ctx: Context, in opendir()
386 _ctx: Context, in releasedir()
405 _ctx: Context, in readdir()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAdServicesSyncUtil.java53 public void register(BiConsumer<Context, Boolean> biConsumer) { in register()

123