Home
last modified time | relevance | path

Searched refs:mUiContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java60 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()
DActivityTaskManagerService.java349 final Context mUiContext; field in ActivityTaskManagerService
693 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()
816 mAppWarnings = new AppWarnings(this, mUiContext, mH, mUiHandler, systemDir); in initialize()
6521 AlertDialog d = new BaseErrorDialog(mUiContext); in showSystemReadyErrorDialogsIfNeeded()
6524 d.setTitle(mUiContext.getText(R.string.android_system_label)); in showSystemReadyErrorDialogsIfNeeded()
6525 d.setMessage(mUiContext.getText(R.string.system_error_wipe_data)); in showSystemReadyErrorDialogsIfNeeded()
6527 mUiContext.getText(R.string.ok), in showSystemReadyErrorDialogsIfNeeded()
6540 AlertDialog d = new BaseErrorDialog(mUiContext); in showSystemReadyErrorDialogsIfNeeded()
6543 d.setTitle(mUiContext.getText(R.string.android_system_label)); in showSystemReadyErrorDialogsIfNeeded()
6544 d.setMessage(mUiContext.getText(R.string.system_error_manufacturer)); in showSystemReadyErrorDialogsIfNeeded()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1214 final Context mUiContext; field in ActivityManagerService
1621 Dialog d = new StrictModeViolationDialog(mUiContext, in handleMessage()
1640 mUiContext, app); in handleMessage()
2425 mUiContext = null; in ActivityManagerService()
2468 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
2521 mPackageWatchdog = PackageWatchdog.getInstance(mUiContext); in ActivityManagerService()
2522 mAppErrors = new AppErrors(mUiContext, this, mPackageWatchdog); in ActivityManagerService()