Home
last modified time | relevance | path

Searched refs:isAsync (Results 1 – 3 of 3) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/stress/src/com/android/rkpdapp/stress/
DRegistrationBinderStressTest.java85 boolean isAsync = false; in createRegistrationBinder()
87 new ServerInterface(mContext, isAsync), new Provisioner(mContext, mKeyDao, isAsync), in createRegistrationBinder()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DProvisioner.java60 boolean isAsync) { in Provisioner() argument
63 mIsAsync = isAsync; in Provisioner()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServerInterface.java121 public ServerInterface(Context context, boolean isAsync) { in ServerInterface() argument
123 this.mIsAsync = isAsync; in ServerInterface()