Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationFullScreenIntentVerifierActivity.java228 private final int mInstructionRes; field in NotificationFullScreenIntentVerifierActivity.SetGlobalVisibilityBaseStep
233 mInstructionRes = instructionRes; in SetGlobalVisibilityBaseStep()
239 mView = createUserItem(parent, R.string.np_start_notif_settings, mInstructionRes); in inflate()
290 private final int mInstructionRes; field in NotificationFullScreenIntentVerifierActivity.SetChannelLockscreenVisibilityBaseStep
296 mInstructionRes = instructionRes; in SetChannelLockscreenVisibilityBaseStep()
302 mView = createUserItem(parent, R.string.np_start_channel_settings, mInstructionRes); in inflate()
354 private final int mInstructionRes; field in NotificationFullScreenIntentVerifierActivity.SetScreenLockBaseStep
359 mInstructionRes = instructionRes; in SetScreenLockBaseStep()
365 mView = createUserItem(parent, R.string.np_start_security_settings, mInstructionRes); in inflate()
409 private final int mInstructionRes; field in NotificationFullScreenIntentVerifierActivity.SetAodBaseStep
[all …]
DNotificationPrivacyVerifierActivity.java184 private final int mInstructionRes; field in NotificationPrivacyVerifierActivity.SetChannelLockscreenVisibilityBaseStep
190 mInstructionRes = instructionRes; in SetChannelLockscreenVisibilityBaseStep()
196 mView = createUserItem(parent, R.string.np_start_channel_settings, mInstructionRes); in inflate()
255 private final int mInstructionRes; field in NotificationPrivacyVerifierActivity.SetScreenLockBaseStep
260 mInstructionRes = instructionRes; in SetScreenLockBaseStep()
266 mView = createUserItem(parent, R.string.np_start_security_settings, mInstructionRes); in inflate()
316 private final int mInstructionRes; field in NotificationPrivacyVerifierActivity.SetGlobalVisibilityBaseStep
321 mInstructionRes = instructionRes; in SetGlobalVisibilityBaseStep()
327 mView = createUserItem(parent, R.string.np_start_notif_settings, mInstructionRes); in inflate()
425 private final int mInstructionRes; field in NotificationPrivacyVerifierActivity.NotificationPrivacyBaseTest
[all …]
DNotificationDismissVerifierActivity.java174 private final int mInstructionRes; field in NotificationDismissVerifierActivity.NotificationDismissBaseTest
177 mInstructionRes = instructionRes; in NotificationDismissBaseTest()
198 mView = createPassFailItem(parent, mInstructionRes); in inflate()
269 private final int mInstructionRes; field in NotificationDismissVerifierActivity.SetChannelLockscreenVisibilityBaseStep
275 mInstructionRes = instructionRes; in SetChannelLockscreenVisibilityBaseStep()
281 mView = createUserItem(parent, R.string.np_start_channel_settings, mInstructionRes); in inflate()
340 private final int mInstructionRes; field in NotificationDismissVerifierActivity.SetScreenLockBaseStep
345 mInstructionRes = instructionRes; in SetScreenLockBaseStep()
351 mView = createUserItem(parent, R.string.np_start_security_settings, mInstructionRes); in inflate()
401 private final int mInstructionRes; field in NotificationDismissVerifierActivity.SetGlobalVisibilityBaseStep
[all …]