Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1306 final Context mUiContext; field in ActivityManagerService
1812 Dialog d = new StrictModeViolationDialog(mUiContext, in handleMessage()
1826 mUiContext, msg.getData().getCharSequence("msg")); in handleMessage()
1837 mUiContext, app); in handleMessage()
1852 AlertDialog d = new BaseErrorDialog(mUiContext); in handleMessage()
1855 d.setTitle(mUiContext.getText(R.string.android_system_label)); in handleMessage()
1856 d.setMessage(mUiContext.getText(R.string.system_error_wipe_data)); in handleMessage()
1857 d.setButton(DialogInterface.BUTTON_POSITIVE, mUiContext.getText(R.string.ok), in handleMessage()
1864 AlertDialog d = new BaseErrorDialog(mUiContext); in handleMessage()
1867 d.setTitle(mUiContext.getText(R.string.android_system_label)); in handleMessage()
[all …]