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

/dalvik/libcore/security-kernel/src/main/java/java/security/
H A DAccessControlContext.java54 // An AccessControlContext inherited by the current thread from its parent
55 private AccessControlContext inherited; field in class:AccessControlContext
135 * @param inherited - inherited context, which may be null
138 AccessControlContext inherited) {
140 this.inherited = inherited;
177 * If inherited methods are on the call stack, the protection domains of the
200 if (inherited != null) {
201 inherited
137 AccessControlContext(ProtectionDomain[] stack, AccessControlContext inherited) argument
[all...]

Completed in 140 milliseconds