HomeSort by relevance Sort by last modified time
    Searched defs:createUserItem (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
TvAppVerifierActivity.java 81 protected View createUserItem(int instructionTextId, int buttonTextId, View.OnClickListener l) {
96 protected View createUserItem(CharSequence instructionCharSequence,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 240 return createUserItem(parent, R.string.nls_start_settings, messageId);
244 return createUserItem(parent, R.string.attention_ready, messageId, messageFormatArgs);
247 protected View createUserItem(ViewGroup parent, int actionId, int messageId,

Completed in 113 milliseconds