Searched defs:mContext (Results 1 - 25 of 790) sorted by path

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraManager.h92 mContext(callback->context) {}
97 mContext == other.mContext);
104 if (mContext != other.mContext) return mContext < other.mContext;
113 void* mContext; member in struct:android::final::Callback
/frameworks/av/include/media/stagefright/
H A DRenderScriptWrapper.h37 RSC::sp<RSC::RS> mContext; member in struct:android::RenderScriptWrapper
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h111 EGLDisplay mContext; member in class:android::BootAnimation
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java32 private final Context mContext; field in class:InstrumentationUiAutomatorBridge
36 mContext = context;
41 mContext.getSystemService(Service.WINDOW_SERVICE);
53 mContext.getSystemService(Service.POWER_SERVICE);
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java149 private final Context mContext; field in class:AbstractAccountAuthenticator
152 mContext = context;
514 if (mContext.checkCallingOrSelfPermission(perm) != PackageManager.PERMISSION_GRANTED) {
H A DAccountManager.java268 private final Context mContext; field in class:AccountManager
286 mContext = context;
288 mMainHandler = new Handler(mContext.getMainLooper());
295 mContext = context;
446 return mService.getAccounts(null, mContext.getOpPackageName());
471 return mService.getAccountsAsUser(null, userId, mContext.getOpPackageName());
488 return mService.getAccountsForPackage(packageName, uid, mContext.getOpPackageName());
506 mContext.getOpPackageName());
545 mContext.getOpPackageName());
633 mService.hasFeatures(mResponse, account, features, mContext
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java85 private final Context mContext; field in class:ActivityManager
449 mContext = context;
1680 appTasks = ActivityManagerNative.getDefault().getAppTasks(mContext.getPackageName());
2517 return clearApplicationUserData(mContext.getPackageName(), null);
3039 mContext.getOpPackageName());
3189 final Resources res = mContext.getResources();
3225 return getLauncherLargeIconSizeInner(mContext);
3553 mContext.getPackageName());
H A DAppImportanceMonitor.java32 final Context mContext; field in class:AppImportanceMonitor
74 mContext = context;
H A DAppOpsManager.java72 final Context mContext; field in class:AppOpsManager
1264 mContext = context;
1343 setUserRestrictionForUser(code, restricted, token, exceptionPackages, mContext.getUserId());
1742 throw new SecurityException("Proxy package " + mContext.getOpPackageName()
1757 return mService.noteProxyOperation(op, mContext.getOpPackageName(),
1779 return noteOp(op, Process.myUid(), mContext.getOpPackageName());
1841 return startOp(op, Process.myUid(), mContext.getOpPackageName());
1861 finishOp(op, Process.myUid(), mContext.getOpPackageName());
H A DApplicationPackageManager.java123 mUserManager = UserManager.get(mContext);
132 return getPackageInfoAsUser(packageName, flags, mContext.getUserId());
223 int[] gids = mPM.getPackageGids(packageName, flags, mContext.getUserId());
236 return getPackageUidAsUser(packageName, flags, mContext.getUserId());
327 return getApplicationInfoAsUser(packageName, flags, mContext.getUserId());
377 ActivityInfo ai = mPM.getActivityInfo(className, flags, mContext.getUserId());
392 ActivityInfo ai = mPM.getReceiverInfo(className, flags, mContext.getUserId());
407 ServiceInfo si = mPM.getServiceInfo(className, flags, mContext.getUserId());
422 ProviderInfo pi = mPM.getProviderInfo(className, flags, mContext.getUserId());
500 return mPM.checkPermission(permName, pkgName, mContext
2417 private final ContextImpl mContext; field in class:ApplicationPackageManager
[all...]
H A DDialog.java98 final Context mContext; field in class:Dialog
176 mContext = new ContextThemeWrapper(context, themeResId);
178 mContext = context;
183 final Window w = new PhoneWindow(mContext);
218 return mContext;
300 final ApplicationInfo info = mContext.getApplicationInfo();
560 setTitle(mContext.getText(titleId));
659 if (mCancelable && mShowing && mWindow.shouldCloseOnTouch(mContext, event)) {
838 event.setPackageName(mContext.getPackageName());
1027 final SearchManager searchManager = (SearchManager) mContext
[all...]
H A DFragmentHostCallback.java42 final Context mContext; field in class:FragmentHostCallback
67 mContext = context;
96 return (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
131 mContext.startActivity(intent);
145 mContext.startIntentSender(intent, fillInIntent, flagsMask, flagsValues, extraFlags,
199 return mContext;
H A DLoadedApk.java1064 final Context mContext; field in class:LoadedApk.ReceiverDispatcher
1122 receiver.onReceive(mContext, intent);
1154 mContext = context;
1163 if (mContext != context) {
1167 mContext + " now " + context + ")");
1297 private final Context mContext; field in class:LoadedApk.ServiceDispatcher
1333 mContext = context;
1341 if (mContext != context) {
1345 mContext + " now " + context + ")");
H A DMediaRouteActionProvider.java48 private final Context mContext; field in class:MediaRouteActionProvider
59 mContext = context;
121 mButton = new MediaRouteButton(mContext);
H A DNotification.java2250 * Notification noti = new Notification.Builder(mContext)
2277 private Context mContext; field in class:Notification.Builder
2319 mContext = context;
2375 if (mContext.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.LOLLIPOP) {
2376 mColorUtil = NotificationColorUtil.getInstance(mContext);
2456 ? Icon.createWithResource(mContext, icon)
3184 if (mContext.getUserId() == UserHandle.USER_SYSTEM) {
3191 return mContext.getPackageManager().getUserBadgeForDensityNoBackground(
3192 new UserHandle(mContext.getUserId()), 0);
3200 final int size = mContext
[all...]
H A DNotificationManager.java248 mContext = context;
294 String pkg = mContext.getPackageName();
296 Notification.addFieldsFromContext(mContext, notification);
304 if (mContext.getApplicationInfo().targetSdkVersion > Build.VERSION_CODES.LOLLIPOP_MR1) {
313 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id,
355 String pkg = mContext.getPackageName();
371 String pkg = mContext.getPackageName();
591 return service.getPackageImportance(mContext.getPackageName());
603 return service.areNotificationsEnabled(mContext.getPackageName());
626 return service.isNotificationPolicyAccessGranted(mContext
705 private Context mContext; field in class:NotificationManager
[all...]
H A DSearchManager.java541 private final Context mContext; field in class:SearchManager
551 mContext = context;
634 mSearchDialog = new SearchDialog(mContext, this);
661 appSearchData.putString("source", mContext.getPackageName());
673 mContext.startActivity(intent);
920 return mContext.getContentResolver().query(uri, null, selection, selArgs, null);
H A DStatusBarManager.java96 private Context mContext; field in class:StatusBarManager
101 mContext = context;
123 svc.disable(what, mToken, mContext.getPackageName());
140 svc.disable2(what, mToken, mContext.getPackageName());
200 svc.setIcon(slot, mContext.getPackageName(), iconId, iconLevel,
H A DVoiceInteractor.java72 Context mContext; field in class:VoiceInteractor
213 Context mContext; field in class:VoiceInteractor.Request
247 return mContext;
304 mContext = null;
887 mContext = context;
919 mContext = activity;
925 req.mContext = activity;
943 req.mContext = null;
956 mContext = null;
981 mContext
[all...]
H A DWallpaperManager.java184 private final Context mContext; field in class:WallpaperManager
392 mContext = context;
419 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
421 Drawable dr = new BitmapDrawable(mContext.getResources(), bm);
494 Resources resources = mContext.getResources();
498 InputStream wpStream = openDefaultWallpaper(mContext, which);
528 is = new BufferedInputStream(openDefaultWallpaper(mContext, which));
578 is = new BufferedInputStream(openDefaultWallpaper(mContext, which));
650 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
652 Drawable dr = new BitmapDrawable(mContext
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java97 private final Context mContext; field in class:DevicePolicyManager
112 mContext = context;
2677 return mService.getStorageEncryptionStatus(mContext.getPackageName(), userHandle);
6040 return new DevicePolicyManager(mContext, true);
6126 mContext.checkSelfPermission(
6132 return new DevicePolicyManager(mContext, true);
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java35 Context mContext; field in class:AbsoluteFileBackupHelper
48 mContext = context;
H A DBackupManager.java131 private Context mContext; field in class:BackupManager
150 mContext = context;
163 sService.dataChanged(mContext.getPackageName());
216 IRestoreSession binder = sService.beginRestoreSession(mContext.getPackageName(),
219 session = new RestoreSession(mContext, binder);
220 result = session.restorePackage(mContext.getPackageName(), observer);
249 session = new RestoreSession(mContext, binder);
484 : new BackupObserverWrapper(mContext, observer);
H A DFileBackupHelper.java42 Context mContext; field in class:FileBackupHelper
56 mContext = context;
77 File base = mContext.getFilesDir();
H A DFileBackupHelperBase.java33 Context mContext; field in class:FileBackupHelperBase
38 mContext = context;
96 + mContext.getPackageName() + "\' result=0x"

Completed in 321 milliseconds

1234567891011>>