/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 87 mOpenHelper = MmsSmsDatabaseHelper.getInstance(getContext()); 229 ret.setNotificationUri(getContext().getContentResolver(), 296 cursor.setNotificationUri(getContext().getContentResolver(), ICC_URI); 441 getContext(), address)); 462 cursor = getContext().getContentResolver().query( 601 ContentResolver cr = getContext().getContentResolver(); 681 ContentResolver cr = getContext().getContentResolver();
|
MmsProvider.java | 69 mOpenHelper = MmsSmsDatabaseHelper.getInstance(getContext()); 213 ret.setNotificationUri(getContext().getContentResolver(), uri); 364 finalValues.put(Mms.THREAD_ID, Threads.getOrCreateThreadId(getContext(), address)); 414 String path = getContext().getDir("parts", 0).getPath() 480 String path = getContext().getDir("parts", 0).getPath() 594 deletedRows = deleteMessages(getContext(), db, finalSelection, 725 String path = getContext().getDir("parts", 0).getPath() + '/' + 814 .startsWith(getContext().getApplicationInfo().dataDir + "/app_parts/")) { [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 502 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); 514 C = ConstantInt::get(F->getContext(), AV.IntVal); 517 C = ConstantFP::get(F->getContext(), APFloat(AV.FloatVal)); 520 C = ConstantFP::get(F->getContext(), APFloat(AV.DoubleVal)); 525 C = ConstantFP::get(F->getContext(), APFloat(ArgTy->getFltSemantics(), 531 C = ConstantInt::get(Type::getInt32Ty(F->getContext()), 534 C = ConstantInt::get(Type::getInt64Ty(F->getContext()), 548 ReturnInst::Create(F->getContext(), TheCall, StubBB); 550 ReturnInst::Create(F->getContext(), StubBB); // Just return void.
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthWeekEventsView.java | 270 if (unsortedEvents == null || mWidth <= MIN_WEEK_WIDTH || getContext() == null) { 298 DNA_MIN_SEGMENT_HEIGHT, mDayXs, getContext()); 349 Resources resources = getContext().getResources(); 350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); 395 loadColors(getContext()); [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtils_InsertHelperTest.java | 38 getContext().deleteDatabase(DATABASE_NAME); 39 mDatabase = getContext().openOrCreateDatabase(DATABASE_NAME, Context.MODE_PRIVATE, null); 48 getContext().deleteDatabase(DATABASE_NAME);
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
DatabaseStatementTest.java | 50 getContext().deleteDatabase(DATABASE_NAME); 51 mDatabase = getContext().openOrCreateDatabase(DATABASE_NAME, Context.MODE_PRIVATE, null); 59 getContext().deleteDatabase(DATABASE_NAME);
|
/external/clang/include/clang/Analysis/ |
AnalysisContext.h | 417 AnalysisDeclContext *getContext(const Decl *D); 441 return LocContexts.getStackFrame(getContext(D), 0, 0, 0, 0); 450 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 131 return NB.getContext().blockCount(); 135 return Eng.getContext(); 139 return Eng.getContext().getLangOpts();
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 97 Builder(se.getContext(), TargetFolder(se.TD)) { 191 LLVMContext &getContext() const { return SE.getContext(); }
|
/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext()); 138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext()); 203 DIDescriptor ParentDesc = DB.getContext();
|
/external/llvm/lib/MC/ |
WinCOFFStreamer.cpp | 103 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind)); 157 const MCSection *Section = MCStreamer::getContext().getCOFFSection( 272 MCSymbolRefExpr::Create (Symbol, getContext ()),
|
/external/llvm/lib/Transforms/IPO/ |
PruneEH.cpp | 150 PAL.addAttributes(F->getContext(), AttributeSet::FunctionIndex, 151 AttributeSet::get(F->getContext(), 222 new UnreachableInst(BB->getContext(), BB);
|
/external/llvm/lib/Transforms/Utils/ |
BypassSlowDivision.cpp | 101 BasicBlock *SlowBB = BasicBlock::Create(F.getContext(), "", 117 BasicBlock *FastBB = BasicBlock::Create(F.getContext(), "", 255 IntegerType *BT = IntegerType::get(J->getContext(), BI->second);
|
LowerSwitch.cpp | 146 BasicBlock* NewNode = BasicBlock::Create(Val->getContext(), "NodeBlock"); 168 BasicBlock* NewLeaf = BasicBlock::Create(Val->getContext(), "LeafBlock"); 274 BasicBlock* NewDefault = BasicBlock::Create(SI->getContext(), "NewDefault");
|
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 132 BD.getContext())); 794 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); 798 ReturnInst::Create(Safe->getContext(), call, BB); 810 Type::getInt8PtrTy(Safe->getContext()), 811 Type::getInt8PtrTy(Safe->getContext()), 824 ConstantDataArray::getString(F->getContext(), F->getName()); 835 Constant::getNullValue(Type::getInt32Ty(F->getContext()))); [all...] |
/frameworks/base/core/java/android/widget/ |
QuickContactBadge.java | 263 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri, 356 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, lookupUri, 365 getContext().startActivity(intent);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 259 getContext().getContentResolver().notifyChange(uri, null, true, notifyTarget); 276 getContext().checkCallingOrSelfPermission( 328 mBackupManager = new BackupManager(getContext()); 329 mUserManager = UserManager.get(getContext()); 336 getContext().registerReceiver(new BroadcastReceiver() { 378 dbhelper = new DatabaseHelper(getContext(), userHandle); 496 getContext().getSystemService(Context.DROPBOX_SERVICE); 610 if (getContext().checkCallingOrSelfPermission(android.Manifest.permission.WRITE_SETTINGS) 727 c.setNotificationUri(getContext().getContentResolver(), url, forUser); [all...] |
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
AppLaunch.java | 165 PackageManager pm = getInstrumentation().getContext() 259 getInstrumentation().getContext().startActivity(homeIntent); 284 .getContext().getSystemService(Context.ACTIVITY_SERVICE);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 165 if (mPhone.getContext().checkCallingOrSelfPermission( 218 if (mPhone.getContext().checkCallingOrSelfPermission( 268 if (mPhone.getContext().checkCallingOrSelfPermission(
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
PhoneCallDetailsHelperTest.java | 68 Context context = getContext(); 77 mLocaleTestUtils = new LocaleTestUtils(getContext()); 243 assertNameEquals(getContext().getString(resId));
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanelTrack.java | 77 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.StatePanelTrack); 256 FilterShowActivity activity = (FilterShowActivity) getContext(); 287 FilterShowActivity activity = (FilterShowActivity) getContext();
|
/packages/experimental/DreamTheater/src/com/android/dreamtheater/ |
BouncyDroid.java | 146 ((Activity)getContext()).finish(); 161 Button b = new Button(getContext()); 180 mShowDebugView = new DebugView(getContext());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
AccessibilityEntityProvider.java | 116 event.setPackageName(mKeyboardView.getContext().getPackageName()); 185 info.setPackageName(mKeyboardView.getContext().getPackageName()); 289 mKeyboardView.getContext(), mKeyboardView.getKeyboard(), key, shouldObscure);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputTestsBase.java | 147 mEditText = new MyEditText(getContext()); 160 (LayoutInflater)getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); 161 final ViewGroup vg = new FrameLayout(getContext());
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOUtilsTests.java | 266 file = File.createTempFile("testInsertWord", ".dict", getContext().getCacheDir()); 317 getContext().getCacheDir()); 354 file = File.createTempFile("testRandomWord", ".dict", getContext().getCacheDir());
|