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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java7429 * A data kind representing an Identity related to the contact.
7432 * contacts, e.g. if two contacts have Identity rows with
7437 public static final class Identity implements DataColumnsWithJoins, ContactCounts { class in class:ContactsContract.CommonDataKinds
7441 private Identity() {} method in class:ContactsContract.CommonDataKinds.Identity
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1102 private class Identity { class in class:ActivityManagerService
1107 Identity(IBinder _token, int _pid, int _uid) { method in class:ActivityManagerService.Identity
1114 private static final ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();
7757 Identity tlsIdentity = sCallerIdentity.get();
8017 Identity tlsIdentity = sCallerIdentity.get();
11577 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 236 milliseconds