Searched defs:Identity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java7413 * A data kind representing an Identity related to the contact.
7416 * contacts, e.g. if two contacts have Identity rows with
7421 public static final class Identity implements DataColumnsWithJoins, ContactCounts { class in class:ContactsContract.CommonDataKinds
7425 private Identity() {} method in class:ContactsContract.CommonDataKinds.Identity
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1086 private class Identity { class in class:ActivityManagerService
1091 Identity(IBinder _token, int _pid, int _uid) { method in class:ActivityManagerService.Identity
1098 private static final ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();
7691 Identity tlsIdentity = sCallerIdentity.get();
7951 Identity tlsIdentity = sCallerIdentity.get();
11505 sCallerIdentity.set(new Identity(
/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 446 milliseconds