OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcontext
(Results
301 - 325
of
7204
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/content/src/android/content/pm/cts/
ProviderInfoTest.java
38
PackageManager pm =
getContext
().getPackageManager();
57
final ProviderInfo info =
getContext
().getPackageManager()
61
getContext
().getPackageManager(), "android.support.FILE_PROVIDER_PATHS");
/cts/tests/tests/location/src/android/location/cts/
GnssHardwareInfoTest.java
41
mTestLocationManager = new TestLocationManager(
getContext
());
49
if (!TestUtils.deviceHasGpsFeature(
getContext
())) {
64
if (!TestUtils.deviceHasGpsFeature(
getContext
())) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java
29
RenderScript mRS = RenderScript.create(
getContext
());
47
RenderScript mRS = RenderScript.create(
getContext
());
51
getContext
().getApplicationContext());
/cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java
117
if (!Utils.hasTvInputFramework(
getContext
())) {
121
new ComponentName(
getContext
(), StubTunerTvInputService.class));
122
mContentResolver =
getContext
().getContentResolver();
128
if (!Utils.hasTvInputFramework(
getContext
())) {
352
if (!Utils.hasTvInputFramework(
getContext
())) {
380
if (!Utils.hasTvInputFramework(
getContext
())) {
405
if (!Utils.hasTvInputFramework(
getContext
())) {
435
if (!Utils.hasTvInputFramework(
getContext
())) {
455
values.put(Channels.COLUMN_PACKAGE_NAME,
getContext
().getPackageName());
468
if (!Utils.hasTvInputFramework(
getContext
())) {
[
all
...]
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueAdapter.java
55
convertView = LayoutInflater.from(
getContext
())
75
getContext
().getDrawable(R.drawable.ic_equalizer_white_24dp));
78
getContext
().getDrawable(R.drawable.ic_play_arrow_white_24dp));
/external/deqp/external/openglcts/modules/common/
glcTestPackage.hpp
42
Context&
getContext
(void)
75
Context&
getContext
(void)
77
return m_packageCtx->
getContext
();
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
66
SwitchSection(
getContext
().getObjectFileInfo()->getTextSection());
69
SwitchSection(
getContext
().getObjectFileInfo()->getDataSection());
72
SwitchSection(
getContext
().getObjectFileInfo()->getBSSSection());
75
SwitchSection(
getContext
().getObjectFileInfo()->getTextSection());
166
if (
getContext
().getObjectFileInfo()->getTargetTriple().getArch() !=
174
MCSection *SXData =
getContext
().getObjectFileInfo()->getSXDataSection();
192
const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol,
getContext
());
200
const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol,
getContext
());
210
const Triple &T =
getContext
().getObjectFileInfo()->getTargetTriple();
226
const MCObjectFileInfo *MFI =
getContext
().getObjectFileInfo()
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp
56
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPREL,
getContext
());
58
MCConstantExpr::create(0x8000,
getContext
()),
59
getContext
());
/external/swiftshader/src/OpenGL/libGLESv2/
main.cpp
78
es2::Context *
getContext
()
93
Context *context =
getContext
();
101
es2::Context *context = es2::
getContext
();
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp
30
getContext
().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
35
getContext
().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
43
getContext
().getELFSection(".ARM.attributes",
/frameworks/base/core/java/android/widget/
DigitalClock.java
72
getContext
().getContentResolver().registerContentObserver(
99
getContext
().getContentResolver().unregisterContentObserver(
104
mFormat = DateFormat.getTimeFormatString(
getContext
());
/frameworks/base/core/tests/coretests/src/android/content/
RestrictionsManagerTest.java
39
String packageName =
getContext
().getPackageName();
68
String packageName =
getContext
().getPackageName();
80
String packageName =
getContext
().getPackageName();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java
90
final LinearLayout ll = new LinearLayout(views[0].
getContext
());
123
parent.
getContext
(), 5, "isv left");
126
parent.
getContext
(), 5, "isv right");
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
StatusBarSwitch.java
68
MetricsLogger.action(
getContext
(), MetricsEvent.TUNER_STATUS_BAR_DISABLE,
75
MetricsLogger.action(
getContext
(), MetricsEvent.TUNER_STATUS_BAR_ENABLE, getKey());
83
ContentResolver contentResolver =
getContext
().getContentResolver();
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
KeyguardUpdateMonitorTest.java
59
new TestableKeyguardUpdateMonitor(
getContext
());
61
keyguardUpdateMonitor.mBroadcastReceiver.onReceive(
getContext
(), intent);
67
keyguardUpdateMonitor.mBroadcastReceiver.onReceive(
getContext
(), intent);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
BatteryControllerTest.java
50
mBatteryController = new BatteryControllerImpl(
getContext
(), mPowerManager);
62
mBatteryController.onReceive(
getContext
(), intent);
77
mBatteryController.onReceive(
getContext
(), intent);
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DynamicUtilWriter.kt
14
nl("return view.
getContext
().getColor(resourceId);")
24
nl("return view.
getContext
().getColorStateList(resourceId);")
34
nl("return view.
getContext
().getDrawable(resourceId);")
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
QueueAdapter.java
61
convertView = LayoutInflater.from(
getContext
())
81
ContextCompat.getDrawable(
getContext
(), R.drawable.ic_equalizer_white_24dp));
84
ContextCompat.getDrawable(
getContext
(), R.drawable.ic_play_arrow_white_24dp));
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewAutofillTest.java
40
static Context
getContext
() {
46
RecyclerView recyclerView = new RecyclerView(
getContext
());
59
ViewGroup parent = (ViewGroup) LayoutInflater.from(
getContext
())
/frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/
OrientationTest.java
41
ViewPager2 viewPager = new ViewPager2(InstrumentationRegistry.
getContext
());
47
ViewPager2 viewPager = new ViewPager2(InstrumentationRegistry.
getContext
(), null);
68
.
getContext
().getSystemService(Context.LAYOUT_INFLATER_SERVICE));
/packages/apps/Car/Settings/src/com/android/car/settings/display/
DisplaySettingsFragment.java
61
Context context =
getContext
();
82
int brightnessMode = Settings.System.getInt(
getContext
().getContentResolver(),
88
return
getContext
().getResources().getBoolean(
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
SyncOneTask.java
68
OmtpVvmSyncService service = new OmtpVvmSyncService(
getContext
());
69
service.sync(this, phone, voicemail, VoicemailStatus.edit(
getContext
(), phone));
74
LoggerUtils.logImpressionOnMainThread(
getContext
(), DialerImpression.Type.VVM_AUTO_RETRY_SYNC);
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DetailsView.java
49
DocumentsApplication.getFileTypeLookup(
getContext
());
58
put(R.string.sort_dimension_size, Formatter.formatFileSize(
getContext
(), doc.size));
63
DateUtils.formatDate(this.
getContext
(), doc.lastModified));
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java
82
Launcher.getLauncher(
getContext
()).startSearch("", false, null, true);
89
View v = LayoutInflater.from(parent.
getContext
())
94
Launcher.getLauncher(view.
getContext
()).startSearch("", false, null, true);
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutTextView.java
96
getContext
().getText(R.string.long_press_shortcut_to_add),
97
getContext
().getString(R.string.long_accessible_way_to_add_shortcut));
98
mInstructionToast = Toast.makeText(
getContext
(), msg, Toast.LENGTH_SHORT);
Completed in 1372 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>