/frameworks/base/libs/rs/java/Fountain/ |
AndroidManifest.xml | 5 android:label="Fountain"
|
/frameworks/base/libs/rs/java/ImageProcessing/ |
AndroidManifest.xml | 8 <application android:label="Image Processing">
|
/frameworks/base/packages/SettingsProvider/ |
AndroidManifest.xml | 6 android:label="@string/app_label"
|
/frameworks/base/tests/BatteryWaster/ |
AndroidManifest.xml | 7 <activity android:name="BatteryWaster" android:label="Battery Waster">
|
/frameworks/base/tests/LowStorageTest/ |
AndroidManifest.xml | 4 <application android:label="LowStorageTest">
|
/frameworks/base/tests/SslLoad/ |
AndroidManifest.xml | 6 <activity android:name="SslLoad" android:label="SSL Load">
|
/frameworks/base/tests/backup/ |
AndroidManifest.xml | 4 <activity android:name="BackupTestActivity" android:label="_BackupTest">
|
/packages/apps/Calculator/ |
AndroidManifest.xml | 7 <application android:label="@string/app_name" android:icon="@drawable/icon">
|
/packages/apps/Contacts/src/com/android/contacts/ |
PhoneDisambigDialog.java | 162 values.put(Phone.LABEL, item.label); 178 final String label; field in class:PhoneDisambigDialog.PhoneItem 180 public PhoneItem(long id, String phoneNumber, String accountType, int type, String label) { 185 this.label = label; 220 String label = phonesCursor.getString(phonesCursor.getColumnIndex(Phone.LABEL)); local 222 phoneList.add(new PhoneItem(id, phone, accountType, type, label));
|
/packages/apps/Settings/src/com/android/settings/ |
LocalePicker.java | 49 String label; field in class:LocalePicker.Loc 52 public Loc(String label, Locale locale) { 53 this.label = label; 59 return this.label; 63 return sCollator.compare(this.label, ((Loc) o).label); 108 preprocess[finalSize-1].label+" to "+ 111 preprocess[finalSize-1].label = toTitleCase(
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
FieldContext.java | 33 static final String LABEL = "label"; 67 bundle.putString(LABEL, safeToString(info.label));
|
/frameworks/base/core/res/ |
AndroidManifest.xml | 93 android:label="@string/permgrouplab_costMoney" 100 android:label="@string/permlab_sendSms" 109 android:label="@string/permlab_callPhone" 122 android:label="@string/permgrouplab_messages" 130 android:label="@string/permlab_receiveSms" 138 android:label="@string/permlab_receiveMms" 145 android:label="@string/permlab_readSms" 152 android:label="@string/permlab_writeSms" 159 android:label="@string/permlab_receiveWapPush" 172 android:label="@string/permgrouplab_personalInfo [all...] |
/build/tools/droiddoc/src/ |
LinkReference.java | 34 public String label; field in class:LinkReference 74 * error, it logs it and fills in href and label with error text. 134 result.label = text.substring(index); 300 result.label = result.label + "/" + ref + "/" + mem + '/'; 303 result.label += params[i] + "|"; 313 result.label = result.label 338 result.label = matcher.group(1); 351 result.label = matcher.group(2) [all...] |
/external/junit/src/junit/awtui/ |
TestRunner.java | 15 import java.awt.Label; 65 protected Label fNumberOfErrors; 66 protected Label fNumberOfFailures; 67 protected Label fNumberOfRuns; 197 Label suiteLabel= new Label("Test class name:"); 237 fNumberOfErrors= new Label("0000", Label.RIGHT); 241 fNumberOfFailures= new Label("0000", Label.RIGHT) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
encode.h | 37 // encoding and decoding of label/weight tuples used for encoding 40 // label, and the reverse. 43 typedef typename A::Label Label; 49 Tuple(Label ilabel_, Label olabel_, Weight weight_) 54 Label ilabel; 55 Label olabel; 97 Label, 112 Label Encode(const A &arc) 237 Label label = table_->Encode(arc); local [all...] |
complement.h | 39 // these states is the rho label, the remaining arcs correspond to the 53 typedef typename A::Label Label; 106 // that introduces the rho label. This version is a delayed Fst. 114 typedef typename A::Label Label; 187 typedef typename A::Label Label; 218 typedef typename A::Label Label; [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 33 * a label, icon, and meta-data. This class is not intended 52 * component's label. From the "label" attribute or, if not set, 0. 91 * Retrieve the current textual label associated with this item. This 92 * will call back on the given PackageManager to load the label from 95 * @param pm A PackageManager from which the label can be loaded; usually 98 * @return Returns a CharSequence containing the item's label. If the 99 * item does not have a label, its name is returned. 106 CharSequence label = pm.getText(packageName, labelRes, getApplicationInfo()); local 107 if (label != null) [all...] |
/packages/apps/Calendar/ |
AndroidManifest.xml | 40 android:label="@string/app_label" android:icon="@drawable/app_icon" 62 <activity android:name="MonthActivity" android:label="@string/month_view" 64 <activity android:name="WeekActivity" android:label="@string/week_view" 66 <activity android:name="DayActivity" android:label="@string/day_view" 68 <activity android:name="AgendaActivity" android:label="@string/agenda_view" 72 <activity android:name="EditEvent" android:label="@string/event_edit_title" 83 <activity android:name="EventInfoActivity" android:label="@string/event_info_title" 94 <activity android:name="GoogleCalendarUriIntentFilter" android:label="@string/app_label" 109 <activity android:name="SelectCalendarsActivity" android:label="@string/calendars_title" /> 110 <activity android:name="CalendarPreferenceActivity" android:label="@string/preferences_title" / [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 33 import org.eclipse.swt.widgets.Label; 141 Label l = new Label(mRootComposite, SWT.SEPARATOR | SWT.HORIZONTAL); 165 * Displays a value with a label. 169 * @param label the label of the value to display. 172 private void displayValue(Composite parent, String label, String value) { 173 Label l = new Label(parent, SWT.NONE); 174 l.setText(label); [all...] |
/packages/apps/Email/ |
AndroidManifest.xml | 48 android:label="@string/read_attachment_label" 55 android:label="@string/permission_access_provider_label" 59 <application android:icon="@drawable/icon" android:label="@string/app_name" 71 android:label="@string/upgrade_accounts_title" 78 android:label="@string/account_setup_basics_title" 84 android:label="@string/account_setup_account_type_title" 89 android:label="@string/account_setup_incoming_title" 94 android:label="@string/account_setup_outgoing_title" 102 android:label="@string/account_setup_exchange_title" 109 android:label="@string/account_setup_options_title [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 32 CREATE TABLE organizations (_id INTEGER PRIMARY KEY AUTOINCREMENT,company TEXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NULL,label TEXT,person INTEGER REFERENCES people(_id)); 55 CREATE TABLE phones (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'ex (…) [all...] |
/cts/tests/tests/accounts/res/xml/ |
authenticator.xml | 27 android:label="@string/label"
|
/dalvik/libcore/ |
AndroidManifest.xml | 28 android:label="cts core tests"/> 32 android:label="cts core tests"/>
|
/development/apps/CustomLocale/ |
AndroidManifest.xml | 22 android:label="@string/app_name"> 24 android:label="@string/app_name" android:name="CustomLocaleActivity">
|
/development/apps/GestureBuilder/ |
AndroidManifest.xml | 27 android:label="@string/application_name" 40 android:label="@string/label_create_gesture" />
|