Searched refs:title (Results 51 - 75 of 133) sorted by relevance

123456

/frameworks/base/test-runner/src/android/test/
H A DActivityUnitTestCase.java139 CharSequence title = mActivityClass.getName();
144 token, mApplication, intent, info, title, mMockParent, id,
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileList.java116 temp.put("title", name);
176 new String[] {"title"},
178 String title = mPath; //.substring(mBaseLength-11); // show the word LayoutTests
179 setTitle(title);
H A DReliabilityTestActivity.java277 public void onReceivedTitle(WebView view, String title) { argument
278 ReliabilityTestActivity.this.setTitle(title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java60 CharSequence title = getResources().getText(com.android.internal.R.string.chooseUsbActivity);
61 super.onCreate(savedInstanceState, target, title, null, rList,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java301 final String title = activityInfo.loadLabel(pm).toString();
304 if (title != null && title.length() > 0 && icon != null) {
306 tv.setText(title);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java55 TextView display = (TextView) view.findViewById(android.R.id.title);
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java399 * Updates the title bar according to the value of {@link #mFullScreen}.
471 * Adjusts the activity title and subtitle to reflect the photo name and count.
475 final String title;
483 title = cursor.getString(photoNameIndex);
485 title = null;
496 actionBar.setTitle(title);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java173 public void setTitle(CharSequence title) { argument
174 super.setTitle(title);
175 mAlert.setTitle(title);
393 * Set the title using the given resource id.
403 * Set the title displayed in the {@link Dialog}.
407 public Builder setTitle(CharSequence title) { argument
408 P.mTitle = title;
413 * Set the title using the custom view {@code customTitleView}. The
415 * sufficient for most titles, but this is provided if the title needs
416 * more customization. Using this will replace the title an
[all...]
/frameworks/base/services/java/com/android/server/
H A DIntentResolverOld.java96 boolean dumpMap(PrintWriter out, String titlePrefix, String title, argument
112 if (title != null) {
113 out.print(titlePrefix); out.println(title);
114 title = null;
133 public boolean dump(PrintWriter out, String title, String prefix, String packageName, argument
137 String curPrefix = title + "\n" + prefix;
H A DDeviceStorageMonitorService.java395 CharSequence title = mContext.getText(
403 notification.tickerText = title;
405 notification.setLatestEventInfo(mContext, title, details, intent);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java323 * Tests that we can set the title of a download.
331 // An arbitrary unicode string title
332 final String title = "\u00a5123;\"\u0152\u017d \u054b \u0a07 \ucce0 \u6820\u03a8\u5c34" +
337 request.setTitle(title);
344 verifyString(cursor, DownloadManager.COLUMN_TITLE, title);
/frameworks/base/core/tests/coretests/src/android/view/
H A DMenuTest.java180 final String title = "test";
181 final MenuItem stringItem = mMenu.add(title);
184 Assert.assertEquals(title, stringItem.getTitle());
/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java36 * Notify the host application of a change in the document title.
38 * @param title A String containing the new title of the document.
40 public void onReceivedTitle(WebView view, String title) {} argument
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java308 final String title = info.loadLabel(pm).toString();
312 if (id != -1 && title != null && title.length() > 0 && icon != null) {
314 ActivityDescription item = new ActivityDescription(null, icon, title, null, id);
H A DCarouselTestActivity.java128 void postMessage(final CharSequence title, final CharSequence msg) { argument
132 .setTitle(title)
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java416 * Updates the title bar according to the value of {@link #mFullScreen}.
488 * Adjusts the activity title and subtitle to reflect the photo name and count.
492 final String title;
500 title = cursor.getString(photoNameIndex);
502 title = null;
513 actionBar.setTitle(title);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java740 final CharSequence title = res.getText(R.string.data_usage_warning_title);
744 builder.setTicker(title);
745 builder.setContentTitle(title);
761 final CharSequence title;
764 title = res.getText(R.string.data_usage_3g_limit_title);
767 title = res.getText(R.string.data_usage_4g_limit_title);
770 title = res.getText(R.string.data_usage_mobile_limit_title);
773 title = res.getText(R.string.data_usage_wifi_limit_title);
776 title = null;
782 builder.setTicker(title);
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java182 public void setTitle(CharSequence title) { argument
183 mTitle = title;
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java219 String title = null;
253 htmlString.append("'>" + entry.title + "</a></p>");
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java239 public void onReceivedTitle(WebView view, String title) { argument
240 PowerTestActivity.this.setTitle(title);
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx94 #define PRINT_LINT(title, value) \
95 out() << format(" %-11s : ", (char const *)(title)) << (value) << '\n'
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java156 // Create an TaskDescription, returning null if the title or icon is null
169 final String title = info.loadLabel(pm).toString();
171 if (title != null && title.length() > 0) {
173 + persistentTaskId + ", label=" + title);
178 item.setLabel(title);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java273 mediaGroup.getChild(MEDIA_NAMESPACE, "title")
276 video.title = body;
413 if (localName.equals("title")
516 if (localName.equals("title")) {
517 video.title = takeText();
528 public String title; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java240 // title
241 final CharSequence title = getRadioTag(R.id.group_title);
242 if (!TextUtils.isEmpty(title)) {
243 b.setContentTitle(title);
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java107 public void setTitle(CharSequence title) { argument

Completed in 461 milliseconds

123456