HomeSort by relevance Sort by last modified time
    Searched refs:title (Results 126 - 150 of 3656) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/tools/ahat/src/main/com/android/ahat/
Doc.java 26 * Output the title of the page.
28 void title(String format, Object... args); method in interface:Doc
36 * Start a new section with the given title.
38 void section(String title);
  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
video_WebRtcMainFeedSwitching.py 37 title = 'Main Feed Switching',
43 title = 'Main Feed Switching Performance Test',
  /external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
video_WebRtcResolutionSwitching.py 34 title = 'Resolution Switching',
40 title = 'Resolution Switching Performance Test',
  /external/libbackup/src/com/google/android/libraries/backup/
PreferenceBackupUtil.java 33 * ringtone's title and, if possible, save the title to the target preference key.
36 * @param dstRingtoneTitlePrefKey preference key where the ringtone title should be put.
44 String title = getRingtoneTitleFromUri(context, uri); local
45 if (title == null) {
49 preferences.edit().putString(dstRingtoneTitlePrefKey, title).apply();
55 static String getRingtoneUriFromTitle(Context context, @Nullable String title, int ringtoneType) {
61 if (title == null) {
70 if (ringtone.getTitle(context).equals(title)) {
79 * Get ringtone title from a preference key of a shared preferences file, find a ringtone with th
90 String title = preferences.getString(srcRingtoneTitlePrefKey, null); local
    [all...]
  /external/libnl/doc/
resolve-asciidoc-refs.py 14 ref, title = m
15 refs["<<" + ref + ">>"] = "<<" + ref + ", " + title + ">>"
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-rcu.sh 41 title="$configfile ------- $ngps grace periods"
49 title="$title ($ngpsps per second)"
51 echo $title
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
TraceLogger.java 52 public synchronized void log(long startTimeMicros, long finishTimeMicros, String title, String description) {
53 traceEvents.add(new TraceEvent(startTimeMicros, finishTimeMicros, title, description));
63 pid, df.format(e.startTimeMicros / 1e6), pid, e.title, e.description));
66 pid, df.format(e.finishTimeMicros / 1e6), pid, e.title));
104 String title; field in class:TraceLogger.TraceEvent
106 TraceEvent(long startTimeMicros, long finishTimeMicros, String title, String description) {
109 this.title = title;
  /frameworks/native/cmds/dumpstate/
DumpstateSectionReporter.cpp 25 DumpstateSectionReporter::DumpstateSectionReporter(const std::string& title,
28 : title_(title), listener_(listener), sendReport_(sendReport), status_(OK), size_(-1) {
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DetailsPresenterSelectionActivity.java 54 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) {
57 .title(title)
63 long id, String title, String desc, boolean checked) {
65 .title(title)
80 String title = getString(R.string.guidedstep_second_title); local
84 return new Guidance(title, description, breadcrumb, icon);
PhotoItem.java 25 public PhotoItem(String title, int imageResourceId) {
26 this(title, null, imageResourceId);
29 public PhotoItem(String title, int imageResourceId, int id) {
30 this(title, imageResourceId);
34 public PhotoItem(String title, String content, int imageResourceId) {
35 mTitle = title;
42 public PhotoItem(String title, String content, int imageResourceId, int id) {
43 this(title, content, imageResourceId);
  /frameworks/support/samples/SupportWearDemos/src/main/java/com/example/android/support/wear/app/drawers/
NavItem.java 28 public NavItem(Class<? extends Fragment> fragment, String title, Drawable drawable) {
30 mTitle = title;
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSessionFactory.java 32 SessionNotifier sessionNotifier, String title, long sessionStartTime,
34 return new CaptureIntentSession(title, location, sessionManager, sessionNotifier);
  /packages/apps/Camera2/src/com/android/camera/data/
VideoItemData.java 31 public VideoItemData(long contentId, String title, String mimeType, Date creationDate,
35 super(contentId, title, mimeType, creationDate, lastModifiedDate, filePath, uri, dimensions,
  /packages/apps/Camera2/src/com/android/camera/session/
TemporarySessionFile.java 41 sessionDirectory, String title) {
44 mTitle = title;
  /packages/apps/Car/libs/car-list/src/com/android/car/list/
SimpleIconLineItem.java 34 @StringRes int title,
38 super(context.getText(title));
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 125 * @param title of the dialog box [optional]
129 function colorDialog(title, color) {
133 if (title == undefined) {
134 title = "Choose Color";
142 var res = chooser.showDialog(window, title, color);
160 * @param title title of message box [optional]
163 function msgBox(msg, title, msgType) {
168 if (title == undefined) title = msg
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 125 * @param title of the dialog box [optional]
129 function colorDialog(title, color) {
133 if (title == undefined) {
134 title = "Choose Color";
142 var res = chooser.showDialog(window, title, color);
160 * @param title title of message box [optional]
163 function msgBox(msg, title, msgType) {
168 if (title == undefined) title = msg
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 26 public static void launch(Context context, CharSequence title) {
32 context.startActivity(Intent.createChooser(sharingIntent, title));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 139 * delete the selection with a "Cut" verb for the title.
154 * undo/redo title. Typically this should be
168 // If all selected items have the same *kind* of parent, display that in the undo title.
169 String title = null; local
175 if (title == null) {
176 title = parent.getName();
177 } else if (!title.equals(parent.getName())) {
179 title = null;
185 if (title != null) {
187 int pos = title.lastIndexOf('.')
330 String title = rootFqcn; local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowArrayAdapterTest.java 51 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<>(RuntimeEnvironment.application, R.layout.main, R.id.title, new String[] { "first value" });
53 TextView titleTextView = listItemView.findViewById(R.id.title);
59 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<>(RuntimeEnvironment.application, R.id.title, new String[] { "first value" });
61 //this assertion may look a little backwards since R.id.title is labeled
63 assertThat(Shadows.shadowOf(arrayAdapter).getResourceId()).isEqualTo(R.id.title);
64 assertThat(Shadows.shadowOf(arrayAdapter).getTextViewResourceId()).isNotEqualTo(R.id.title);
67 ArrayAdapter<String> arrayAdapter2 = new ArrayAdapter<>(RuntimeEnvironment.application, R.id.title);
69 //this assertion may look a little backwards since R.id.title is labeled
71 assertThat(Shadows.shadowOf(arrayAdapter2).getResourceId()).isEqualTo(R.id.title);
72 assertThat(Shadows.shadowOf(arrayAdapter2).getTextViewResourceId()).isNotEqualTo(R.id.title);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ProxySettingsState.java 81 String title = getString(R.string.title_wifi_proxy_settings); local
83 title,
104 .title(R.string.wifi_action_proxy_none)
108 .title(R.string.wifi_action_proxy_manual)
116 CharSequence title = null; local
118 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.PROXY_SETTINGS);
120 title = getString(R.string.wifi_action_proxy_manual);
122 moveToPosition(title);
125 private void moveToPosition(CharSequence title) {
126 if (title == null) return
    [all...]
  /external/ltp/
ltpmenu 76 # Input: $1 - Title the needs to be displayed on the window.
84 --title " $1 " \
106 --title "Compiling LTP testsuite"\
172 --title "LTP Test Results" \
180 --title "LTP Test Results" \
184 --title "LTP Test Results." \
203 --title "LTP Test Results" \
221 --title "Output Direction" --clear\
227 --title "Output Direction" --clear\
238 --title "Test Duration" --clear
    [all...]
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsFragment.java 57 public void setInputMethodSettingsCategoryTitle(CharSequence title) {
58 mSettings.setInputMethodSettingsCategoryTitle(title);
73 public void setSubtypeEnablerTitle(CharSequence title) {
74 mSettings.setSubtypeEnablerTitle(title);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 73 private static final String KEY_TITLE = "title";
87 public void showErrorMessageDialog(String title, Exception exception) {
89 bundle.putString(KEY_TITLE, title);
100 String title = args.getString(KEY_TITLE); local
102 .setTitle(title)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.vfr 19 title = STRING_TOKEN(STR_ENTRY_TITLE),
28 title = STRING_TOKEN(STR_TITLE);

Completed in 1017 milliseconds

1 2 3 4 56 7 8 91011>>