HomeSort by relevance Sort by last modified time
    Searched refs:alertTitle (Results 1 - 6 of 6) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 39 mTitleView = (TextView) findViewById(R.id.alertTitle);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 364 TextView alertTitle = (TextView) findViewById(com.android.internal.R.id.alertTitle);
365 if (alertTitle != null) {
366 alertTitle.setText(getTitle());
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 184 TextView title = (TextView) findViewById(com.android.internal.R.id.alertTitle);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 354 ((TextView) findViewById(R.id.alertTitle)).setText(titleId);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 155 TextView tv = (TextView) findViewById(R.id.alertTitle);
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 464 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
    [all...]

Completed in 3225 milliseconds