Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrorDialog.java43 private final boolean mIsRestartable; field in AppErrorDialog
68 mIsRestartable = (data.taskId != INVALID_TASK_ID || data.isRestartableForService) in AppErrorDialog()
119 restart.setVisibility(mIsRestartable ? View.VISIBLE : View.GONE); in onCreate()