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.java45 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
107 // When mOpcode == Opcodes.LABEL:
142 if (mOpcode != Opcodes.LABEL.value) {
165 if (mOpcode == Opcodes.LABEL.value) {
236 if (mOpcode == Opcodes.LABEL.value) {
365 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL);
366 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
416 Instruction instruction = new Instruction(Opcodes.LABEL);
/frameworks/base/core/java/android/provider/
H A DContacts.java908 public static final String LABEL = "label"; field in interface:Contacts.PhonesColumns
1194 public static final String LABEL = "label"; field in interface:Contacts.ContactMethodsColumns
1705 public static final String LABEL = "label"; field in interface:Contacts.OrganizationColumns
H A DContactsContract.java4424 * values.put(Phone.LABEL, "free directory assistance");
4438 * .withValue(Phone.LABEL, "free directory assistance")
4484 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
4496 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
5121 public static final String LABEL = "label"; field in interface:ContactsContract.PhoneLookupColumns
5160 * <td>{@link #LABEL}</td>
5728 public static final String LABEL = DataColumns.DATA3; field in interface:ContactsContract.CommonDataKinds.CommonColumns
5892 * .withValue(Nickname.LABEL, "Superhero")
5922 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5934 * <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 221 milliseconds