/frameworks/base/services/tests/servicestests/src/com/android/server/notification/ |
BuzzBeepBlinkTest.java | 74 mService = new NotificationManagerService(getContext()); 137 final Builder builder = new Builder(getContext()) 158 return new NotificationRecord(getContext(), sbn);
|
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 125 EGLContext context = egl_tls_t::getContext(); 143 EGLContext context = egl_tls_t::getContext(); 166 EGLContext context = egl_tls_t::getContext();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 166 if (mPhone.getContext().checkCallingOrSelfPermission( 219 if (mPhone.getContext().checkCallingOrSelfPermission( 287 if (mPhone.getContext().checkCallingOrSelfPermission(
|
ImsSMSDispatcher.java | 60 mGsmInboundSmsHandler = GsmInboundSmsHandler.makeInboundSmsHandler(phone.getContext(), 62 mCdmaInboundSmsHandler = CdmaInboundSmsHandler.makeInboundSmsHandler(phone.getContext(), 65 SmsBroadcastUndelivered.initialize(phone.getContext(),
|
/frameworks/support/documents-archive/src/android/support/provider/ |
DocumentArchiveHelper.java | 293 mProvider.getContext().getContentResolver().registerContentObserver(notificationUri, 346 mProvider.getContext(), mLocalFile, mId.mArchiveId, mIdDelimiter, 350 mProvider.getContext(),
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanelTrack.java | 78 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.StatePanelTrack); 263 FilterShowActivity activity = (FilterShowActivity) getContext(); 294 FilterShowActivity activity = (FilterShowActivity) getContext();
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
SnackBarManager.java | 151 mPopupWindow = new PopupWindow(snackBar.getContext()); 268 getWindowManager(snackBar.getContext()).getDefaultDisplay().getSize(displaySize); 334 final WindowManager windowManager = getWindowManager(snackBar.getContext());
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
PermissionAppsFragment.java | 98 mLauncherPkgs = Utils.getLauncherPackages(getContext()); 329 LocationUtils.showLocationDialog(getContext(), app.getLabel()); 337 new AlertDialog.Builder(getContext())
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DeviceProfilesSettings.java | 98 mRootView = LayoutInflater.from(getContext()).inflate(R.layout.device_profiles_settings, 104 return new AlertDialog.Builder(getContext()) 121 com.android.settings.bluetooth.Utils.updateSearchIndex(getContext(),
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 499 mChargingLabel = getContext().getString(R.string.battery_stats_charging_label); 500 mScreenOnLabel = getContext().getString(R.string.battery_stats_screen_on_label); 501 mGpsOnLabel = getContext().getString(R.string.battery_stats_gps_on_label); 502 mCameraOnLabel = getContext().getString(R.string.battery_stats_camera_on_label); 503 mFlashlightOnLabel = getContext().getString(R.string.battery_stats_flashlight_on_label); 504 mWifiRunningLabel = getContext().getString(R.string.battery_stats_wifi_running_label); 505 mCpuRunningLabel = getContext().getString(R.string.battery_stats_wake_lock_label); 506 mPhoneSignalLabel = getContext().getString(R.string.battery_stats_phone_signal_label); 510 mInfo = BatteryInfo.getBatteryInfo(getContext(), mBatteryBroadcast, mStats, 581 if (!com.android.settings.Utils.isWifiOnly(getContext())) { [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothAccessoryFragment.java | 186 final Context themedContext = getPreferenceManager().getContext(); 333 getContext().getDrawable(getArguments().getInt(ARG_ACCESSORY_ICON_ID, 341 final Context context = getContext();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
FrameLayoutWithShadows.java | 288 shadowView = new ShadowView(getContext()); 299 Drawable d = getContext().getDrawable(mBottomResourceId); 312 shadow = getContext().getDrawable(mShadowResourceId);
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
AttachmentsView.java | 79 InputMethodManager imm = (InputMethodManager) getContext().getSystemService( 125 new AttachmentComposeView(getContext(), attachment); 223 final ContentResolver contentResolver = getContext().getContentResolver();
|
QuotedTextView.java | 190 String fontColor = getContext().getResources().getString( 247 Resources resources = getContext().getResources(); 299 final Resources resources = getContext().getResources();
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewController.java | 97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null); 237 mMailActivity.getContext(), attachment.size); 396 final Context context = mMailActivity.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/ |
KeyboardAccessibilityNodeProvider.java | 142 event.setPackageName(mKeyboardView.getContext().getPackageName()); 238 info.setPackageName(mKeyboardView.getContext().getPackageName()); 328 mKeyboardView.getContext(), mKeyboard, key, shouldObscure);
|
MainKeyboardAccessibilityDelegate.java | 71 this /* callback */, mainKeyboardView.getContext()); 137 final Context context = mKeyboardView.getContext(); 295 mKeyboardView.getContext(), codePointOfNoPanelAutoMoreKey);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
EnterprisePolicyGuardTest.java | 88 System.setProperty(SYSTEM_PROPERTY_DEXMAKER_DEXCACHE, getContext().getCacheDir().getPath()); 99 EnterprisePolicyGuard guard = new EnterprisePolicyGuardTestable(getContext(), true); 272 Context mockContext = new TestMockContext(getContext(), mockDpm, mockUm);
|
/packages/services/Telephony/src/com/android/phone/ |
MobileNetworkSettings.java | 215 int settingsNetworkMode = android.provider.Settings.Global.getInt(mPhone.getContext(). 240 int settingsNetworkMode = android.provider.Settings.Global.getInt(mPhone.getContext(). 412 return new View(mTabHost.getContext()); 546 mPhone.getContext().getContentResolver(), 593 mPhone.getContext().getContentResolver(), [all...] |
/platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/ |
HomeScreenTests.java | 55 mPackageManager = getInstrumentation().getContext().getPackageManager(); 76 getInstrumentation().getContext().startActivity(appIntent); 110 Context currentContext = getInstrumentation().getContext();
|
/external/clang/lib/CodeGen/ |
CGCall.cpp | 117 prefix.push_back(CGT.getContext().getSizeType()); 251 ? CGM.getContext().VoidPtrTy 275 ? CGM.getContext().VoidPtrTy 336 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); 339 if (getContext().getLangOpts().ObjCAutoRefCount && 433 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); 507 getContext().VoidTy, /*instanceMethod=*/false, /*chainCall=*/false, 764 CharUnits EltSize = CGF.getContext().getTypeSizeInChars(CAE->EltTy); 780 auto Exp = getTypeExpansion(Ty, getContext()); 817 auto Exp = getTypeExpansion(Ty, getContext()); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.cpp | 754 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) && 767 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) || 769 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType())) && 779 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType())) && 786 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) && 822 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) & [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | 137 S->setStmts(Reader.getContext(), Stmts); 186 S->setConditionVariable(Reader.getContext(), 197 S->setConditionVariable(Reader.getContext(), 219 S->setConditionVariable(Reader.getContext(), 240 S->setConditionVariable(Reader.getContext(), 293 S->setDeclGroup(DeclGroupRef(DeclGroup::Create(Reader.getContext(), 333 S->setOutputsAndInputsAndClobbers(Reader.getContext(), 380 S->initialize(Reader.getContext(), AsmStr, AsmToks, 480 E->setValue(Reader.getContext(), Reader.ReadAPInt(Record, Idx)); 487 E->setValue(Reader.getContext(), [all...] |
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
FeatureDeviceInfo.java | 40 getInstrumentation().getContext().getPackageManager();
|