HomeSort by relevance Sort by last modified time
    Searched defs:getContext (Results 376 - 400 of 2060) sorted by null

<<11121314151617181920>>

  /cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java 96 public Context getContext() {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 19 import static android.autofillservice.cts.Helper.getContext;
177 Helper.enableAutofillService(getContext(), SERVICE_NAME);
187 Helper.disableAutofillService(getContext(), SERVICE_NAME);
206 final RemoteViews presentation = new RemoteViews(getContext()
VirtualContainerActivityCompatModeTest.java 23 import static android.autofillservice.cts.Helper.getContext;
57 private static final Context sContext = InstrumentationRegistry.getContext();
86 Helper.enableAutofillService(getContext(), SERVICE_NAME);
94 Helper.disableAutofillService(getContext(), SERVICE_NAME);
  /cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java 37 ConnectivityManager connectivityManager = getContext().getSystemService(
44 return !getContext().getPackageManager()
48 public static Context getContext() {
49 return InstrumentationRegistry.getInstrumentation().getContext();
53 return (getContext().getResources().getConfiguration().uiMode
70 "cmd deviceidle whitelist +" + getContext().getPackageName());
79 "cmd deviceidle whitelist -" + getContext().getPackageName());
94 AccountManager accountManager = getContext().getSystemService(AccountManager.class);
103 AccountManager accountManager = getContext().getSystemService(AccountManager.class);
  /cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java 96 public Context getContext() {
  /cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
CtsSyncManagerTest.java 94 assertNetworkConnected(InstrumentationRegistry.getContext());
100 mContext = InstrumentationRegistry.getContext();
  /cts/tests/tests/telephony/src/android/telephony/euicc/cts/
EuiccManagerTest.java 69 mEuiccManager = (EuiccManager) getContext().getSystemService(Context.EUICC_SERVICE);
75 getContext().unregisterReceiver(mCallbackReceiver);
103 getContext()
149 getContext()
178 getContext()
203 getContext()
213 new Intent(getContext(), EuiccTestResolutionActivity.class);
218 getContext().startActivity(testResolutionActivityIntent);
233 private Context getContext() {
234 return InstrumentationRegistry.getContext();
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 58 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false);
78 new CharacterPickerDialog(view.getContext(), view, text, "abc", false);
102 new CharacterPickerDialog(view.getContext(), view, text, "abc", true);
120 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
EdgeEffectTests.java 67 private Context getContext() {
102 EdgeEffect edgeEffect = new EdgeEffect(getContext());
152 EdgeEffect effect = new EdgeEffect(getContext());
160 EdgeEffect effect = new EdgeEffect(getContext());
172 EdgeEffect effect = new EdgeEffect(getContext());
179 EdgeEffect edgeEffect = new EdgeEffect(getContext());
196 EdgeEffect edgeEffect = new EdgeEffect(getContext());
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewPrecomputedTextTest.java 150 private static Context getContext() {
175 final TextPaint copied = new TextPaint((new TextView(getContext())).getPaint());
183 final TextView tv = new TextView(getContext());
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
BaseActivityListFragment.java 66 Global.showToast(getContext(), e.getMessage());
190 Global.showToast(getContext(), e.getMessage());
197 Global.showToast(getContext(), e.getMessage());
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 437 canvas.getContext = function(f) {
453 }(canvas.getContext);
854 * canvas.getContext("webgl"), throwOnGLError);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 122 /// getContext - Return the ASTContext associated with this analysis.
123 ASTContext &getContext() const { return AMgr.getASTContext(); }
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java 151 public abstract DisplayContext getContext(DisplayContext.Type type);
455 public DisplayContext getContext(Type type) {
  /external/icu/icu4c/source/i18n/
datefmt.cpp 709 UDisplayContext DateFormat::getContext(UDisplayContextType type, UErrorCode& status) const
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 162 public abstract DisplayContext getContext(DisplayContext.Type type);
489 public DisplayContext getContext(Type type) {
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DatabaseContentProvider.java 227 sendStorageFullIntent(getContext());
235 sendStorageFullIntent(getContext());
243 getContext().getContentResolver().notifyChange(uri, null);
274 sendStorageFullIntent(getContext());
282 sendStorageFullIntent(getContext());
289 getContext().getContentResolver().notifyChange(uri, null);
296 mDbHelper = new DatabaseHelper(getContext(), mDbName);
357 sendStorageFullIntent(getContext());
365 sendStorageFullIntent(getContext());
372 getContext().getContentResolver().notifyChange(uri, null)
    [all...]
PollingsQueue.java 69 public Context getContext() {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
JavaParserClassDeclaration.java 143 Context ctx = getContext();
148 public Context getContext() {
149 return JavaParserFactory.getContext(wrappedNode, typeSolver);
287 return getContext().getParent().solveType(name, typeSolver);
JavaParserInterfaceDeclaration.java 71 public Context getContext() {
72 return JavaParserFactory.getContext(wrappedNode, typeSolver);
249 return getContext().getParent().solveType(name, typeSolver);
JavaParserTypeParameter.java 60 return getContext().solveMethod(name, parameterTypes, false, typeSolver);
153 public Context getContext() {
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 138 Builder(se.getContext(), TargetFolder(DL)) {
282 LLVMContext &getContext() const { return SE.getContext(); }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 155 DWARFContext& getContext() const { return Context; }
  /external/llvm/include/llvm/MC/
MCStreamer.h 220 MCContext &getContext() const { return Context; }
    [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 279 LLVMContext &getContext() { return Context; }

Completed in 976 milliseconds

<<11121314151617181920>>