HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 576 - 600 of 1908) sorted by null

<<21222324252627282930>>

  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 78 Context context = getContext();
189 Uri uri = storeMessage(getContext(),
200 cursor = SqliteWrapper.query(getContext(),
201 getContext().getContentResolver(), sAllThreadsUri,
  /packages/apps/Mms/tests/src/com/android/mms/util/
SmileyParserUnitTests.java 42 SmileyParser.init(getContext());
  /packages/apps/Phone/src/com/android/phone/
CdmaVoicePrivacyCheckBoxPreference.java 89 android.provider.Settings.Secure.putInt(getContext().getContentResolver(),
CallCard.java 261 if (!PhoneUtils.isLandscape(this.getContext())) {
546 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
594 PhoneUtils.startGetCallerInfo(getContext(), conn, this, call);
678 PhoneUtils.startGetCallerInfo(getContext(), conn, this, null);
    [all...]
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 43 mContext = getContext();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 73 return (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
SearchActivityViewSinglePane.java 81 sourceIcon = getContext().getResources().getDrawable(R.mipmap.search_app_icon);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 99 mLoader.getContext().registerReceiver(this, filter);
104 mLoader.getContext().registerReceiver(this, sdFilter);
185 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
231 getContext().unregisterReceiver(mPackageObserver);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 88 public Context getContext() {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pPeer.java 98 Context context = getContext();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 156 final Context context = mView.getContext();
166 final Context context = mView.getContext();
350 final Context context = mView.getContext();
378 final Context context = mView.getContext();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarCacheTest.java 40 mDbHelper = CalendarDatabaseHelper.getInstance(getContext());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 102 final Context context = getContext();
170 c.setNotificationUri(getContext().getContentResolver(), CallLog.CONTENT_URI);
287 // Work around to let the test code override the context. getContext() is final so cannot be
290 return getContext();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 51 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411");
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java 42 new ArrayAdapter<Integer>(v.getContext(), android.R.layout.simple_spinner_item, values) {
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 293 CGF.getContext().getTypeInfoInChars(E->getType());
327 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
375 ASTContext &ctx = CGF.getContext();
583 E->getType().isPODType(CGF.getContext())) {
632 QualType PtrTy = CGF.getContext().getPointerType(Ty);
657 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
671 assert(CGF.getContext().hasSameUnqualifiedType(op->getType(),
729 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 128 CTy = getContext().getCanonicalType(CTy);
132 CLHSTy = getContext().getCanonicalType(CLHSTy);
134 QualType LTy = getContext().getCanonicalType(LHS->getType());
181 CanQualType T = getContext().getCanonicalType(BE->getType());
334 resultType = getContext().getPointerType(resultType);
387 resultType = getContext().getPointerType(resultType);
495 Ty = getContext().getPointerType(Ty);
591 QualType T = getContext().getCanonicalType(IE->getType());
682 if (OOE->EvaluateAsInt(IV, getContext())) {
683 assert(IV.getBitWidth() == getContext().getTypeSize(OOE->getType()))
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 191 virtual MCContext &getContext() { return Ctx; }
603 if (getContext().getGenDwarfForAssembly()) {
604 getContext().setGenDwarfSection(getStreamer().getCurrentSection());
605 MCSymbol *SectionStartSym = getContext().CreateTempSymbol();
607 getContext().setGenDwarfSectionStartSym(SectionStartSym);
608 getStreamer().EmitDwarfFileDirective(getContext().nextGenDwarfFileNumber(),
610 getContext().getMainFileName());
630 getContext().getMCDwarfFiles();
641 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
756 Res = MCUnaryExpr::CreateLNot(Res, getContext());
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 158 getInstrumentation().getContext().sendOrderedBroadcast(
189 getInstrumentation().getContext().sendOrderedBroadcast(
ContextTest.java 42 mContext = getContext();
159 final XmlResourceParser parser = getContext().getResources().getXml(
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 47 mFile = new File(getContext().getFilesDir(), FILE_NAME);
66 getContext().deleteFile(FILE_NAME);
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 44 File dir = getContext().getFilesDir();
141 File dir = getContext().getFilesDir();
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 83 getContext().startActivity(webIntent);
86 getContext().startActivity(dictIntent);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 41 Toast.makeText(parent.getContext(), "Set EGLConfig " +
65 Toast.makeText(parent.getContext(), "Set Logging " +
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 126 LLVMContext &Ctx = Resumes[0]->getContext();
134 LLVMContext &Ctx = Fn.getContext();

Completed in 451 milliseconds

<<21222324252627282930>>