Searched refs:mTestLabel (Results 1 – 1 of 1) sorted by relevance
68 private String mTestLabel; field in PrintJobPreferenceControllerTest75 mTestLabel = "PrintTest"; in setUp()82 when(mPrintJobInfo.getLabel()).thenReturn(mTestLabel); in setUp()104 R.string.print_configuring_state_title_template, mTestLabel); in updateUi_jobState_STATE_CREATED()115 R.string.print_printing_state_title_template, mTestLabel); in updateUi_jobState_STATE_QUEUED()126 R.string.print_printing_state_title_template, mTestLabel); in updateUi_jobState_STATE_STARTED()138 R.string.print_cancelling_state_title_template, mTestLabel); in updateUi_jobState_STATE_QUEUED_and_jobInfo_CANCELLING()150 R.string.print_cancelling_state_title_template, mTestLabel); in updateUi_jobState_STATE_STARTED_and_jobInfo_CANCELLING()161 R.string.print_failed_state_title_template, mTestLabel); in updateUi_jobState_STATE_FAILED()172 R.string.print_blocked_state_title_template, mTestLabel); in updateUi_jobState_STATE_BLOCKED()[all …]