Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/
DLogAccessDialogActivity.java73 protected View mAlertView; field in LogAccessDialogActivity
113 mAlertView = createView(themeId); in onCreate()
117 mAlertDialog.setView(mAlertView); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/logcat/
DLogAccessDialogActivityTest.java110 activity.mAlertView.findViewById(R.id.log_access_dialog_allow_button); in test_clickAllow()
126 activity.mAlertView.findViewById(R.id.log_access_dialog_deny_button); in test_clickDeny()