OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAutoItem
(Results
1 - 16
of
16
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeBatterySavingTestActivity.java
29
createAutoItem
(R.string.location_mode_secure_gps_off);
30
createAutoItem
(R.string.location_mode_secure_nlp_on);
31
createAutoItem
(R.string.location_mode_manager_gps_off);
32
createAutoItem
(R.string.location_mode_manager_nlp_on);
LocationModeDeviceOnlyTestActivity.java
29
createAutoItem
(R.string.location_mode_secure_gps_on);
30
createAutoItem
(R.string.location_mode_secure_nlp_off);
31
createAutoItem
(R.string.location_mode_manager_gps_on);
32
createAutoItem
(R.string.location_mode_manager_nlp_off);
LocationModeHighAccuracyTestActivity.java
29
createAutoItem
(R.string.location_mode_secure_gps_on);
30
createAutoItem
(R.string.location_mode_secure_nlp_on);
31
createAutoItem
(R.string.location_mode_manager_gps_on);
32
createAutoItem
(R.string.location_mode_manager_nlp_on);
LocationModeOffTestActivity.java
28
createAutoItem
(R.string.location_mode_secure_gps_off);
29
createAutoItem
(R.string.location_mode_secure_nlp_off);
30
createAutoItem
(R.string.location_mode_manager_gps_off);
31
createAutoItem
(R.string.location_mode_manager_nlp_off);
LocationModeTestActivity.java
98
* #
createAutoItem
(int)} as appropriate to generate each item.
124
protected View
createAutoItem
(int stringId) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
TimeShiftTestActivity.java
193
mVerifyResumeAfterPauseItem =
createAutoItem
(
195
mVerifyPositionTrackingItem =
createAutoItem
(
200
mVerifyRewindItem =
createAutoItem
(
202
mVerifyFastForwardItem =
createAutoItem
(
207
mVerifySeekToPreviousItem =
createAutoItem
(
209
mVerifySeekToNextItem =
createAutoItem
(
TvInputDiscoveryTestActivity.java
145
mVerifySetupItem =
createAutoItem
(R.string.tv_input_discover_test_verify_setup);
148
mVerifyTuneItem =
createAutoItem
(R.string.tv_input_discover_test_verify_tune);
149
mVerifyOverlayViewItem =
createAutoItem
(
151
mVerifyOverlayViewSizeChanged =
createAutoItem
(
153
mVerifyGlobalSearchItem =
createAutoItem
(
MultipleTracksTestActivity.java
139
mVerifySetCaptionEnabledItem =
createAutoItem
(
141
mVerifySelectSubtitleItem =
createAutoItem
(
147
mVerifySelectAudioItem =
createAutoItem
(
AppLinkTestActivity.java
98
mVerifyAppLinkIntentItem =
createAutoItem
(
ParentalControlTestActivity.java
162
mVerifyReceiveBroadcast1Item =
createAutoItem
(
166
mVerifyReceiveBroadcast2Item =
createAutoItem
(
TvAppVerifierActivity.java
99
protected View
createAutoItem
(int stringId) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java
111
return
createAutoItem
(parent, R.string.cp_service_started);
145
return
createAutoItem
(parent, R.string.cp_create_rule);
180
return
createAutoItem
(parent, R.string.cp_subscribe_rule);
236
return
createAutoItem
(parent, R.string.cp_get_rule);
281
return
createAutoItem
(parent, R.string.cp_get_rules);
331
return
createAutoItem
(parent, R.string.cp_delete_rule);
372
return
createAutoItem
(parent, R.string.cp_unsubscribe_rule);
475
return
createAutoItem
(parent, R.string.cp_service_stopped);
NotificationListenerVerifierActivity.java
152
return
createAutoItem
(parent, R.string.nls_note_received);
186
return
createAutoItem
(parent, R.string.nls_payload_intact);
267
return
createAutoItem
(parent, R.string.nls_clear_one);
314
return
createAutoItem
(parent, R.string.nls_clear_all);
391
return
createAutoItem
(parent, R.string.nls_service_stopped);
422
return
createAutoItem
(parent, R.string.nls_note_missed);
AttentionManagementVerifierActivity.java
114
return
createAutoItem
(parent, R.string.attention_create_contacts);
154
return
createAutoItem
(parent, R.string.attention_delete_contacts);
211
return
createAutoItem
(parent, R.string.attention_all_are_filtered);
303
return
createAutoItem
(parent, R.string.attention_none_are_filtered);
393
return
createAutoItem
(parent, R.string.attention_some_are_filtered);
460
return
createAutoItem
(parent, R.string.attention_default_order);
504
return
createAutoItem
(parent, R.string.attention_priority_order);
550
return
createAutoItem
(parent, R.string.attention_interruption_order);
613
return
createAutoItem
(parent, R.string.attention_ambient_bit);
680
return
createAutoItem
(parent, R.string.attention_lookup_order)
[
all
...]
PackagePriorityVerifierActivity.java
77
return
createAutoItem
(parent, R.string.package_priority_bot);
153
return
createAutoItem
(parent, R.string.attention_default_order);
198
return
createAutoItem
(parent, R.string.package_priority_user_order);
InteractiveVerifierActivity.java
236
protected View
createAutoItem
(ViewGroup parent, int stringId) {
415
return
createAutoItem
(parent, R.string.nls_service_started);
Completed in 2308 milliseconds