Searched refs:OwnerInterface (Results 1 – 7 of 7) sorted by relevance
23 import com.android.verifiedboot.globalstate.owner.OwnerInterface;29 private OwnerInterface globalState;32 public VersionStorage(OwnerInterface globalStateRef) { in VersionStorage()
19 import com.android.verifiedboot.globalstate.owner.OwnerInterface;53 void initialize(OwnerInterface globalStateOwner, byte[] extStorage, short extStorageOffset); in initialize()
29 import com.android.verifiedboot.globalstate.owner.OwnerInterface;35 private OwnerInterface globalState;172 public void initialize(OwnerInterface globalStateOwner, byte[] extStorage, in initialize()
29 import com.android.verifiedboot.globalstate.owner.OwnerInterface;159 OwnerInterface globalState;220 public void initialize(OwnerInterface globalStateOwner, byte[] extStorage, in initialize()
30 import com.android.verifiedboot.globalstate.owner.OwnerInterface;33 class GlobalStateImpl implements OwnerInterface {
43 import com.android.verifiedboot.globalstate.owner.OwnerInterface;
5 public interface OwnerInterface extends Shareable { interface