/external/webrtc/talk/app/webrtc/ |
peerconnection.cc | 337 if (current_streams->find(new_stream->label()) != nullptr) { 338 LOG(LS_ERROR) << "MediaStream with label " << new_stream->label() 382 // |streamid| and |sync_label| are both set to the DataChannel label 384 // For MediaStreams, the sync_label is the MediaStream label and the 385 // track label is the same as |streamid|. 386 const std::string& streamid = channel->label(); 387 const std::string& sync_label = channel->label(); 726 return observer->stream()->label().compare(local_stream->label()) = 1771 std::string label = params.sync_label.empty() local [all...] |
peerconnection_unittest.cc | 412 std::string label = stream_label + kAudioTrackLabelBase; local 413 return peer_connection_factory_->CreateAudioTrack(label, source); 428 std::string label = stream_label + kVideoTrackLabelBase; local 429 return peer_connection_factory_->CreateVideoTrack(label, source); [all...] |
peerconnectioninterface_unittest.cc | 81 // Reference SDP with a MediaStream with label "stream1" and audio track with 98 "a=ssrc:1 label:audiotrack0\r\n" 105 "a=ssrc:2 label:videotrack0\r\n"; 107 // Reference SDP with two MediaStreams with label "stream1" and "stream2. Each 377 if (s1->at(i)->label() != s2->at(i)->label()) { 442 MediaStreamInterface* RemoteStream(const std::string& label) { 443 return remote_streams_->find(label); 490 // Returns the label of the last added stream. 494 return last_added_stream_->label(); 1411 std::string label = "test"; local 1425 std::string label = "test"; local 1480 std::string label = "test"; local 1526 std::string label = "test"; local [all...] |
webrtcsession.cc | 1905 std::string label; local [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnection.java | 120 private static native long nativeOpen(String path, int openFlags, String label, 210 mConfiguration.label, 346 + mConfiguration.label + "' from '" + value + "' to '" + newValue 393 throw new SQLiteException("Failed to change locale for db '" + mConfiguration.label 1140 String label = " (attached) " + name; local 1166 String label = mConfiguration.path; local [all...] |
/frameworks/base/core/java/android/widget/ |
SimpleMonthView.java | 650 final String label = mDayOfWeekLabels[col]; local 651 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
ApplicationsState.java | 656 // Only need the label if we are going to be sorting. 1125 public String label; field in class:ApplicationsState.AppEntry 1176 CharSequence label = info.loadLabel(context.getPackageManager()); local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSTile.java | 551 public CharSequence label; field in class:QSTile.State 565 || !Objects.equals(other.label, label) 579 other.label = label; 605 sb.append(",label=").append(label);
|
/frameworks/base/services/core/java/com/android/server/trust/ |
TrustManagerService.java | 170 CharSequence label; field in class:TrustManagerService.AgentInfo 287 agentInfo.label = resolveInfo.loadLabel(pm); [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | 793 final String label = contentValues.getAsString(Phone.LABEL); local 945 final String label = contentValues.getAsString(Email.LABEL); local 1025 final String label = currentContentValues.getAsString(StructuredPostal.LABEL); local 1037 final String label = contentValues.getAsString(StructuredPostal.LABEL); local 1209 final String label = contentValues.getAsString(Im.LABEL); local [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
EditEventHelperTest.java | 1069 String label = EventViewUtils.constructReminderLabel(mActivity, 35, true); local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactSaveService.java | 663 * @param label is the name of the group (cannot be null) 670 String label, long[] rawContactsToAdd, Class<? extends Activity> callbackActivity, 677 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, label); 693 String label = intent.getStringExtra(EXTRA_GROUP_LABEL); local 700 values.put(Groups.TITLE, label); 710 Log.e(TAG, "Couldn't create group with label " + label); 750 String label = intent.getStringExtra(EXTRA_GROUP_LABEL); local 824 String label = intent.getStringExtra(EXTRA_GROUP_LABEL); local [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallCardFragment.java | 75 * Internal class which represents the call state label which is to be applied. 91 * Determines if the call state label should auto-dismiss. 93 * @return {@code true} if the call state label should auto-dismiss. 103 * The duration of time (in milliseconds) a call state label should remain visible before 184 * Call state label to set when an auto-dismissing call state label is dismissed. 259 mNumberLabel = (TextView) view.findViewById(R.id.label); 544 public void setPrimaryLabel(String label) { 545 if (!TextUtils.isEmpty(label)) { 546 mNumberLabel.setText(label); 899 final String label = getView().getContext().getString( local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 643 "" /* label */, mUserSerial, mIdp); 732 icon, widget.icon.dpi, widget.label, mUserSerial, mIdp); [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
AccountSettings.java | 410 // Put a label instead of the accounts list 438 final CharSequence label = helper.getLabelForType(getActivity(), accountType); local 439 if (label == null) { 456 accountTypePreferences.add(new AccountPreference(getPrefContext(), label, 464 label.toString()); 467 accountTypePreferences.add(new AccountPreference(getPrefContext(), label, 474 // Sort by label
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 547 final String label = getString(mTypes[i]); local 572 addHorizontalPreference(mDetailsParent, label, value); 771 CharSequence label = ai.loadLabel(pm); local 772 if (label != null) { 773 mPackages[i] = label.toString(); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Key.java | 58 /** Label to display */ 60 /** Hint label to display on the key in conjunction with the label */ 62 /** Flags of the label */ 82 // The bit to calculate the ratio of key label width against key width. If autoXScale bit is on 83 // and autoYScale bit is off, the key label may be shrunk only for X-direction. 84 // If both autoXScale and autoYScale bits are on, the key label text size may be auto scaled. 97 /** Icon to display instead of a label. Icon takes precedence over a label */ 214 public Key(@Nullable final String label, final int iconId, final int code 352 final String label = KeySpecParser.getLabel(keySpec); local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | 429 final String label; local 435 label = CodesArrayParser.parseLabel(codeArraySpec); 443 label = textArraySpec; 458 final Key key = new Key(label, KeyboardIconsSet.ICON_UNDEFINED, code, outputText, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 183 Atom label; /**< Axis label */ member in struct:__anon36710 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 181 Atom label; /**< Axis label */ member in struct:__anon38573 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
gimple.h | 680 tree label; variable 766 gimple gimple_build_label (tree label); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 1259 String label = String.format("Open Declaration in %1$s\/%2$s", local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 105 import org.eclipse.swt.widgets.Label; 143 /** Label which separates outline text from additional attributes like text prefix or url */ 692 // --- Content and Label Providers --- 757 * Label provider for the Outline model. 781 * Uses {@link UiElementNode#getStyledDescription} for the label for this tree item. 1162 String label = MoveGesture.computeUndoLabel(targetNode, local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 81 import org.eclipse.swt.widgets.Label; 105 private Label mProjLabel; 113 private Label mTestMethodLabel; 121 private Label mTestLabel; 174 Label label = new Label(comp, SWT.NONE); local 177 label.setLayoutData(gd); 195 mProjLabel = new Label(comp, SWT.NONE); 223 mTestLabel = new Label(comp, SWT.NONE) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 1124 String label = String.format( local [all...] |