Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeOffTestActivity.java28 createAutoItem(R.string.location_mode_secure_gps_off); in createTestItems()
29 createAutoItem(R.string.location_mode_secure_nlp_off); in createTestItems()
30 createAutoItem(R.string.location_mode_manager_gps_off); in createTestItems()
31 createAutoItem(R.string.location_mode_manager_nlp_off); in createTestItems()
DLocationModeDeviceOnlyTestActivity.java29 createAutoItem(R.string.location_mode_secure_gps_on); in createTestItems()
30 createAutoItem(R.string.location_mode_secure_nlp_off); in createTestItems()
31 createAutoItem(R.string.location_mode_manager_gps_on); in createTestItems()
32 createAutoItem(R.string.location_mode_manager_nlp_off); in createTestItems()
DLocationModeHighAccuracyTestActivity.java29 createAutoItem(R.string.location_mode_secure_gps_on); in createTestItems()
30 createAutoItem(R.string.location_mode_secure_nlp_on); in createTestItems()
31 createAutoItem(R.string.location_mode_manager_gps_on); in createTestItems()
32 createAutoItem(R.string.location_mode_manager_nlp_on); in createTestItems()
DLocationModeBatterySavingTestActivity.java29 createAutoItem(R.string.location_mode_secure_gps_off); in createTestItems()
30 createAutoItem(R.string.location_mode_secure_nlp_on); in createTestItems()
31 createAutoItem(R.string.location_mode_manager_gps_off); in createTestItems()
32 createAutoItem(R.string.location_mode_manager_nlp_on); in createTestItems()
DLocationModeTestActivity.java124 protected View createAutoItem(int stringId) { in createAutoItem() method in LocationModeTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTimeShiftTestActivity.java193 mVerifyResumeAfterPauseItem = createAutoItem( in createTestItems()
195 mVerifyPositionTrackingItem = createAutoItem( in createTestItems()
200 mVerifyRewindItem = createAutoItem( in createTestItems()
202 mVerifyFastForwardItem = createAutoItem( in createTestItems()
207 mVerifySeekToPreviousItem = createAutoItem( in createTestItems()
209 mVerifySeekToNextItem = createAutoItem( in createTestItems()
DTvInputDiscoveryTestActivity.java123 mVerifySetupItem = createAutoItem(R.string.tv_input_discover_test_verify_setup); in createTestItems()
126 mVerifyTuneItem = createAutoItem(R.string.tv_input_discover_test_verify_tune); in createTestItems()
127 mVerifyOverlayViewItem = createAutoItem( in createTestItems()
129 mVerifyGlobalSearchItem = createAutoItem( in createTestItems()
DMultipleTracksTestActivity.java139 mVerifySetCaptionEnabledItem = createAutoItem( in createTestItems()
141 mVerifySelectSubtitleItem = createAutoItem( in createTestItems()
147 mVerifySelectAudioItem = createAutoItem( in createTestItems()
DParentalControlTestActivity.java136 mVerifyReceiveBroadcast1Item = createAutoItem( in createTestItems()
140 mVerifyReceiveBroadcast2Item = createAutoItem( in createTestItems()
DTvAppVerifierActivity.java101 protected View createAutoItem(int stringId) { in createAutoItem() method in TvAppVerifierActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java152 return createAutoItem(parent, R.string.nls_note_received); in inflate()
186 return createAutoItem(parent, R.string.nls_payload_intact); in inflate()
267 return createAutoItem(parent, R.string.nls_clear_one); in inflate()
314 return createAutoItem(parent, R.string.nls_clear_all); in inflate()
391 return createAutoItem(parent, R.string.nls_service_stopped); in inflate()
422 return createAutoItem(parent, R.string.nls_note_missed); in inflate()
DAttentionManagementVerifierActivity.java109 return createAutoItem(parent, R.string.attention_create_contacts); in inflate()
139 return createAutoItem(parent, R.string.attention_delete_contacts); in inflate()
196 return createAutoItem(parent, R.string.attention_all_are_filtered); in inflate()
288 return createAutoItem(parent, R.string.attention_none_are_filtered); in inflate()
378 return createAutoItem(parent, R.string.attention_some_are_filtered); in inflate()
445 return createAutoItem(parent, R.string.attention_default_order); in inflate()
489 return createAutoItem(parent, R.string.attention_priority_order); in inflate()
533 return createAutoItem(parent, R.string.attention_interruption_order); in inflate()
598 return createAutoItem(parent, R.string.attention_ambient_bit); in inflate()
665 return createAutoItem(parent, R.string.attention_lookup_order); in inflate()
[all …]
DPackagePriorityVerifierActivity.java77 return createAutoItem(parent, R.string.package_priority_bot); in inflate()
153 return createAutoItem(parent, R.string.attention_default_order); in inflate()
198 return createAutoItem(parent, R.string.package_priority_user_order); in inflate()
DInteractiveVerifierActivity.java236 protected View createAutoItem(ViewGroup parent, int stringId) { in createAutoItem() method in InteractiveVerifierActivity
413 return createAutoItem(parent, R.string.nls_service_started); in inflate()