Searched defs:LABEL (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DDocActivity.java24 static final String LABEL = "label"; field in class:DocActivity
29 String label = getIntent().getStringExtra(LABEL);
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java36 public static final int LABEL = 3; field in class:WpsInfo
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java40 LABEL(-1), enum constant in enum:ApfGenerator.Opcodes
105 // When mOpcode == Opcodes.LABEL:
140 if (mOpcode != Opcodes.LABEL.value) {
163 if (mOpcode == Opcodes.LABEL.value) {
234 if (mOpcode == Opcodes.LABEL.value) {
360 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL);
361 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
396 Instruction instruction = new Instruction(Opcodes.LABEL);
/frameworks/base/core/java/android/provider/
H A DContacts.java914 public static final String LABEL = "label"; field in interface:Contacts.PhonesColumns
1200 public static final String LABEL = "label"; field in interface:Contacts.ContactMethodsColumns
1711 public static final String LABEL = "label"; field in interface:Contacts.OrganizationColumns
H A DContactsContract.java4340 * values.put(Phone.LABEL, "free directory assistance");
4354 * .withValue(Phone.LABEL, "free directory assistance")
4400 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
4412 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
5037 public static final String LABEL = "label"; field in interface:ContactsContract.PhoneLookupColumns
5076 * <td>{@link #LABEL}</td>
5644 public static final String LABEL = DataColumns.DATA3; field in interface:ContactsContract.CommonDataKinds.CommonColumns
5808 * .withValue(Nickname.LABEL, "Superhero")
5838 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5850 * <td>{@link #LABEL}</t
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 234 milliseconds