Searched refs:mUiContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWarnings.java | 60 private final Context mUiContext; field in AppWarnings 92 mUiContext = uiContext; in AppWarnings() 247 AppWarnings.this, mUiContext, ar.info.applicationInfo); in showUnsupportedDisplaySizeDialogUiThread() 268 AppWarnings.this, mUiContext, ar.info.applicationInfo); in showUnsupportedCompileSdkDialogUiThread() 289 AppWarnings.this, mUiContext, ar.info.applicationInfo); in showDeprecatedTargetSdkDialogUiThread()
|
D | ActivityTaskManagerService.java | 346 final Context mUiContext; field in ActivityTaskManagerService 690 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService() 813 mAppWarnings = new AppWarnings(this, mUiContext, mH, mUiHandler, systemDir); in initialize() 6464 AlertDialog d = new BaseErrorDialog(mUiContext); in showSystemReadyErrorDialogsIfNeeded() 6467 d.setTitle(mUiContext.getText(R.string.android_system_label)); in showSystemReadyErrorDialogsIfNeeded() 6468 d.setMessage(mUiContext.getText(R.string.system_error_wipe_data)); in showSystemReadyErrorDialogsIfNeeded() 6470 mUiContext.getText(R.string.ok), in showSystemReadyErrorDialogsIfNeeded() 6483 AlertDialog d = new BaseErrorDialog(mUiContext); in showSystemReadyErrorDialogsIfNeeded() 6486 d.setTitle(mUiContext.getText(R.string.android_system_label)); in showSystemReadyErrorDialogsIfNeeded() 6487 d.setMessage(mUiContext.getText(R.string.system_error_manufacturer)); in showSystemReadyErrorDialogsIfNeeded() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1205 final Context mUiContext; field in ActivityManagerService 1610 Dialog d = new StrictModeViolationDialog(mUiContext, in handleMessage() 1629 mUiContext, app); in handleMessage() 2400 mUiContext = null; in ActivityManagerService() 2442 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService() 2493 mPackageWatchdog = PackageWatchdog.getInstance(mUiContext); in ActivityManagerService() 2494 mAppErrors = new AppErrors(mUiContext, this, mPackageWatchdog); in ActivityManagerService()
|