Searched refs:mTitle (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java72 ap.mTitle = appName;
H A DUsbPermissionActivity.java85 ap.mTitle = appName;
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java399 final CharSequence mTitle; field in class:AssistStructure.WindowNode
411 mTitle = root.getTitle();
432 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
442 TextUtils.writeToParcel(mTitle, out, 0);
480 return mTitle;
/frameworks/base/core/java/android/app/
H A DDownloadManager.java383 private CharSequence mTitle; field in class:DownloadManager.Request
607 mTitle = title;
787 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle);
H A DActivity.java785 private CharSequence mTitle; field in class:Activity
5601 mTitle = title;
5632 onTitleChanged(mTitle, textColor);
5636 return mTitle;
6626 mTitle = title;
H A DNotification.java1103 private final CharSequence mTitle; field in class:Notification.Action.Builder
1143 mTitle = title;
1221 return new Action(mIcon, mTitle, mIntent, mExtras, remoteInputs,
/frameworks/base/media/java/android/media/
H A DMediaScanner.java457 private String mTitle; field in class:MediaScanner.MyMediaScannerClient
533 mTitle = null;
653 mTitle = value;
810 map.put(MediaStore.MediaColumns.TITLE, mTitle);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1367 private final TextView mTitle; field in class:DirectoryFragment.DragShadowBuilder
1381 mTitle = (TextView) mShadowView.findViewById(android.R.id.title);
1384 mTitle.setText(getTitle(docs));
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java240 private CharSequence mTitle = null; field in class:PhoneWindow
540 mTitle = title;
2653 if (mTitle != null) {
2654 setTitle(mTitle);
2698 mDecorContentParent.setWindowTitle(mTitle);
2745 mTitleView.setText(mTitle);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2416 private final CharSequence mTitle; field in class:NotificationCompat.Action.Builder
2443 mTitle = NotificationCompat.Builder.limitCharSequenceLength(title);
2517 return new Action(mIcon, mTitle, mIntent, mExtras, remoteInputs,
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 425 milliseconds

123