Home
last modified time | relevance | path

Searched defs:context (Results 201 – 225 of 6536) sorted by relevance

12345678910>>...262

/aosp14/frameworks/base/core/java/android/widget/
H A DImageButton.java74 public ImageButton(Context context) { in ImageButton()
78 public ImageButton(Context context, AttributeSet attrs) { in ImageButton()
82 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr) { in ImageButton()
86 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ImageButton()
H A DRadioButton.java56 public RadioButton(Context context) { in RadioButton()
60 public RadioButton(Context context, AttributeSet attrs) { in RadioButton()
64 public RadioButton(Context context, AttributeSet attrs, int defStyleAttr) { in RadioButton()
68 public RadioButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in RadioButton()
H A DTwoLineListItem.java48 public TwoLineListItem(Context context) { in TwoLineListItem()
52 public TwoLineListItem(Context context, AttributeSet attrs) { in TwoLineListItem()
56 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr) { in TwoLineListItem()
60 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TwoLineListItem()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DConnectionRecordManager.java45 private SharedPreferences getSharedPreferences(Context context) { in getSharedPreferences()
55 public synchronized int fetchConnectionRecord(Context context, String id) { in fetchConnectionRecord()
62 public synchronized void fetchLastSelectedDevice(Context context) { in fetchLastSelectedDevice()
73 public synchronized void setConnectionRecord(Context context, String id, int record) { in setConnectionRecord()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DObservableTextView.java36 public ObservableTextView(Context context) { in ObservableTextView()
40 public ObservableTextView(Context context, @Nullable AttributeSet attrs) { in ObservableTextView()
44 public ObservableTextView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in ObservableTextView()
48 public ObservableTextView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in ObservableTextView()
H A DDisableImageView.java32 public DisableImageView(Context context) { in DisableImageView()
36 public DisableImageView(Context context, @Nullable AttributeSet attrs) { in DisableImageView()
40 public DisableImageView(Context context, @Nullable AttributeSet attrs, in DisableImageView()
45 public DisableImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DisableImageView()
H A DNotificationVanishingFrameLayout.java32 public NotificationVanishingFrameLayout(Context context) { in NotificationVanishingFrameLayout()
36 public NotificationVanishingFrameLayout(Context context, @Nullable AttributeSet attrs) { in NotificationVanishingFrameLayout()
40 public NotificationVanishingFrameLayout(Context context, @Nullable AttributeSet attrs, in NotificationVanishingFrameLayout()
45 public NotificationVanishingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationVanishingFrameLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlphaOptimizedButton.java38 public AlphaOptimizedButton(Context context) { in AlphaOptimizedButton()
42 public AlphaOptimizedButton(Context context, AttributeSet attrs) { in AlphaOptimizedButton()
46 public AlphaOptimizedButton(Context context, AttributeSet attrs, int defStyleAttr) { in AlphaOptimizedButton()
50 public AlphaOptimizedButton(Context context, AttributeSet attrs, int defStyleAttr, in AlphaOptimizedButton()
H A DAlphaOptimizedFrameLayout.java41 public AlphaOptimizedFrameLayout(Context context) { in AlphaOptimizedFrameLayout()
45 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs) { in AlphaOptimizedFrameLayout()
49 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in AlphaOptimizedFrameLayout()
53 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in AlphaOptimizedFrameLayout()
H A DBackDropView.java31 public BackDropView(Context context) { in BackDropView()
35 public BackDropView(Context context, AttributeSet attrs) { in BackDropView()
39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) { in BackDropView()
43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr, in BackDropView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAutoMarqueeTextView.java33 public AutoMarqueeTextView(Context context) { in AutoMarqueeTextView()
37 public AutoMarqueeTextView(Context context, AttributeSet attrs) { in AutoMarqueeTextView()
41 public AutoMarqueeTextView(Context context, AttributeSet attrs, int defStyleAttr) { in AutoMarqueeTextView()
45 public AutoMarqueeTextView(Context context, AttributeSet attrs, int defStyleAttr, in AutoMarqueeTextView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DRegionInterceptingFrameLayout.java32 public RegionInterceptingFrameLayout(Context context) { in RegionInterceptingFrameLayout()
36 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs) { in RegionInterceptingFrameLayout()
40 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RegionInterceptingFrameLayout()
44 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in RegionInterceptingFrameLayout()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java153 protected void prepare(FilterContext context) { in prepare()
168 public void open(FilterContext context) { in open()
180 public void process(FilterContext context) { in process()
225 public void close(FilterContext context) { in close()
233 public void tearDown(FilterContext context) { in tearDown()
240 public void fieldPortValueUpdated(String name, FilterContext context) { in fieldPortValueUpdated()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp59 bool NetworkExec::ExecGetType(GetTypeContext *context) in ExecGetType()
83 napi_value NetworkExec::GetTypeCallback(GetTypeContext *context) in GetTypeCallback()
114 bool NetworkExec::ExecSubscribe(SubscribeContext *context) in ExecSubscribe()
132 napi_value NetworkExec::SubscribeCallback(SubscribeContext *context) in SubscribeCallback()
149 bool NetworkExec::ExecUnsubscribe(UnsubscribeContext *context) in ExecUnsubscribe()
164 napi_value NetworkExec::UnsubscribeCallback(UnsubscribeContext *context) in UnsubscribeCallback()
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletServiceInfo.java71 static QuickAccessWalletServiceInfo tryCreate(@NonNull Context context) { in tryCreate()
95 private static ComponentName getDefaultPaymentApp(Context context) { in getDefaultPaymentApp()
101 private static ServiceInfo getWalletServiceInfo(Context context, String packageName) { in getWalletServiceInfo()
123 private static Drawable parseTileServiceMetadata(Context context, ServiceInfo serviceInfo) { in parseTileServiceMetadata()
164 static ServiceMetadata parseServiceMetadata(Context context, ServiceInfo serviceInfo) { in parseServiceMetadata()
241 Drawable getWalletLogo(Context context) { in getWalletLogo()
255 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel()
263 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel()
271 CharSequence getServiceLabel(Context context) { in getServiceLabel()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppUtils.java67 IUsbManager usbManager, PackageManager pm, Context context) { in getLaunchByDefaultSummary()
140 public static boolean isHiddenSystemModule(Context context, String packageName) { in isHiddenSystemModule()
148 public static boolean isSystemModule(Context context, String packageName) { in isSystemModule()
183 public static String getAppContentDescription(Context context, String packageName, in getAppContentDescription()
195 public static boolean isBrowserApp(Context context, String packageName, int userId) { in isBrowserApp()
213 public static boolean isDefaultBrowser(Context context, String packageName) { in isDefaultBrowser()
227 public static Drawable getIcon(Context context, ApplicationsState.AppEntry appEntry) { in getIcon()
276 public static void preloadTopIcons(Context context, in preloadTopIcons()
314 public static int getCloneUserId(Context context) { in getCloneUserId()
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsDownloadReceiver.java142 public void onReceive(Context context, Intent intent) { in onReceive()
167 private boolean verifyIntentContents(Context context, Intent intent) { in verifyIntentContents()
237 private void moveDownloadedFile(Context context, Intent intent) { in moveDownloadedFile()
289 private void cleanupPostMove(Context context, Intent intent) { in cleanupPostMove()
312 private void generateTempFiles(Context context, Intent intent) { in generateTempFiles()
387 private ArrayList<UriPathPair> generateUrisForPausedFiles(Context context, in generateUrisForPausedFiles()
416 private void cleanupTempFiles(Context context, Intent intent) { in cleanupTempFiles()
523 private String getFileProviderAuthorityCached(Context context) { in getFileProviderAuthorityCached()
532 private static String getFileProviderAuthority(Context context) { in getFileProviderAuthority()
552 private String getMiddlewarePackageCached(Context context) { in getMiddlewarePackageCached()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp38 const jerry_value_t context, in LogDebug()
50 const jerry_value_t context, in LogInfo()
62 const jerry_value_t context, in LogWarn()
74 const jerry_value_t context, in Log()
86 const jerry_value_t context, in LogError()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
H A DTvPipModule.java74 Context context, in providePip()
119 Context context, in provideTvPipBoundsController()
133 static TvPipBoundsAlgorithm provideTvPipBoundsAlgorithm(Context context, in provideTvPipBoundsAlgorithm()
142 static TvPipBoundsState provideTvPipBoundsState(Context context, in provideTvPipBoundsState()
149 static LegacySizeSpecSource provideSizeSpecSource(Context context, in provideSizeSpecSource()
158 Context context, in provideTvPipTransition()
178 Context context, in providesTvPipMenuController()
187 static TvPipNotificationController provideTvPipNotificationController(Context context, in provideTvPipNotificationController()
202 static PipTaskOrganizer providePipTaskOrganizer(Context context, in providePipTaskOrganizer()
233 static PipAppOpsListener providePipAppOpsListener(Context context, in providePipAppOpsListener()
/ohos5.0/foundation/multimodalinput/input/intention/services/intention_service/src/
H A Dintention_service.cpp30 IntentionService::IntentionService(IContext *context) in IntentionService()
36 CallingContext context { in Enable() local
57 CallingContext context { in Disable() local
78 CallingContext context { in Start() local
99 CallingContext context { in Stop() local
120 CallingContext context { in AddWatch() local
141 CallingContext context { in RemoveWatch() local
162 CallingContext context { in SetParam() local
183 CallingContext context { in GetParam() local
204 CallingContext context { in Control() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp166 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
205 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
240 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
278 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
311 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
342 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
377 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
412 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
444 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
477 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable
[all …]
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarDialogPreference.java43 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SeekBarDialogPreference()
54 public SeekBarDialogPreference(Context context, AttributeSet attrs, int defStyleAttr) { in SeekBarDialogPreference()
59 public SeekBarDialogPreference(Context context, AttributeSet attrs) { in SeekBarDialogPreference()
63 public SeekBarDialogPreference(Context context) { in SeekBarDialogPreference()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DAbstractResolverComparatorTest.java52 Context context = InstrumentationRegistry.getTargetContext(); in testPositionFixed() local
69 Context context = InstrumentationRegistry.getTargetContext(); in testPinned() local
94 Context context = InstrumentationRegistry.getTargetContext(); in testBothPinned() local
100 private AbstractResolverComparator getTestComparator(Context context) { in getTestComparator()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecorLinearLayout.java36 public WindowDecorLinearLayout(Context context) { in WindowDecorLinearLayout()
40 public WindowDecorLinearLayout(Context context, in WindowDecorLinearLayout()
45 public WindowDecorLinearLayout(Context context, @Nullable AttributeSet attrs, in WindowDecorLinearLayout()
50 public WindowDecorLinearLayout(Context context, AttributeSet attrs, int defStyleAttr, in WindowDecorLinearLayout()
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
H A DAppPreference.java35 public AppPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in AppPreference()
40 public AppPreference(Context context, AttributeSet attrs, int defStyleAttr) { in AppPreference()
45 public AppPreference(Context context) { in AppPreference()
50 public AppPreference(Context context, AttributeSet attrs) { in AppPreference()

12345678910>>...262